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

Collapse All | Expand All

(-)Makefile (-1 / +10 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	svgwrite
3
PORTNAME=	svgwrite
4
PORTVERSION=	1.2.1
4
PORTVERSION=	1.3.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 16-19 Link Here
16
USES=		python zip
16
USES=		python zip
17
USE_PYTHON=	autoplist distutils
17
USE_PYTHON=	autoplist distutils
18
18
19
PORTEXAMPLES=	*
20
OPTIONS_DEFINE=	EXAMPLES
21
22
EXAMPLESDIR=	${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
23
24
post-install-EXAMPLES-on:
25
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
26
	@(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
27
19
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1552416920
1
TIMESTAMP = 1561316467
2
SHA256 (svgwrite-1.2.1.zip) = 72ef66c9fe367989823cb237ab7f012ac809dd3ba76c1b5ebd9aa61580e2e75e
2
SHA256 (svgwrite-1.3.0.zip) = 6a46d2b4ed7565bcff05986c88bf3020724b5ecc7608448903616818dd2bdf95
3
SIZE (svgwrite-1.2.1.zip) = 176795
3
SIZE (svgwrite-1.3.0.zip) = 186162

Return to bug 238779