View | Details | Raw Unified | Return to bug 84183
Collapse All | Expand All

(-)Makefile (-7 / +5 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Graphics-ColorNames
8
PORTNAME=	Graphics-ColorNames
9
PORTVERSION=	1.05
9
PORTVERSION=	1.06
10
CATEGORIES=	graphics perl5
10
CATEGORIES=	graphics perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	Graphics
12
MASTER_SITE_SUBDIR=	Graphics
Lines 24-33 Link Here
24
	Graphics::ColorNames::X.3 \
24
	Graphics::ColorNames::X.3 \
25
	Graphics::ColourNames.3
25
	Graphics::ColourNames.3
26
26
27
.include <bsd.port.pre.mk>
27
post-patch:
28
	@${PERL} -pi -e 's/^our (\S+)/use vars qw($$1); $$1/' \
29
		${WRKSRC}/lib/Graphics/ColorNames.pm
28
30
29
.if ${OSVERSION} < 500000
31
.include <bsd.port.mk>
30
BROKEN=		"Does not build on FreeBSD 4.x"
31
.endif
32
33
.include <bsd.port.post.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (Graphics-ColorNames-1.05.tar.gz) = f361bda03aaff55625ef11ba93f165a5
1
MD5 (Graphics-ColorNames-1.06.tar.gz) = 0551cb0b17babcbdef284d5b502731a4
2
SIZE (Graphics-ColorNames-1.05.tar.gz) = 19771
2
SIZE (Graphics-ColorNames-1.06.tar.gz) = 21851

Return to bug 84183