Here's a simple update for py-arrow bringing it to 0.14.2. All tests
pass. Tested on both amd64 and sparc64. No consumers. No plist changes.
Tweaked PERMIT_PACKAGE_CDROM to the new PERMIT_PACKAGE. I think I did
that right.
--Kurt
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-arrow/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile 15 May 2019 12:04:35 -0000 1.4
+++ Makefile 8 Jun 2019 05:53:26 -0000
@@ -2,17 +2,16 @@
COMMENT = better dates and times for Python
-MODPY_EGG_VERSION = 0.13.1
+MODPY_EGG_VERSION = 0.14.2
DISTNAME = arrow-${MODPY_EGG_VERSION}
PKGNAME = py-arrow-${MODPY_EGG_VERSION}
-REVISION = 0
CATEGORIES = devel
HOMEPAGE = https://github.com/crsmithdev/arrow/
# Apache 2.0
-PERMIT_PACKAGE_CDROM = Yes
+PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-arrow/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo 17 Feb 2019 14:06:55 -0000 1.2
+++ distinfo 8 Jun 2019 05:53:26 -0000
@@ -1,2 +1,2 @@
-SHA256 (arrow-0.13.1.tar.gz) = b1TZ8BbAt4EfrJ+4wsf6dCHYDFTb3XX/sSkTxV22C4o=
-SIZE (arrow-0.13.1.tar.gz) = 148509
+SHA256 (arrow-0.14.2.tar.gz) = Qb5+pMU8LPV78w8tYU9gxBEWATP3oKjEkRHDD7fnJbU=
+SIZE (arrow-0.14.2.tar.gz) = 102667
No comments:
Post a Comment