svn commit: r378111 - head/devel/py-olefile

Antoine Brodin antoine at FreeBSD.org
Thu Jan 29 11:10:39 UTC 2015


Author: antoine
Date: Thu Jan 29 11:10:38 2015
New Revision: 378111
URL: https://svnweb.freebsd.org/changeset/ports/378111
QAT: https://qat.redports.org/buildarchive/r378111/

Log:
  Update to 0.42.1

Modified:
  head/devel/py-olefile/Makefile
  head/devel/py-olefile/distinfo

Modified: head/devel/py-olefile/Makefile
==============================================================================
--- head/devel/py-olefile/Makefile	Thu Jan 29 10:49:31 2015	(r378110)
+++ head/devel/py-olefile/Makefile	Thu Jan 29 11:10:38 2015	(r378111)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	olefile
-PORTVERSION=	0.41
+PORTVERSION=	0.42.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,7 +21,7 @@ USE_PYTHON=	distutils autoplist
 # Remove files not python 3 ready and allow compile again
 post-patch:
 .if ${PYTHON_REL} >= 300
-	${RM} ${WRKSRC}/olefile/olefile2.py ${WRKSRC}/olefile/test_open_string.py
+	${RM} ${WRKSRC}/olefile/olefile2.py
 .endif
 	${REINPLACE_CMD} "/install' in sys.argv:/,+1d" ${WRKSRC}/setup.py
 

Modified: head/devel/py-olefile/distinfo
==============================================================================
--- head/devel/py-olefile/distinfo	Thu Jan 29 10:49:31 2015	(r378110)
+++ head/devel/py-olefile/distinfo	Thu Jan 29 11:10:38 2015	(r378111)
@@ -1,2 +1,2 @@
-SHA256 (olefile-0.41.zip) = 1f76a5b8ff0e47dbdd22a4f4aa5bc1c29af0bfb3dc12bc86354ae374ad9192f1
-SIZE (olefile-0.41.zip) = 117775
+SHA256 (olefile-0.42.1.zip) = 8a3226dba11349b51a2c6de6af0c889324201f14a8c30992b7877109090e36e0
+SIZE (olefile-0.42.1.zip) = 119386


More information about the svn-ports-all mailing list