Index: branches/2019Q2/devel/py-posix_ipc/Makefile =================================================================== --- branches/2019Q2/devel/py-posix_ipc/Makefile (revision 502444) +++ branches/2019Q2/devel/py-posix_ipc/Makefile (revision 502445) @@ -1,25 +1,27 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= posix_ipc -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= POSIX IPC primitives for Python LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= distutils autoplist post-install: ${STRIP_CMD} ${STAGEDIR}/${PYTHONPREFIX_SITELIBDIR}/posix_ipc.so + +# requires mqueuefs and sem kernel modules loaded do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Index: branches/2019Q2/devel/py-posix_ipc/distinfo =================================================================== --- branches/2019Q2/devel/py-posix_ipc/distinfo (revision 502444) +++ branches/2019Q2/devel/py-posix_ipc/distinfo (revision 502445) @@ -1,2 +1,3 @@ -SHA256 (posix_ipc-1.0.0.tar.gz) = 9c93070374ca672725575e5c9874930c8cde69367fb90378b2255e048e31efcb -SIZE (posix_ipc-1.0.0.tar.gz) = 74774 +TIMESTAMP = 1533601661 +SHA256 (posix_ipc-1.0.4.tar.gz) = ff6c9077633fc62a491d6997c43b094d885bb45a7ca1f36c9a0d647c54b74b14 +SIZE (posix_ipc-1.0.4.tar.gz) = 78325 Index: branches/2019Q2/devel/py-posix_ipc/files/patch-setup.py =================================================================== --- branches/2019Q2/devel/py-posix_ipc/files/patch-setup.py (revision 502444) +++ branches/2019Q2/devel/py-posix_ipc/files/patch-setup.py (revision 502445) @@ -1,18 +1,18 @@ ---- setup.py.orig 2016-02-21 15:13:28 UTC +--- setup.py.orig 2018-08-07 00:29:38 UTC +++ setup.py -@@ -32,6 +32,7 @@ classifiers = [ "Development Status :: 5 - "Topic :: Utilities" ] - license = "http://creativecommons.org/licenses/BSD/" +@@ -39,6 +39,7 @@ license = "http://creativecommons.org/licenses/BSD/" keywords = "ipc inter-process communication semaphore shared memory shm message queue" + + libraries = [] +test_suite = "tests" - libraries = [ ] + d = prober.probe() -@@ -65,5 +66,6 @@ duc.setup(name = name, - classifiers = classifiers, - license = license, - keywords = keywords, -- ext_modules = ext_modules -+ ext_modules = ext_modules, -+ test_suite = test_suite, - ) +@@ -69,5 +70,6 @@ distutools.setup(name=name, + classifiers=classifiers, + license=license, + keywords=keywords, +- ext_modules=ext_modules ++ ext_modules=ext_modules, ++ test_suite=test_suite + ) Index: branches/2019Q2 =================================================================== --- branches/2019Q2 (revision 502444) +++ branches/2019Q2 (revision 502445) Property changes on: branches/2019Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r499978