Index: head/graphics/py-wand/files/patch-wand_api.py =================================================================== --- head/graphics/py-wand/files/patch-wand_api.py (revision 424476) +++ head/graphics/py-wand/files/patch-wand_api.py (nonexistent) @@ -1,22 +0,0 @@ ---- wand/api.py.orig 2016-05-31 16:40:51 UTC -+++ wand/api.py -@@ -180,8 +180,8 @@ try: - libraries = load_library() - except (OSError, IOError): - msg = 'http://docs.wand-py.org/en/latest/guide/install.html' -- if sys.platform.startswith('freebsd'): -- msg = 'pkg_add -r' -+ if sys.platform.startswith('dragonfly') or sys.platform.startswith('freebsd'): -+ msg = 'pkg install' - elif sys.platform == 'win32': - msg += '#install-imagemagick-on-windows' - elif sys.platform == 'darwin': -@@ -1418,7 +1418,7 @@ else: - except OSError: - # In case of El Capitan SIP - libc = ctypes.cdll.LoadLibrary('/usr/lib/libc.dylib') -- elif platform.system() == 'FreeBSD': -+ elif sys.platform.startswith('dragonfly') or sys.platform.startswith('freebsd'): - libc = ctypes.cdll.LoadLibrary(ctypes.util.find_library('c')) - else: - libc = ctypes.cdll.LoadLibrary('libc.so.6') Property changes on: head/graphics/py-wand/files/patch-wand_api.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 Index: head/graphics/py-wand/Makefile =================================================================== --- head/graphics/py-wand/Makefile (revision 424476) +++ head/graphics/py-wand/Makefile (revision 424477) @@ -1,24 +1,24 @@ # $FreeBSD$ PORTNAME= Wand -PORTVERSION= 0.4.3 +PORTVERSION= 0.4.4 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= olivierd@FreeBSD.org COMMENT= MagickWand Python binding LICENSE= MIT LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes .include PYDISTUTILS_INSTALLARGS+= --install-data ${DATADIR} .include Index: head/graphics/py-wand/distinfo =================================================================== --- head/graphics/py-wand/distinfo (revision 424476) +++ head/graphics/py-wand/distinfo (revision 424477) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464905007 -SHA256 (Wand-0.4.3.tar.gz) = 576133476b1970313b4ab69460051dba2563ac125143bc109d6c796f77d9bd57 -SIZE (Wand-0.4.3.tar.gz) = 65381 +TIMESTAMP = 1477149724 +SHA256 (Wand-0.4.4.tar.gz) = 28e0454c9d16d69c5d5034918d96320d8f9f1377b4fdaf4944eec2f938c74704 +SIZE (Wand-0.4.4.tar.gz) = 65559