From owner-svn-ports-head@FreeBSD.ORG Sun Nov 3 17:22:38 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id 39C677E7; Sun, 3 Nov 2013 17:22:38 +0000 (UTC) (envelope-from jase@FreeBSD.org) 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 25DA528B3; Sun, 3 Nov 2013 17:22:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA3HMcgv063436; Sun, 3 Nov 2013 17:22:38 GMT (envelope-from jase@svn.freebsd.org) Received: (from jase@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA3HMb2W063434; Sun, 3 Nov 2013 17:22:37 GMT (envelope-from jase@svn.freebsd.org) Message-Id: <201311031722.rA3HMb2W063434@svn.freebsd.org> From: Jase Thew Date: Sun, 3 Nov 2013 17:22:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332630 - head/sysutils/duplicity X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2013 17:22:38 -0000 Author: jase Date: Sun Nov 3 17:22:37 2013 New Revision: 332630 URL: http://svnweb.freebsd.org/changeset/ports/332630 Log: - Add STAGE support - Limit use of Python to <= 2.7 - Correct include of bsd.port.options.mk Modified: head/sysutils/duplicity/Makefile head/sysutils/duplicity/pkg-plist Modified: head/sysutils/duplicity/Makefile ============================================================================== --- head/sysutils/duplicity/Makefile Sun Nov 3 17:13:12 2013 (r332629) +++ head/sysutils/duplicity/Makefile Sun Nov 3 17:22:37 2013 (r332630) @@ -3,6 +3,7 @@ PORTNAME= duplicity PORTVERSION= 0.6.22 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://launchpad.net/duplicity/0.6-series/${PORTVERSION}/+download/ @@ -16,7 +17,7 @@ FETCH_ARGS= -pRr CONFLICTS= duplicity-0.5.* duplicity-devel-[0-9]* -USE_PYTHON= 2.5+ +USE_PYTHON= -2.7 USE_PYDISTUTILS=yes USE_LDCONFIG= yes @@ -31,8 +32,7 @@ S3_DESC= Install Amazon S3 backend SSH_DESC= Install SSH/SCP/SFTP backend U1_DESC= Install Ubuntu One backend -NO_STAGE= yes -.include "bsd.port.options.mk" +.include .if ${PORT_OPTIONS:MNLS} USES+= gettext @@ -141,9 +141,9 @@ DOCFILES= COPYING \ post-install: .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${DOCFILES} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor .endif Modified: head/sysutils/duplicity/pkg-plist ============================================================================== --- head/sysutils/duplicity/pkg-plist Sun Nov 3 17:13:12 2013 (r332629) +++ head/sysutils/duplicity/pkg-plist Sun Nov 3 17:22:37 2013 (r332630) @@ -1,5 +1,7 @@ bin/duplicity bin/rdiffdir +man/man1/duplicity.1.gz +man/man1/rdiffdir.1.gz %%PYTHON_SITELIBDIR%%/duplicity/__init__.py %%PYTHON_SITELIBDIR%%/duplicity/__init__.pyc %%PYTHON_SITELIBDIR%%/duplicity/__init__.pyo