Date: Wed, 14 Oct 2015 11:32:22 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399251 - head/sysutils/duply Message-ID: <201510141132.t9EBWMSU028018@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Wed Oct 14 11:32:22 2015 New Revision: 399251 URL: https://svnweb.freebsd.org/changeset/ports/399251 Log: Update to 1.10.1. Don't install the license file twice. maintainer timeout. PR: 203434 Submitted by: Philip Jocks Sponsored by: Absolight Modified: head/sysutils/duply/Makefile head/sysutils/duply/distinfo Modified: head/sysutils/duply/Makefile ============================================================================== --- head/sysutils/duply/Makefile Wed Oct 14 11:11:41 2015 (r399250) +++ head/sysutils/duply/Makefile Wed Oct 14 11:32:22 2015 (r399251) @@ -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 Modified: head/sysutils/duply/distinfo ============================================================================== --- head/sysutils/duply/distinfo Wed Oct 14 11:11:41 2015 (r399250) +++ head/sysutils/duply/distinfo Wed Oct 14 11:32:22 2015 (r399251) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510141132.t9EBWMSU028018>