From owner-svn-ports-all@FreeBSD.ORG Sun Mar 2 18:25:08 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B7D4F59; Sun, 2 Mar 2014 18:25:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5733E1A59; Sun, 2 Mar 2014 18:25:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s22IP8AE003639; Sun, 2 Mar 2014 18:25:08 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s22IP8jh003635; Sun, 2 Mar 2014 18:25:08 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201403021825.s22IP8jh003635@svn.freebsd.org> From: Adam Weinberger Date: Sun, 2 Mar 2014 18:25:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346788 - head/sysutils/duply X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Mar 2014 18:25:08 -0000 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