Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  2 Mar 2014 12:12:32 -0500 (EST)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/187199: [patch] update sysutils/duply to 1.6.0
Message-ID:  <20140302171232.558E911FDBE@apnoea.adamw.org>
Resent-Message-ID: <201403021720.s22HK0h0054136@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187199
>Category:       ports
>Synopsis:       [patch] update sysutils/duply to 1.6.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 02 17:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Adam Weinberger
>Release:        FreeBSD 10.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD apnoea.adamw.org 10.0-STABLE FreeBSD 10.0-STABLE #0: Fri Feb 28 10:32:45 EST 2014 root@apnoea.adamw.org:/usr/obj/usr/src/sys/PEEP i386


	
>Description:

The attached patch updates sysutils/duply to 1.6.0, and it adds
support for shells/bash-devel.

Michael, if you approve this patch I will commit it for you.

>How-To-Repeat:
>Fix:


--- duply.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 346783)
+++ Makefile	(working copy)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	duply
-PORTVERSION=	1.5.9
+PORTVERSION=	1.6.0
 CATEGORIES=	sysutils
-MASTER_SITES=	SF/ftplicity/${PORTNAME}%20%28simple%20duplicity%29/1.5.x/
+MASTER_SITES=	SF/ftplicity/${PORTNAME}%20%28simple%20duplicity%29/1.6.x/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 EXTRACT_SUFX=	.tgz
 
@@ -14,9 +14,13 @@
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/gpl-2.0.txt
 
-RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
-		duplicity:${PORTSDIR}/sysutils/duplicity
+RUN_DEPENDS=	duplicity:${PORTSDIR}/sysutils/duplicity
 
+OPTIONS_DEFINE=	BASH_DEVEL
+BASH_DEVEL_DESC=	Use shells/bash-devel instead of shells/bash
+BASH_DEVEL_RUN_DEPENDS_OFF=	bash:${PORTSDIR}/shells/bash
+BASH_DEVEL_RUN_DEPENDS=		bash:${PORTSDIR}/shells/bash-devel
+
 NO_BUILD=	yes
 
 PORTDOCS=	INSTALL.txt gpl-2.0.txt
Index: distinfo
===================================================================
--- distinfo	(revision 346782)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (duply_1.5.9.tgz) = e8de8e6b477f3abe9c5a959aabe7b6c030594aa982c54818b8bf6ac3612c6f7d
-SIZE (duply_1.5.9.tgz) = 31753
+SHA256 (duply_1.6.0.tgz) = 0ebd72f93aa44aa67da2c825926a50f7d4abb16798893305a6c331673ef13ec4
+SIZE (duply_1.6.0.tgz) = 33496
--- duply.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140302171232.558E911FDBE>