mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 0.6.13
PR: ports/156944 Submitted by: Jase Thew <freebsd@beardz.net> Approved by: maintainer timeout
This commit is contained in:
parent
cb53f9e998
commit
26a4765029
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274670
3 changed files with 8 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= duplicity
|
||||
PORTVERSION= 0.6.11
|
||||
PORTVERSION= 0.6.13
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://launchpad.net/duplicity/0.6-series/${PORTVERSION}/+download/
|
||||
|
||||
|
@ -15,7 +15,8 @@ COMMENT= Untrusted backup using rsync algorithm
|
|||
|
||||
LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync
|
||||
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \
|
||||
ncftp>=3.2.2:${PORTSDIR}/ftp/ncftp3
|
||||
ncftp>=3.2.2:${PORTSDIR}/ftp/ncftp3 \
|
||||
lftp>=3.7.15:${PORTSDIR}/ftp/lftp
|
||||
|
||||
# fetch claims "Moved temporarily" without this - why? (inspired by deskutils/gtg)
|
||||
FETCH_ARGS= -pRr
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (duplicity-0.6.11.tar.gz) = 802a3c21f3950af523c63727177a822b100ccf9238e6dc5ed222dc9bcbb34613
|
||||
SIZE (duplicity-0.6.11.tar.gz) = 294745
|
||||
SHA256 (duplicity-0.6.13.tar.gz) = 381aa8d7a07541d81457c3eac0ab5b37f05272023e3af04cbebab831732ff41f
|
||||
SIZE (duplicity-0.6.13.tar.gz) = 296955
|
||||
|
|
|
@ -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/ftpsbackend.py
|
||||
%%PYTHON_SITELIBDIR%%/duplicity/backends/ftpsbackend.pyc
|
||||
%%PYTHON_SITELIBDIR%%/duplicity/backends/ftpsbackend.pyo
|
||||
%%PYTHON_SITELIBDIR%%/duplicity/backends/giobackend.py
|
||||
%%PYTHON_SITELIBDIR%%/duplicity/backends/giobackend.pyc
|
||||
%%PYTHON_SITELIBDIR%%/duplicity/backends/giobackend.pyo
|
||||
|
|
Loading…
Add table
Reference in a new issue