svn commit: r472735 - in head/graphics/py-wand: . files

Yuri Victorovich yuri at FreeBSD.org
Tue Jun 19 01:30:05 UTC 2018


Author: yuri
Date: Tue Jun 19 01:30:04 2018
New Revision: 472735
URL: https://svnweb.freebsd.org/changeset/ports/472735

Log:
  graphics/py-wand: Remove conflict between flavors
  
  README.rst was the only file installed ijnto DATADIR - removed it.
  
  Approved by:	portmgr

Added:
  head/graphics/py-wand/files/
  head/graphics/py-wand/files/patch-setup.py   (contents, props changed)
Modified:
  head/graphics/py-wand/Makefile

Modified: head/graphics/py-wand/Makefile
==============================================================================
--- head/graphics/py-wand/Makefile	Tue Jun 19 01:27:03 2018	(r472734)
+++ head/graphics/py-wand/Makefile	Tue Jun 19 01:30:04 2018	(r472735)
@@ -2,7 +2,7 @@
 
 PORTNAME=	Wand
 PORTVERSION=	0.4.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Added: head/graphics/py-wand/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-wand/files/patch-setup.py	Tue Jun 19 01:30:04 2018	(r472735)
@@ -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(),


More information about the svn-ports-all mailing list