Update to 1.10.1.
Don't install the license file twice. maintainer timeout. PR: 203434 Submitted by: Philip Jocks Sponsored by: Absolight
This commit is contained in:
parent
cb8d8f127a
commit
5a6453f473
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399251
2 changed files with 5 additions and 5 deletions
|
@ -2,9 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= duply
|
||||
PORTVERSION= 1.9.1
|
||||
PORTVERSION= 1.10.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF/ftplicity/${PORTNAME}%20%28simple%20duplicity%29/1.9.x/
|
||||
MASTER_SITES= SF/ftplicity/${PORTNAME}%20%28simple%20duplicity%29/${PORTVERSION:R}.x/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
|
@ -21,7 +21,7 @@ USES= python
|
|||
|
||||
NO_BUILD= yes
|
||||
|
||||
PORTDOCS= INSTALL.txt gpl-2.0.txt
|
||||
PORTDOCS= INSTALL.txt
|
||||
PLIST_FILES= bin/duply ${PERIODICDIR}/${PERIODICFILE}
|
||||
PERIODICFILE?= 300.duply
|
||||
PERIODICDIR?= ${PREFIX}/etc/periodic/backup
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (duply_1.9.1.tgz) = e5f11c5a31a55de24cc5101a6429ea3eac14c0d3f0d6dec344b687089845efc5
|
||||
SIZE (duply_1.9.1.tgz) = 35883
|
||||
SHA256 (duply_1.10.1.tgz) = 78f3714b0dc39657e2b3030e206370d38205305ca484e212704dcf77f9e70d35
|
||||
SIZE (duply_1.10.1.tgz) = 36079
|
||||
|
|
Loading…
Reference in a new issue