Date: Tue, 28 Jan 2014 07:47:43 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341506 - head/devel/hgsvn Message-ID: <201401280747.s0S7lhgB055606@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Jan 28 07:47:43 2014 New Revision: 341506 URL: http://svnweb.freebsd.org/changeset/ports/341506 QAT: https://qat.redports.org/buildarchive/r341506/ Log: Support stage use bsdtar to extract zip use autoplist Deleted: head/devel/hgsvn/pkg-plist Modified: head/devel/hgsvn/Makefile Modified: head/devel/hgsvn/Makefile ============================================================================== --- head/devel/hgsvn/Makefile Tue Jan 28 07:44:39 2014 (r341505) +++ head/devel/hgsvn/Makefile Tue Jan 28 07:47:43 2014 (r341506) @@ -7,6 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= python +EXTRACT_SUFX= .zip MAINTAINER= delphij@FreeBSD.org COMMENT= Scripts to work locally on Subversion checkouts using Mercurial @@ -14,14 +15,9 @@ COMMENT= Scripts to work locally on Subv RUN_DEPENDS= svn:${PORTSDIR}/devel/subversion \ hg:${PORTSDIR}/devel/mercurial -USE_ZIP= yes USE_PYTHON= yes -USE_PYDISTUTILS=easy_install +USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//} -NO_STAGE= yes - -post-patch: - @cd ${WRKSRC} && ${MV} setup.py setup.py.orig && ${GREP} -v use_setuptools setup.py.orig > setup.py && cd - - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401280747.s0S7lhgB055606>