New in v0.5.20 (2009/08/28) --------------------------- Bugs fixed this release: 408059 Failure due to _logger.log failure for content with special characters: TypeError decoding Unicode not supported 412667 "duplicity remove-older-than" asks for passphrase even though not required 418170 [PATCH] file names longer then 512 symbols are not supported New in v0.5.19 (2009/08/06) --------------------------- Fixed problem where Cygwin was returning -1 for the hard max open file limit. On process that complete before waitpid(), log them and return zero as the process return status. Make sure 'invalid packet (ctb=14)' from gpg is not a fatal error. Copy changes from trunk for duplicity translation. Allow handling of unicode filenames in log messages. Ignore unicode() translation errors in log messsages.
29 lines
908 B
Makefile
29 lines
908 B
Makefile
# $NetBSD: Makefile,v 1.18 2009/09/05 22:11:50 tnn Exp $
|
|
|
|
DISTNAME= duplicity-0.5.20
|
|
CATEGORIES= sysutils net
|
|
MASTER_SITES= http://savannah.nongnu.org/download/duplicity/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.nongnu.org/duplicity/
|
|
COMMENT= Remote encrypting incremental backup utility
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
BUILDLINK_API_DEPENDS.librsync+= librsync>=0.9.6
|
|
PYDISTUTILSPKG= yes
|
|
PYTHON_VERSIONS_ACCEPTED= 25 24
|
|
|
|
SUBST_CLASSES+= fix-paths
|
|
SUBST_STAGE.fix-paths= pre-configure
|
|
SUBST_MESSAGE.fix-paths= fixing mandir
|
|
SUBST_FILES.fix-paths= setup.py
|
|
SUBST_SED.fix-paths= -e 's,share/man/man1,${PKGMANDIR}/man1,'
|
|
|
|
.include "../../devel/librsync/buildlink3.mk"
|
|
.include "../../net/py-boto/buildlink3.mk"
|
|
.include "../../security/py-gnupg/buildlink3.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|