diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2009-07-13 17:26:48 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2009-07-13 17:26:48 +0000 |
commit | 35bba84ec04ca9602eedc1d69f3f4373e7062cc1 (patch) | |
tree | 1486cf48b026ae336b06cc436e3786b66ef97cca | |
parent | Force commit to note repocopy from sysutils/duplicity to sysutils/duplicity-d... (diff) |
- Update to 0.6.02
- Connect to the build
PR: ports/136647
Submitted by: Peter Schuller <peter.schuller@infidyne.com>
Notes
Notes:
svn path=/head/; revision=237705
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/duplicity-devel/Makefile | 13 | ||||
-rw-r--r-- | sysutils/duplicity-devel/distinfo | 6 | ||||
-rw-r--r-- | sysutils/duplicity-devel/pkg-plist | 3 |
4 files changed, 15 insertions, 8 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index d7ac519845a2..ab3d2a5f1bed 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -169,6 +169,7 @@ SUBDIR += dump9660 SUBDIR += dupfind SUBDIR += duplicity + SUBDIR += duplicity-devel SUBDIR += dupmerge SUBDIR += durep SUBDIR += dvd+rw-tools diff --git a/sysutils/duplicity-devel/Makefile b/sysutils/duplicity-devel/Makefile index 2c30b4f16a73..2a85148cb63c 100644 --- a/sysutils/duplicity-devel/Makefile +++ b/sysutils/duplicity-devel/Makefile @@ -1,23 +1,26 @@ -# New ports collection makefile for: duplicity -# Date created: Wed Jun 11 19:53:46 CEST 2003 -# Whom: Gerhard Häring <gh@ghaering.de> +# New ports collection makefile for: duplicity-devel +# Date created: Fri Jul 10 23:12:20 CEST 2009 +# Whom: Peter Schuller <peter.schuller@infidyne.com> # # $FreeBSD$ # PORTNAME= duplicity -PORTVERSION= 0.5.18 +PORTVERSION= 0.6.02 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} +PKGNAMESUFFIX= -devel MAINTAINER= peter.schuller@infidyne.com -COMMENT= Untrusted backup using rsync algorithm +COMMENT= Untrusted backup using rsync algorithm (development/unstable version) LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ ncftp>=3.2.2:${PORTSDIR}/ftp/ncftp3 +CONFLICTS= duplicity-[0-9]* + USE_PYTHON= 2.4+ USE_PYDISTUTILS=yes diff --git a/sysutils/duplicity-devel/distinfo b/sysutils/duplicity-devel/distinfo index c809ac2d6b78..401c39fbeaa9 100644 --- a/sysutils/duplicity-devel/distinfo +++ b/sysutils/duplicity-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (duplicity-0.5.18.tar.gz) = 77fcbe30b300450af17d811eec339765 -SHA256 (duplicity-0.5.18.tar.gz) = 5c2fcf661ed80c7e3a7d7f29bd5468321965e6f5ecf585d52c3ba05fbae31bd9 -SIZE (duplicity-0.5.18.tar.gz) = 212588 +MD5 (duplicity-0.6.02.tar.gz) = 02e35fcfdc815a1934ea69ee2562b91f +SHA256 (duplicity-0.6.02.tar.gz) = 4032d1ceaba7f6e561c21b84a158057054ffed9d1d303f0bc7245a45eb3d59fd +SIZE (duplicity-0.6.02.tar.gz) = 237621 diff --git a/sysutils/duplicity-devel/pkg-plist b/sysutils/duplicity-devel/pkg-plist index d3e54d4a7e22..672435032f0c 100644 --- a/sysutils/duplicity-devel/pkg-plist +++ b/sysutils/duplicity-devel/pkg-plist @@ -25,6 +25,9 @@ bin/rdiffdir %%PYTHON_SITELIBDIR%%/duplicity/backends/ftpbackend.py %%PYTHON_SITELIBDIR%%/duplicity/backends/ftpbackend.pyc %%PYTHON_SITELIBDIR%%/duplicity/backends/ftpbackend.pyo +%%PYTHON_SITELIBDIR%%/duplicity/backends/giobackend.py +%%PYTHON_SITELIBDIR%%/duplicity/backends/giobackend.pyc +%%PYTHON_SITELIBDIR%%/duplicity/backends/giobackend.pyo %%PYTHON_SITELIBDIR%%/duplicity/backends/hsibackend.py %%PYTHON_SITELIBDIR%%/duplicity/backends/hsibackend.pyc %%PYTHON_SITELIBDIR%%/duplicity/backends/hsibackend.pyo |