Date: Sun, 23 Dec 2012 17:52:25 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309443 - head/devel/py-isodate Message-ID: <201212231752.qBNHqPx9039697@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Dec 23 17:52:24 2012 New Revision: 309443 URL: http://svnweb.freebsd.org/changeset/ports/309443 Log: - Update to 0.4.9 - Cleanup Makefile header Changes: http://pypi.python.org/pypi/isodate#changes https://github.com/gweis/isodate/blob/master/CHANGES.txt Modified: head/devel/py-isodate/Makefile (contents, props changed) head/devel/py-isodate/distinfo (contents, props changed) head/devel/py-isodate/pkg-plist (contents, props changed) Modified: head/devel/py-isodate/Makefile ============================================================================== --- head/devel/py-isodate/Makefile Sun Dec 23 17:50:27 2012 (r309442) +++ head/devel/py-isodate/Makefile Sun Dec 23 17:52:24 2012 (r309443) @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-isodate -# Date created: 2012-02-07 -# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ -# PORTNAME= isodate -PORTVERSION= 0.4.8 +PORTVERSION= 0.4.9 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-isodate/distinfo ============================================================================== --- head/devel/py-isodate/distinfo Sun Dec 23 17:50:27 2012 (r309442) +++ head/devel/py-isodate/distinfo Sun Dec 23 17:52:24 2012 (r309443) @@ -1,2 +1,2 @@ -SHA256 (isodate-0.4.8.tar.gz) = 45b84949e4d1ef4c9e55e4516bf7c33707e8007b80bf62fc887d3c7320ab400b -SIZE (isodate-0.4.8.tar.gz) = 24325 +SHA256 (isodate-0.4.9.tar.gz) = 4e13c0b5824e9af40d99ad1d3969c880e49b6b09e4de138aa08db3d571b2190d +SIZE (isodate-0.4.9.tar.gz) = 24820 Modified: head/devel/py-isodate/pkg-plist ============================================================================== --- head/devel/py-isodate/pkg-plist Sun Dec 23 17:50:27 2012 (r309442) +++ head/devel/py-isodate/pkg-plist Sun Dec 23 17:52:24 2012 (r309443) @@ -37,6 +37,9 @@ %%PYTHON_SITELIBDIR%%/isodate/tests/test_duration.py %%PYTHON_SITELIBDIR%%/isodate/tests/test_duration.pyc %%PYTHON_SITELIBDIR%%/isodate/tests/test_duration.pyo +%%PYTHON_SITELIBDIR%%/isodate/tests/test_pickle.py +%%PYTHON_SITELIBDIR%%/isodate/tests/test_pickle.pyc +%%PYTHON_SITELIBDIR%%/isodate/tests/test_pickle.pyo %%PYTHON_SITELIBDIR%%/isodate/tests/test_strf.py %%PYTHON_SITELIBDIR%%/isodate/tests/test_strf.pyc %%PYTHON_SITELIBDIR%%/isodate/tests/test_strf.pyo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212231752.qBNHqPx9039697>