On 2020-03-30 23:42, Stuart Henderson wrote:
We are currently quite behind on 5.1.1 so there are a number of other things
fixed in the meantime, but this includes a code execution fix. Nothing looks
incompatible in changelog, I've tested runtime with beets, ansible, urlwatch
and built a selection of the other ports depending on it. OK?

Hello,

I sent a similar diff to pea few days ago.

The only difference is the WANTLIB modification, when I ran 'make port-lib-depends-check':

Extra:  yaml.0
WANTLIB += yaml-0

So I changed yaml to yaml-0.

Do you have the same result?

Cheers,

Remi.
Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/py-yaml/Makefile,v
retrieving revision 1.20
diff -u -p -u -p -r1.20 Makefile
--- Makefile	23 Jun 2019 16:28:30 -0000	1.20
+++ Makefile	31 Mar 2020 05:31:57 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=	YAML parser and emitter in Python
 
-MODPY_EGG_VERSION=5.1.1
+MODPY_EGG_VERSION=5.3.1
 DISTNAME=	PyYAML-${MODPY_EGG_VERSION}
 PKGNAME=	py-yaml-${MODPY_EGG_VERSION}
 CATEGORIES=	textproc
@@ -14,7 +14,7 @@ MAINTAINER=	Pierre-Emmanuel Andre <pea@o
 # BSD
 PERMIT_PACKAGE=	Yes
 
-WANTLIB+=	pthread yaml ${MODPY_WANTLIB}
+WANTLIB+=	pthread yaml-0 ${MODPY_WANTLIB}
 
 MODULES=	lang/python
 MODPY_PI=	Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/py-yaml/distinfo,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 distinfo
--- distinfo	23 Jun 2019 16:28:30 -0000	1.7
+++ distinfo	31 Mar 2020 05:31:57 -0000
@@ -1,2 +1,2 @@
-SHA256 (PyYAML-5.1.1.tar.gz) = tLtNP14jJCXiXdohwHDOBRaKeGrJ7aQ3aKt/OsJ3CVU=
-SIZE (PyYAML-5.1.1.tar.gz) = 274442
+SHA256 (PyYAML-5.3.1.tar.gz) = uOrHUsXhTT7KDm3ZGZzWJ1GMtewGrdDenTK67ub+ZF0=
+SIZE (PyYAML-5.3.1.tar.gz) = 269377
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/py-yaml/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 PLIST
--- pkg/PLIST	9 Dec 2015 18:26:47 -0000	1.2
+++ pkg/PLIST	31 Mar 2020 05:31:57 -0000
@@ -1,6 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.2 2015/12/09 18:26:47 jca Exp $
 lib/python${MODPY_VERSION}/site-packages/PyYAML-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
-lib/python${MODPY_VERSION}/site-packages/_yaml.so
+@so lib/python${MODPY_VERSION}/site-packages/_yaml.so
 lib/python${MODPY_VERSION}/site-packages/yaml/
 lib/python${MODPY_VERSION}/site-packages/yaml/__init__.py
 ${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/yaml/${MODPY_PYCACHE}/

Reply via email to