Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2012 21:27:41 +0000 (UTC)
From:      Jase Thew <jase@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306575 - head/sysutils/duplicity
Message-ID:  <201210282127.q9SLRfuv003063@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jase
Date: Sun Oct 28 21:27:40 2012
New Revision: 306575
URL: http://svn.freebsd.org/changeset/ports/306575

Log:
  - Update to 0.6.20
  - Convert to new format Makefile header
  - Correct an error in pkg-message
  
  Feature safe:	yes

Modified:
  head/sysutils/duplicity/Makefile
  head/sysutils/duplicity/distinfo   (contents, props changed)
  head/sysutils/duplicity/pkg-message   (contents, props changed)
  head/sysutils/duplicity/pkg-plist   (contents, props changed)

Modified: head/sysutils/duplicity/Makefile
==============================================================================
--- head/sysutils/duplicity/Makefile	Sun Oct 28 21:26:36 2012	(r306574)
+++ head/sysutils/duplicity/Makefile	Sun Oct 28 21:27:40 2012	(r306575)
@@ -1,13 +1,8 @@
-# New ports collection makefile for:	duplicity
-# Date created:				Wed Jun 11 19:53:46 CEST 2003
-# Whom:					Gerhard Häring <gh@ghaering.de>
-#
+# Created by: Gerhard Häring <gh@ghaering.de>
 # $FreeBSD$
-#
 
 PORTNAME=	duplicity
-PORTVERSION=	0.6.19
-PORTREVISION=	2	
+PORTVERSION=	0.6.20
 CATEGORIES=	sysutils
 MASTER_SITES=	http://launchpad.net/duplicity/0.6-series/${PORTVERSION}/+download/
 

Modified: head/sysutils/duplicity/distinfo
==============================================================================
--- head/sysutils/duplicity/distinfo	Sun Oct 28 21:26:36 2012	(r306574)
+++ head/sysutils/duplicity/distinfo	Sun Oct 28 21:27:40 2012	(r306575)
@@ -1,2 +1,2 @@
-SHA256 (duplicity-0.6.19.tar.gz) = f16a388d1ac4f8daf2bf9ffc2b277422ca367a8e56b9cdb5de0cd36b95ea5731
-SIZE (duplicity-0.6.19.tar.gz) = 1131760
+SHA256 (duplicity-0.6.20.tar.gz) = 51d0c6751fced1a34bab57deb2a31982ae8ff534f0c0b5f78dc50e96d5711664
+SIZE (duplicity-0.6.20.tar.gz) = 1142460

Modified: head/sysutils/duplicity/pkg-message
==============================================================================
--- head/sysutils/duplicity/pkg-message	Sun Oct 28 21:26:36 2012	(r306574)
+++ head/sysutils/duplicity/pkg-message	Sun Oct 28 21:27:40 2012	(r306575)
@@ -1,7 +1,7 @@
 *************************************************************************
-* The following two backends are supported by duplicity itself,         *
-* but will require manual installation of their respective dependencies *
-* because they are not yet available in the ports tree:                 *
+* The following backends are supported by duplicity itself, but will    *
+* require manual installation of their respective dependencies because  *
+* they are not yet available in the ports tree:                         *
 *                                                                       *
 *   - The GIO backend.                                                  *
 *   - The HSI backend.                                                  *

Modified: head/sysutils/duplicity/pkg-plist
==============================================================================
--- head/sysutils/duplicity/pkg-plist	Sun Oct 28 21:26:36 2012	(r306574)
+++ head/sysutils/duplicity/pkg-plist	Sun Oct 28 21:27:40 2012	(r306575)
@@ -1,8 +1,5 @@
 bin/duplicity
 bin/rdiffdir
-%%PYTHON_SITELIBDIR%%/duplicity/GnuPGInterface.py
-%%PYTHON_SITELIBDIR%%/duplicity/GnuPGInterface.pyc
-%%PYTHON_SITELIBDIR%%/duplicity/GnuPGInterface.pyo
 %%PYTHON_SITELIBDIR%%/duplicity/__init__.py
 %%PYTHON_SITELIBDIR%%/duplicity/__init__.pyc
 %%PYTHON_SITELIBDIR%%/duplicity/__init__.pyo
@@ -106,6 +103,9 @@ bin/rdiffdir
 %%PYTHON_SITELIBDIR%%/duplicity/gpg.py
 %%PYTHON_SITELIBDIR%%/duplicity/gpg.pyc
 %%PYTHON_SITELIBDIR%%/duplicity/gpg.pyo
+%%PYTHON_SITELIBDIR%%/duplicity/gpginterface.py
+%%PYTHON_SITELIBDIR%%/duplicity/gpginterface.pyc
+%%PYTHON_SITELIBDIR%%/duplicity/gpginterface.pyo
 %%PYTHON_SITELIBDIR%%/duplicity/lazy.py
 %%PYTHON_SITELIBDIR%%/duplicity/lazy.pyc
 %%PYTHON_SITELIBDIR%%/duplicity/lazy.pyo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210282127.q9SLRfuv003063>