sysutils/duplicity: 0.7.06 -> 0.7.07.1
Changes: http://duplicity.nongnu.org/CHANGELOG - Fixed bug #1570293 duplicity is very slow due to excessive fsync - LIB_DEPENDS from librsync to librsync1 PR: 210073 Submitted by: Philip Jocks <freebsdbugs@filis.org> Approved by: jase (maintainer timeout)
This commit is contained in:
parent
7262c9cad3
commit
98d9ba11eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417183
2 changed files with 6 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue