Hi, This diff updates py-MarkupSafe to the latest release. Tested on amd64.
Comments ? OK ? -- Alexandr Shadchin Index: Makefile =================================================================== RCS file: /cvs/ports/textproc/py-MarkupSafe/Makefile,v retrieving revision 1.19 diff -u -p -r1.19 Makefile --- Makefile 3 Jan 2017 19:27:51 -0000 1.19 +++ Makefile 13 May 2017 09:44:03 -0000 @@ -2,14 +2,12 @@ COMMENT= implements an XML/HTML/XHTML markup safe string -MODPY_EGG_VERSION= 0.23 +MODPY_EGG_VERSION= 1.0 DISTNAME= MarkupSafe-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION= 2 CATEGORIES= textproc - # BSD PERMIT_PACKAGE_CDROM= Yes @@ -19,7 +17,7 @@ MODULES= lang/python WANTLIB+= ${MODPY_WANTLIB} pthread -MODPY_SETUPTOOLS= Yes +MODPY_SETUPTOOLS= Yes FLAVORS= python3 FLAVOR?= Index: distinfo =================================================================== RCS file: /cvs/ports/textproc/py-MarkupSafe/distinfo,v retrieving revision 1.4 diff -u -p -r1.4 distinfo --- distinfo 28 Nov 2014 21:07:52 -0000 1.4 +++ distinfo 13 May 2017 09:44:03 -0000 @@ -1,2 +1,2 @@ -SHA256 (MarkupSafe-0.23.tar.gz) = pOwa/1m5WhS0XrLiN2GgF56YMZ2lp+t2tW6ozce4ccM= -SIZE (MarkupSafe-0.23.tar.gz) = 13416 +SHA256 (MarkupSafe-1.0.tar.gz) = pr5pCR2sI26pxrx9ASvqtCAQ+pFMRZeR1ifa1JEOtmU= +SIZE (MarkupSafe-1.0.tar.gz) = 14356 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/textproc/py-MarkupSafe/pkg/PLIST,v retrieving revision 1.3 diff -u -p -r1.3 PLIST --- pkg/PLIST 22 Dec 2013 21:08:36 -0000 1.3 +++ pkg/PLIST 13 May 2017 09:44:03 -0000 @@ -12,10 +12,8 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/markupsafe/${MODPY_PYCACHE}_compat.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/markupsafe/${MODPY_PYCACHE}_constants.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/markupsafe/${MODPY_PYCACHE}_native.${MODPY_PYC_MAGIC_TAG}pyc -lib/python${MODPY_VERSION}/site-packages/markupsafe/${MODPY_PYCACHE}tests.${MODPY_PYC_MAGIC_TAG}pyc lib/python${MODPY_VERSION}/site-packages/markupsafe/_compat.py lib/python${MODPY_VERSION}/site-packages/markupsafe/_constants.py lib/python${MODPY_VERSION}/site-packages/markupsafe/_native.py lib/python${MODPY_VERSION}/site-packages/markupsafe/_speedups.c lib/python${MODPY_VERSION}/site-packages/markupsafe/_speedups.so -lib/python${MODPY_VERSION}/site-packages/markupsafe/tests.py