View | Details | Raw Unified | Return to bug 234981 | Differences between
and this patch

Collapse All | Expand All

(-)b/py-wand/Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/graphics/py-wand/Makefile 485033 2018-11-15 19:07:49Z sunpoet $
1
# $FreeBSD: head/graphics/py-wand/Makefile 485033 2018-11-15 19:07:49Z sunpoet $
2
2
3
PORTNAME=	Wand
3
PORTNAME=	Wand
4
PORTVERSION=	0.4.5
4
PORTVERSION=	0.5.0
5
CATEGORIES=	graphics python
5
CATEGORIES=	graphics python
6
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-18 COMMENT= MagickWand Python binding Link Here
12
LICENSE=	MIT
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
LIB_DEPENDS=	libMagickWand-6.so:graphics/ImageMagick6
15
LIB_DEPENDS=	libMagickWand-7.so:graphics/ImageMagick7
16
16
17
USES=		python
17
USES=		python
18
USE_PYTHON=	autoplist concurrent distutils
18
USE_PYTHON=	autoplist concurrent distutils
(-)b/py-wand/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1542296080
1
TIMESTAMP = 1547581453
2
SHA256 (Wand-0.4.5.tar.gz) = b40a2215545e8c7193b3fccd6e7251dc556ec9b878a4f67d992b056ff396bc65
2
SHA256 (Wand-0.5.0.tar.gz) = 52763dbf65d00cf98d7bc910b49329eea15896249c5555d47e169f2b6efbe166
3
SIZE (Wand-0.4.5.tar.gz) = 65854
3
SIZE (Wand-0.5.0.tar.gz) = 83613
(-)b/py-wand/files/patch-setup.py (-3 / +3 lines)
Lines 1-9 Link Here
1
--- setup.py.orig	2016-10-22 05:27:48 UTC
1
--- setup.py.orig	2018-12-11 11:37:54 UTC
2
+++ setup.py
2
+++ setup.py
3
@@ -35,7 +35,6 @@ else:
3
@@ -40,7 +40,6 @@ test_requires = [
4
 setup(
4
 setup(
5
     name='Wand',
5
     name='Wand',
6
     packages=['wand'],
6
     packages=['wand', 'wand.cdefs'],
7
-    data_files=[('', ['README.rst'])],
7
-    data_files=[('', ['README.rst'])],
8
     version=VERSION,
8
     version=VERSION,
9
     description='Ctypes-based simple MagickWand API binding for Python',
9
     description='Ctypes-based simple MagickWand API binding for Python',

Return to bug 234981