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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Apr 17 16:06:28 UTC 2017


Author: sunpoet
Date: Mon Apr 17 16:06:26 2017
New Revision: 438722
URL: https://svnweb.freebsd.org/changeset/ports/438722

Log:
  Update to 2.65
  
  - Add LICENSE_FILE
  - Convert to options target helper
  
  Changes:	http://search.cpan.org/dist/SVG/Changes

Modified:
  head/textproc/p5-SVG/Makefile
  head/textproc/p5-SVG/distinfo

Modified: head/textproc/p5-SVG/Makefile
==============================================================================
--- head/textproc/p5-SVG/Makefile	Mon Apr 17 16:06:21 2017	(r438721)
+++ head/textproc/p5-SVG/Makefile	Mon Apr 17 16:06:26 2017	(r438722)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	SVG
-PORTVERSION=	2.64
+PORTVERSION=	2.65
 CATEGORIES=	textproc graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,6 +12,7 @@ COMMENT=	Perl extension for generating S
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 OPTIONS_DEFINE=	EXAMPLES
 
@@ -22,7 +23,7 @@ NO_ARCH=	yes
 
 PORTEXAMPLES=	*
 
-post-install:
+post-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
 	${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}/
 

Modified: head/textproc/p5-SVG/distinfo
==============================================================================
--- head/textproc/p5-SVG/distinfo	Mon Apr 17 16:06:21 2017	(r438721)
+++ head/textproc/p5-SVG/distinfo	Mon Apr 17 16:06:26 2017	(r438722)
@@ -1,2 +1,3 @@
-SHA256 (SVG-2.64.tar.gz) = 73d1e1e79f6cc04f976066e70106099df35be5534eceb5dfd2c1903ecf994acd
-SIZE (SVG-2.64.tar.gz) = 52382
+TIMESTAMP = 1492420903
+SHA256 (SVG-2.65.tar.gz) = bde6e4ac0ee66fffcd820cad549ff5cc4e9f1c3af3cf4ca0eb50dd0be18f4f18
+SIZE (SVG-2.65.tar.gz) = 51798


More information about the svn-ports-head mailing list