svn commit: r302729 - head/textproc/p5-SVG

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 18 18:15:20 UTC 2012


Author: sunpoet
Date: Sat Aug 18 18:15:19 2012
New Revision: 302729
URL: http://svn.freebsd.org/changeset/ports/302729

Log:
  - Update to 2.53
  - Convert to new options framework
  - Respect EXAMPLES
  
  Changes:	http://search.cpan.org/dist/SVG/Changes

Modified:
  head/textproc/p5-SVG/Makefile   (contents, props changed)
  head/textproc/p5-SVG/distinfo   (contents, props changed)

Modified: head/textproc/p5-SVG/Makefile
==============================================================================
--- head/textproc/p5-SVG/Makefile	Sat Aug 18 18:13:47 2012	(r302728)
+++ head/textproc/p5-SVG/Makefile	Sat Aug 18 18:15:19 2012	(r302729)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	SVG
-PORTVERSION=	2.52
+PORTVERSION=	2.53
 CATEGORIES=	textproc graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -17,14 +17,18 @@ COMMENT=	Perl extension for generating S
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
+OPTIONS_DEFINE=	EXAMPLES
+
 PERL_CONFIGURE=	yes
 USE_DOS2UNIX=	yes
 
 MAN3=		SVG.3 SVG::DOM.3 SVG::Element.3 SVG::Extension.3 \
 		SVG::Manual.3 SVG::XML.3
 
+.include <bsd.port.options.mk>
+
 post-install:
-.ifndef(NOPORTDOCS)
+.if ${PORT_OPTIONS:MEXAMPLES}
 	@${ECHO_MSG} "===>   Installing examples for ${PKGNAME}"
 	${MKDIR} ${EXAMPLESDIR}/
 	${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}/

Modified: head/textproc/p5-SVG/distinfo
==============================================================================
--- head/textproc/p5-SVG/distinfo	Sat Aug 18 18:13:47 2012	(r302728)
+++ head/textproc/p5-SVG/distinfo	Sat Aug 18 18:15:19 2012	(r302729)
@@ -1,2 +1,2 @@
-SHA256 (SVG-2.52.tar.gz) = 99c4086ea050cbca286f25be9f8f08353b9558d9620c584afdd3ff6843530aac
-SIZE (SVG-2.52.tar.gz) = 53809
+SHA256 (SVG-2.53.tar.gz) = 1beca8aadebc249c219b2d2c7dda0a1ed4b8d76059d312b6c834e14f71f12228
+SIZE (SVG-2.53.tar.gz) = 53857



More information about the svn-ports-all mailing list