FreeBSD Bugzilla – Attachment 201169 Details for
Bug 234981
graphics/py-wand: Add DOCS option Pass MAINTAINER'ship
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for the port.
py-wand.patch (text/plain), 1.64 KB, created by
rsmith
on 2019-01-15 20:30:09 UTC
(
hide
)
Description:
Patch for the port.
Filename:
MIME Type:
Creator:
rsmith
Created:
2019-01-15 20:30:09 UTC
Size:
1.64 KB
patch
obsolete
>diff --git a/py-wand/Makefile b/py-wand/Makefile >index 8aad16f..9d9a380 100644 >--- a/py-wand/Makefile >+++ b/py-wand/Makefile >@@ -1,7 +1,7 @@ > # $FreeBSD: head/graphics/py-wand/Makefile 485033 2018-11-15 19:07:49Z sunpoet $ > > PORTNAME= Wand >-PORTVERSION= 0.4.5 >+PORTVERSION= 0.5.0 > CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,7 +12,7 @@ COMMENT= MagickWand Python binding > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE > >-LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6 >+LIB_DEPENDS= libMagickWand-7.so:graphics/ImageMagick7 > > USES= python > USE_PYTHON= autoplist concurrent distutils >diff --git a/py-wand/distinfo b/py-wand/distinfo >index 35e4f33..30265eb 100644 >--- a/py-wand/distinfo >+++ b/py-wand/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1542296080 >-SHA256 (Wand-0.4.5.tar.gz) = b40a2215545e8c7193b3fccd6e7251dc556ec9b878a4f67d992b056ff396bc65 >-SIZE (Wand-0.4.5.tar.gz) = 65854 >+TIMESTAMP = 1547581453 >+SHA256 (Wand-0.5.0.tar.gz) = 52763dbf65d00cf98d7bc910b49329eea15896249c5555d47e169f2b6efbe166 >+SIZE (Wand-0.5.0.tar.gz) = 83613 >diff --git a/py-wand/files/patch-setup.py b/py-wand/files/patch-setup.py >index 1e1c24f..fba3faf 100644 >--- a/py-wand/files/patch-setup.py >+++ b/py-wand/files/patch-setup.py >@@ -1,9 +1,9 @@ >---- setup.py.orig 2016-10-22 05:27:48 UTC >+--- setup.py.orig 2018-12-11 11:37:54 UTC > +++ setup.py >-@@ -35,7 +35,6 @@ else: >+@@ -40,7 +40,6 @@ test_requires = [ > setup( > name='Wand', >- packages=['wand'], >+ packages=['wand', 'wand.cdefs'], > - data_files=[('', ['README.rst'])], > version=VERSION, > description='Ctypes-based simple MagickWand API binding for Python',
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 234981
:
201169
|
201170
|
227986
|
228787