mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
graphics/py-svgwrite: upgrade to upstream 1.3.0 and add EXAMPLES option
PR: 238779 Submitted by: george@m5p.com (maintainer)
This commit is contained in:
parent
76349f16b6
commit
c70c43ade4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505495
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= svgwrite
|
||||
PORTVERSION= 1.2.1
|
||||
PORTVERSION= 1.3.0
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -16,4 +16,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing@${PY_FLAVOR}
|
||||
USES= python zip
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
PORTEXAMPLES= *
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
|
||||
|
||||
post-install-EXAMPLES-on:
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
@(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1552416920
|
||||
SHA256 (svgwrite-1.2.1.zip) = 72ef66c9fe367989823cb237ab7f012ac809dd3ba76c1b5ebd9aa61580e2e75e
|
||||
SIZE (svgwrite-1.2.1.zip) = 176795
|
||||
TIMESTAMP = 1561316467
|
||||
SHA256 (svgwrite-1.3.0.zip) = 6a46d2b4ed7565bcff05986c88bf3020724b5ecc7608448903616818dd2bdf95
|
||||
SIZE (svgwrite-1.3.0.zip) = 186162
|
||||
|
Loading…
Reference in New Issue
Block a user