From owner-svn-ports-all@FreeBSD.ORG Sat Sep 28 18:54:59 2013 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 ESMTP id 8BD1AA1E; Sat, 28 Sep 2013 18:54:59 +0000 (UTC) (envelope-from antoine@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 777052C87; Sat, 28 Sep 2013 18:54:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8SIsx9V090796; Sat, 28 Sep 2013 18:54:59 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8SIsxwn090794; Sat, 28 Sep 2013 18:54:59 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309281854.r8SIsxwn090794@svn.freebsd.org> From: Antoine Brodin Date: Sat, 28 Sep 2013 18:54:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328620 - head/deskutils/dosage 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.14 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: Sat, 28 Sep 2013 18:54:59 -0000 Author: antoine Date: Sat Sep 28 18:54:58 2013 New Revision: 328620 URL: http://svnweb.freebsd.org/changeset/ports/328620 Log: Convert to STAGEDIR and PYTHON_PY3K_PLIST_HACK. Modified: head/deskutils/dosage/Makefile head/deskutils/dosage/pkg-plist Modified: head/deskutils/dosage/Makefile ============================================================================== --- head/deskutils/dosage/Makefile Sat Sep 28 18:52:35 2013 (r328619) +++ head/deskutils/dosage/Makefile Sat Sep 28 18:54:58 2013 (r328620) @@ -16,17 +16,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requ USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME=Dosage +PYTHON_PY3K_PLIST_HACK=yes -MAN1= dosage.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|share/man/man1|man/man1|' ${WRKSRC}/setup.py -.include - -.if ${PYTHON_REL} >= 320 -.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" -.endif - -.include +.include Modified: head/deskutils/dosage/pkg-plist ============================================================================== --- head/deskutils/dosage/pkg-plist Sat Sep 28 18:52:35 2013 (r328619) +++ head/deskutils/dosage/pkg-plist Sat Sep 28 18:54:58 2013 (r328620) @@ -182,5 +182,6 @@ bin/dosage %%PYTHON_SITELIBDIR%%/dosagelib/util.py %%PYTHON_SITELIBDIR%%/dosagelib/util.pyc %%PYTHON_SITELIBDIR%%/dosagelib/util.pyo +man/man1/dosage.1.gz @dirrm %%PYTHON_SITELIBDIR%%/dosagelib/plugins @dirrm %%PYTHON_SITELIBDIR%%/dosagelib