FreeBSD Bugzilla – Attachment 228787 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]
Updated patch to match ports tree as of 2021-10-17.
py-Wand-0.6.7-RFS.patch (text/plain), 1.82 KB, created by
rsmith
on 2021-10-17 20:31:09 UTC
(
hide
)
Description:
Updated patch to match ports tree as of 2021-10-17.
Filename:
MIME Type:
Creator:
rsmith
Created:
2021-10-17 20:31:09 UTC
Size:
1.82 KB
patch
obsolete
>diff --git a/Makefile b/Makefile >index 5564029..461b753 100644 >--- a/Makefile >+++ b/Makefile >@@ -4,38 +4,28 @@ CATEGORIES= graphics python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >-MAINTAINER= python@FreeBSD.org >+MAINTAINER= rsmith@xs4all.nl > COMMENT= MagickWand Python binding > > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE > >+LIB_DEPENDS= libMagickWand-7.so:graphics/ImageMagick7 >+ > USES= python:3.6+ > USE_PYTHON= autoplist concurrent distutils > > NO_ARCH= yes >+PORTDOCS= * > >-OPTIONS_DEFINE= X11 >-OPTIONS_SINGLE= IMAGEMAGICK >-OPTIONS_SINGLE_IMAGEMAGICK= IMAGEMAGICK6 IMAGEMAGICK7 >-OPTIONS_DEFAULT=IMAGEMAGICK7 X11 >-IMAGEMAGICK6_DESC= Use ImageMagick 6.x (graphics/ImageMagick6*) >-IMAGEMAGICK7_DESC= Use ImageMagick 7.x (graphics/ImageMagick7*) >+OPTIONS_DEFINE= DOCS >+DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=3:textproc/py-sphinx@${PY_FLAVOR} >+DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" > >-.include <bsd.port.options.mk> >- >-.if ${PORT_OPTIONS:MX11} >-.if ${PORT_OPTIONS:MIMAGEMAGICK7} >-LIB_DEPENDS= libMagickWand-7.so:graphics/ImageMagick7 >-.else >-LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6 >-.endif >-.else >-.if ${PORT_OPTIONS:MIMAGEMAGICK7} >-LIB_DEPENDS= libMagickWand-7.so:graphics/ImageMagick7-nox11 >-.else >-LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6-nox11 >-.endif >-.endif >+post-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ (cd ${WRKSRC}/build/sphinx/html && \ >+ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ >+ "! -name .buildinfo -and ! -name objects.inv") > > .include <bsd.port.mk> >diff --git a/distinfo b/distinfo >index 3845fa1..4d082b0 100644 >--- a/distinfo >+++ b/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1629364766 >+TIMESTAMP = 1631968670 > SHA256 (Wand-0.6.7.tar.gz) = ebc01bccc25dba68414ab55b482341f9ad2b197d7f49d5e724f339bbf63fb6db > SIZE (Wand-0.6.7.tar.gz) = 11686093
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