Bug 187199 - [patch] update sysutils/duply to 1.6.0
Summary: [patch] update sysutils/duply to 1.6.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Adam Weinberger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-02 17:20 UTC by Adam Weinberger
Modified: 2014-03-02 18:30 UTC (History)
0 users

See Also:


Attachments
duply.patch (1.32 KB, patch)
2014-03-02 17:20 UTC, Adam Weinberger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Weinberger freebsd_committer freebsd_triage 2014-03-02 17:20:00 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-02 17:20:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-02 17:20:08 UTC
Maintainer of sysutils/duply,

Please note that PR ports/187199 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187199

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Adam Weinberger freebsd_committer freebsd_triage 2014-03-02 17:21:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->adamw

Take.
Comment 4 michael 2014-03-02 17:59:50 UTC
I agree!

Am 02.03.14 18:20, schrieb Edwin Groothuis:
> Maintainer of sysutils/duply,
>
> Please note that PR ports/187199 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>      http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187199
>


-- 
Mit freundlichen Grüßen

Ing. Michael Ranner

GSM:  +43 676 4155044
Mail: michael@ranner.eu
WWW:  http://www.azedo.at/
Comment 5 Adam Weinberger freebsd_committer freebsd_triage 2014-03-02 18:25:15 UTC
State Changed
From-To: feedback->closed

Done and done, thank you.
Comment 6 dfilter service freebsd_committer freebsd_triage 2014-03-02 18:25:15 UTC
Author: adamw
Date: Sun Mar  2 18:25:07 2014
New Revision: 346788
URL: http://svnweb.freebsd.org/changeset/ports/346788
QAT: https://qat.redports.org/buildarchive/r346788/

Log:
  Update to 1.6.0, and add bash-devel support.
  
  PR:		ports/187199
  Approved by:	maintainer

Modified:
  head/sysutils/duply/Makefile
  head/sysutils/duply/distinfo

Modified: head/sysutils/duply/Makefile
==============================================================================
--- head/sysutils/duply/Makefile	Sun Mar  2 18:19:48 2014	(r346787)
+++ head/sysutils/duply/Makefile	Sun Mar  2 18:25:07 2014	(r346788)
@@ -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,8 +14,12 @@ COMMENT=	Shell front end for the duplici
 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
 

Modified: head/sysutils/duply/distinfo
==============================================================================
--- head/sysutils/duply/distinfo	Sun Mar  2 18:19:48 2014	(r346787)
+++ head/sysutils/duply/distinfo	Sun Mar  2 18:25:07 2014	(r346788)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"