Date: Fri, 29 Aug 2014 17:24:43 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366536 - head/devel/py-olefileio_pl Message-ID: <201408291724.s7THOhlR068940@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Aug 29 17:24:43 2014 New Revision: 366536 URL: http://svnweb.freebsd.org/changeset/ports/366536 QAT: https://qat.redports.org/buildarchive/r366536/ Log: Update to 0.31 Modified: head/devel/py-olefileio_pl/Makefile head/devel/py-olefileio_pl/distinfo Modified: head/devel/py-olefileio_pl/Makefile ============================================================================== --- head/devel/py-olefileio_pl/Makefile Fri Aug 29 17:12:34 2014 (r366535) +++ head/devel/py-olefileio_pl/Makefile Fri Aug 29 17:24:43 2014 (r366536) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= olefileio_pl -PORTVERSION= 0.30 +PORTVERSION= 0.31 CATEGORIES= devel python -MASTER_SITES= http://cdn.bitbucket.org/decalage/olefileio_pl/downloads/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= OleFileIO_PL-${PORTVERSION} @@ -13,12 +13,10 @@ COMMENT= Python module to read MS OLE2 f LICENSE= MIT -USES= dos2unix zip -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= dos2unix python zip +USE_PYTHON= distutils autoplist post-patch: - @${REINPLACE_CMD} "s|, 'OleFileIO_PL2'||" ${WRKSRC}/setup.py + @${REINPLACE_CMD} "/^if sys\.version_info/,/OleFileIO_PL2/d" ${WRKSRC}/setup.py .include <bsd.port.mk> Modified: head/devel/py-olefileio_pl/distinfo ============================================================================== --- head/devel/py-olefileio_pl/distinfo Fri Aug 29 17:12:34 2014 (r366535) +++ head/devel/py-olefileio_pl/distinfo Fri Aug 29 17:24:43 2014 (r366536) @@ -1,2 +1,2 @@ -SHA256 (OleFileIO_PL-0.30.zip) = b9799ca895febc310d72a4c72164f2486f070ce362f494a571ae34a1acba7e04 -SIZE (OleFileIO_PL-0.30.zip) = 78444 +SHA256 (OleFileIO_PL-0.31.zip) = f58c11cafccb93eb845e6a08b4a80cfd4bf56ba536edc2105041b61c2528184a +SIZE (OleFileIO_PL-0.31.zip) = 80502
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408291724.s7THOhlR068940>