- Update to 2013.8 - Add MIT license - Replace pkg-plist-fix include with PYTHON_P3K_PLIST_HACK - Add staging support Port maintainer (lwhsu@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->lwhsu Over to maintainer (via the GNATS Auto Assign Tool)
Author: lwhsu Date: Fri Nov 15 06:11:02 2013 New Revision: 333818 URL: http://svnweb.freebsd.org/changeset/ports/333818 Log: - Update to 2013.8 - Add MIT license - Replace pkg-plist-fix include with PYTHON_PY3K_PLIST_HACK - Add staging support - Bump PORTEPOCH for version scheme changed PR: ports/183952 Submitted by: Johannes Jost Meixner <xmj@chaot.net> Modified: head/devel/py-pytz/Makefile head/devel/py-pytz/distinfo Modified: head/devel/py-pytz/Makefile ============================================================================== --- head/devel/py-pytz/Makefile Fri Nov 15 05:52:28 2013 (r333817) +++ head/devel/py-pytz/Makefile Fri Nov 15 06:11:02 2013 (r333818) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= pytz -PORTVERSION= 2013d +PORTVERSION= 2013.8 +PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,18 +11,14 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= World Timezone Definitions for Python +LICENSE= MIT + USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS= easy_install - -NO_STAGE= yes -.include <bsd.port.pre.mk> +PYTHON_PY3K_PLIST_HACK= yes post-patch: @${REINPLACE_CMD} -e 's|=True|=False|' ${WRKSRC}/setup.py -.if ${PYTHON_REL} >= 320 -.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/devel/py-pytz/distinfo ============================================================================== --- head/devel/py-pytz/distinfo Fri Nov 15 05:52:28 2013 (r333817) +++ head/devel/py-pytz/distinfo Fri Nov 15 06:11:02 2013 (r333818) @@ -1,2 +1,2 @@ -SHA256 (pytz-2013d.tar.bz2) = 2407e5b3d69c87915e7b3d86746ca3909153ddee82899b8f5cb70a4fd31b715e -SIZE (pytz-2013d.tar.bz2) = 204865 +SHA256 (pytz-2013.8.tar.bz2) = 8629d089bf20da674c77be3560fae997bfc66027a20236f0011526510dcc1a6e +SIZE (pytz-2013.8.tar.bz2) = 177290 _______________________________________________ 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"
State Changed From-To: open->closed Committed, with minor changes. Thanks! PYTHON_P3K_PLIST_HACK should be PYTHON_PY3K_PLIST_HACK.