ports/138552: [MAINTAINER] sysutils/duplicity: update to 0.5.20

Peter Schuller peter.schuller at infidyne.com
Sat Sep 5 19:00:15 UTC 2009


>Number:         138552
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/duplicity: update to 0.5.20
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 05 19:00:14 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     peter.schuller at infidyne.com
>Release:        FreeBSD 8.0-BETA4 amd64
>Organization:
>Environment:
System: FreeBSD prometheus.scode.org 8.0-BETA4 FreeBSD 8.0-BETA4 #0: Sat Sep  5 13:54:01 CEST
>Description:
- Update to 0.5.20
- Switch to Launchpad master site (project moved a while ago and will probably stop
  publishing on savannah sooner or later).

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- duplicity-0.5.20.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/duplicity.orig/Makefile /usr/ports/sysutils/duplicity/Makefile
--- /usr/ports/sysutils/duplicity.orig/Makefile	2009-07-13 19:30:11.000000000 +0200
+++ /usr/ports/sysutils/duplicity/Makefile	2009-09-05 20:40:26.087076310 +0200
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	duplicity
-PORTVERSION=	0.5.18
+PORTVERSION=	0.5.20
 CATEGORIES=	sysutils
-MASTER_SITES=	${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	http://launchpad.net/duplicity/stable/${PORTVERSION}/+download/
 
 MAINTAINER=	peter.schuller at infidyne.com
 COMMENT=	Untrusted backup using rsync algorithm
@@ -18,6 +17,9 @@
 RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg \
 		ncftp>=3.2.2:${PORTSDIR}/ftp/ncftp3
 
+# fetch claims "Moved temporarily" without this - why? (inspired by deskutils/gtg)
+FETCH_ARGS=	-pRr
+
 CONFLICTS=	duplicity-devel-[0-9]*
 
 USE_PYTHON=	2.4+
@@ -29,7 +31,7 @@
 
 DOCFILES=	CHANGELOG \
 		COPYING \
-		CVS-README \
+		REPO-README \
 		LOG-README \
 		README \
 		tarfile-LICENSE
diff -ruN --exclude=CVS /usr/ports/sysutils/duplicity.orig/distinfo /usr/ports/sysutils/duplicity/distinfo
--- /usr/ports/sysutils/duplicity.orig/distinfo	2009-05-22 23:53:08.000000000 +0200
+++ /usr/ports/sysutils/duplicity/distinfo	2009-09-05 20:30:57.811333600 +0200
@@ -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.5.20.tar.gz) = 90ff195d27127c5e1fad7bd384990ef6
+SHA256 (duplicity-0.5.20.tar.gz) = 91028bbd1bd9aa08063a91954df1d566c934be9185f4a20e150d52ec23c818f6
+SIZE (duplicity-0.5.20.tar.gz) = 217742
diff -ruN --exclude=CVS /usr/ports/sysutils/duplicity.orig/files/patch-setup.py /usr/ports/sysutils/duplicity/files/patch-setup.py
--- /usr/ports/sysutils/duplicity.orig/files/patch-setup.py	2009-01-10 16:04:38.000000000 +0100
+++ /usr/ports/sysutils/duplicity/files/patch-setup.py	2009-09-05 20:37:03.061460051 +0200
@@ -1,6 +1,6 @@
---- setup.py.orig	2009-01-09 16:05:11.000000000 +0200
-+++ setup.py	2009-01-10 16:06:40.000000000 +0200
-@@ -12,6 +12,10 @@
+--- setup.py.orig	2009-09-05 20:36:52.972675012 +0200
++++ setup.py	2009-09-05 20:36:55.996611410 +0200
+@@ -31,6 +31,10 @@
  
  incdir_list = libdir_list = None
  
@@ -11,7 +11,7 @@
  if os.name == 'posix':
      LIBRSYNC_DIR = os.environ.get('LIBRSYNC_DIR', '')
      args = sys.argv[:]
-@@ -23,16 +27,9 @@
+@@ -42,16 +46,9 @@
          incdir_list = [os.path.join(LIBRSYNC_DIR, 'include')]
          libdir_list = [os.path.join(LIBRSYNC_DIR, 'lib')]
  
@@ -21,7 +21,7 @@
                  'rdiffdir.1']),
 -              ('share/doc/duplicity-%s' % version_string,
 -               ['COPYING',
--                'CVS-README',
+-                'REPO-README',
 -                'LOG-README',
 -                'README',
 -                'tarfile-LICENSE',
diff -ruN --exclude=CVS /usr/ports/sysutils/duplicity.orig/pkg-plist /usr/ports/sysutils/duplicity/pkg-plist
--- /usr/ports/sysutils/duplicity.orig/pkg-plist	2009-05-22 23:53:08.000000000 +0200
+++ /usr/ports/sysutils/duplicity/pkg-plist	2009-09-05 20:42:00.794033118 +0200
@@ -128,11 +128,14 @@
 @dirrm %%PYTHON_SITELIBDIR%%/duplicity
 %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
 %%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/CVS-README
+%%PORTDOCS%%%%DOCSDIR%%/REPO-README
 %%PORTDOCS%%%%DOCSDIR%%/LOG-README
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/tarfile-LICENSE
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
+share/locale/en_GB/LC_MESSAGES/duplicity.mo
+share/locale/eo/LC_MESSAGES/duplicity.mo
 share/locale/io/LC_MESSAGES/duplicity.mo
+share/locale/zh_CN/LC_MESSAGES/duplicity.mo
 @dirrmtry share/locale/io/LC_MESSAGES
 @dirrmtry share/locale/io
--- duplicity-0.5.20.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list