diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-06-21 05:31:14 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-06-21 05:31:14 +0000 |
commit | 98d9ba11eb9db79aa07640fb30256fd2edad22af (patch) | |
tree | 49717edbb6da15ea089b353fe3553860f8b2efd7 | |
parent | 7262c9cad395e5521972ca8f0fe0cf1399bcc1f3 (diff) | |
download | ports-98d9ba11eb9db79aa07640fb30256fd2edad22af.tar.gz ports-98d9ba11eb9db79aa07640fb30256fd2edad22af.zip |
Notes
-rw-r--r-- | sysutils/duplicity/Makefile | 5 | ||||
-rw-r--r-- | sysutils/duplicity/distinfo | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile index 57cbd3e0b253..1870fd95e0b9 100644 --- a/sysutils/duplicity/Makefile +++ b/sysutils/duplicity/Makefile @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= duplicity -PORTVERSION= 0.7.06 +PORTVERSION= 0.7.07.1 CATEGORIES= sysutils MASTER_SITES= http://launchpad.net/duplicity/0.7-series/${PORTVERSION}/+download/ MAINTAINER= jase@FreeBSD.org COMMENT= Backup tool that uses librsync and GnuPG -LIB_DEPENDS= librsync.so:net/librsync +LIB_DEPENDS= librsync.so:net/librsync1 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lockfile>=0:devel/py-lockfile USES= python:2 @@ -91,6 +91,7 @@ post-patch: .endif post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/python2.7/site-packages/duplicity/_librsync.so ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} diff --git a/sysutils/duplicity/distinfo b/sysutils/duplicity/distinfo index 58d97895f3a9..9fff58ce0f35 100644 --- a/sysutils/duplicity/distinfo +++ b/sysutils/duplicity/distinfo @@ -1,2 +1,3 @@ -SHA256 (duplicity-0.7.06.tar.gz) = 0075595edb894399cf00fae9154aae93a07eaadc031fede5df4cc595436c7f8c -SIZE (duplicity-0.7.06.tar.gz) = 1417252 +TIMESTAMP = 1465747942 +SHA256 (duplicity-0.7.07.1.tar.gz) = 594c6d0e723e56f8a7114d57811c613622d535cafdef4a3643a4d4c89c1904f8 +SIZE (duplicity-0.7.07.1.tar.gz) = 1539310 |