Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2018 01:30:04 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472735 - in head/graphics/py-wand: . files
Message-ID:  <201806190130.w5J1U4vd014167@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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(),



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806190130.w5J1U4vd014167>