aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-wand
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-06-19 01:30:04 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-06-19 01:30:04 +0000
commitc4aec33f2c28cab0547ecf396a9994fb4bda6d40 (patch)
treeecd2b468b06df4ac76dc77746eb9aa556b928341 /graphics/py-wand
parentd520ca7894a221f6d74126888d8a0fb2b6d7d0aa (diff)
downloadports-c4aec33f2c28cab0547ecf396a9994fb4bda6d40.tar.gz
ports-c4aec33f2c28cab0547ecf396a9994fb4bda6d40.zip
graphics/py-wand: Remove conflict between flavors
README.rst was the only file installed ijnto DATADIR - removed it. Approved by: portmgr
Notes
Notes: svn path=/head/; revision=472735
Diffstat (limited to 'graphics/py-wand')
-rw-r--r--graphics/py-wand/Makefile2
-rw-r--r--graphics/py-wand/files/patch-setup.py10
2 files changed, 11 insertions, 1 deletions
diff --git a/graphics/py-wand/Makefile b/graphics/py-wand/Makefile
index 71b55e75e1fc..413909ec6aae 100644
--- a/graphics/py-wand/Makefile
+++ b/graphics/py-wand/Makefile
@@ -2,7 +2,7 @@
PORTNAME= Wand
PORTVERSION= 0.4.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/graphics/py-wand/files/patch-setup.py b/graphics/py-wand/files/patch-setup.py
new file mode 100644
index 000000000000..1e1c24f5f7c4
--- /dev/null
+++ b/graphics/py-wand/files/patch-setup.py
@@ -0,0 +1,10 @@
+--- setup.py.orig 2016-10-22 05:27:48 UTC
++++ setup.py
+@@ -35,7 +35,6 @@ else:
+ setup(
+ name='Wand',
+ packages=['wand'],
+- data_files=[('', ['README.rst'])],
+ version=VERSION,
+ description='Ctypes-based simple MagickWand API binding for Python',
+ long_description=readme(),