Index: head/math/py-PuLP/Makefile =================================================================== --- head/math/py-PuLP/Makefile (revision 504145) +++ head/math/py-PuLP/Makefile (revision 504146) @@ -1,28 +1,27 @@ # $FreeBSD$ PORTNAME= PuLP -DISTVERSION= 1.6.9 -PORTREVISION= 1 +DISTVERSION= 1.6.10 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= LP modeler written in python LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:devel/py-pyparsing@${PY_FLAVOR} \ cbc:math/cbc \ glpsol:math/glpk USES= python zip USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes post-patch: @${CP} ${WRKSRC}/src/pulp/pulp.cfg.linux ${WRKSRC}/src/pulp/pulp.cfg.freebsd @${REINPLACE_CMD} -E 's/^(CplexPath|PulpCbcPath) = .*/#&/' ${WRKSRC}/src/pulp/pulp.cfg.freebsd .include Index: head/math/py-PuLP/distinfo =================================================================== --- head/math/py-PuLP/distinfo (revision 504145) +++ head/math/py-PuLP/distinfo (revision 504146) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553191816 -SHA256 (PuLP-1.6.9.zip) = 07dffada5bdd02f20f21285388894da9da0be840498789c43f59e10c90205109 -SIZE (PuLP-1.6.9.zip) = 13622047 +TIMESTAMP = 1560469460 +SHA256 (PuLP-1.6.10.zip) = dd2ba8afbf12a811e03a0e87f248539a5b9500e27600abfc0684eb827b7d7a32 +SIZE (PuLP-1.6.10.zip) = 13622386 Index: head/math/py-PuLP/files/patch-setup.py =================================================================== --- head/math/py-PuLP/files/patch-setup.py (revision 504145) +++ head/math/py-PuLP/files/patch-setup.py (nonexistent) @@ -1,32 +0,0 @@ ---- setup.py.orig 2017-07-10 22:15:07 UTC -+++ setup.py -@@ -38,26 +38,12 @@ setup(name="PuLP", - #ext_modules = [pulpCOIN], - package_dir={'':'src'}, - #need the cbc directories here as the executable bit is set -- packages = ['pulp', -- 'pulp.solverdir', -- 'pulp.solverdir.cbc.linux.32', -- 'pulp.solverdir.cbc.linux.64', -- 'pulp.solverdir.cbc.win.32', -- 'pulp.solverdir.cbc.win.64', -- 'pulp.solverdir.cbc.osx.64'], -- package_data = {'pulp' : ["AUTHORS","LICENSE", -- "pulp.cfg.linux", -- "pulp.cfg.win", -- "pulp.cfg.osx", -- "LICENSE.CoinMP.txt", -+ packages = ['pulp'], -+ package_data = {'pulp' : ["AUTHORS", -+ "pulp.cfg.freebsd", - "AUTHORS.CoinMP.txt", - "README.CoinMP.txt", - ], -- 'pulp.solverdir.cbc.linux.32' : ['*','*.*'], -- 'pulp.solverdir.cbc.linux.64' : ['*','*.*'], -- 'pulp.solverdir.cbc.win.32' : ['*','*.*'], -- 'pulp.solverdir.cbc.win.64' : ['*','*.*'], -- 'pulp.solverdir.cbc.osx.64' : ['*','*.*'], - }, - install_requires = ['pyparsing>=2.0.1'], - entry_points = (""" Property changes on: head/math/py-PuLP/files/patch-setup.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property