svn commit: r376248 - head/misc/p5-Array-IntSpan

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 4 17:11:45 UTC 2015


Author: sunpoet
Date: Sun Jan  4 17:11:43 2015
New Revision: 376248
URL: https://svnweb.freebsd.org/changeset/ports/376248
QAT: https://qat.redports.org/buildarchive/r376248/

Log:
  - Update to 2.003
  - Add LICENSE
  - Sort PLIST
  
  Changes:	http://search.cpan.org/dist/Array-IntSpan/ChangeLog

Modified:
  head/misc/p5-Array-IntSpan/Makefile
  head/misc/p5-Array-IntSpan/distinfo
  head/misc/p5-Array-IntSpan/pkg-plist

Modified: head/misc/p5-Array-IntSpan/Makefile
==============================================================================
--- head/misc/p5-Array-IntSpan/Makefile	Sun Jan  4 17:11:36 2015	(r376247)
+++ head/misc/p5-Array-IntSpan/Makefile	Sun Jan  4 17:11:43 2015	(r376248)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Array-IntSpan
-PORTVERSION=	2.002
-PORTREVISION=	1
+PORTVERSION=	2.003
 CATEGORIES=	misc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,10 +10,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Module for handling arrays using IntSpan techniques
 
+LICENSE=	ART10
+
 USES=		perl5
 USE_PERL5=	configure
 
-post-patch:
-	@${REINPLACE_CMD} -i '' -e 's/3pm/3/g' ${WRKSRC}/${CONFIGURE_SCRIPT}
-
 .include <bsd.port.mk>

Modified: head/misc/p5-Array-IntSpan/distinfo
==============================================================================
--- head/misc/p5-Array-IntSpan/distinfo	Sun Jan  4 17:11:36 2015	(r376247)
+++ head/misc/p5-Array-IntSpan/distinfo	Sun Jan  4 17:11:43 2015	(r376248)
@@ -1,2 +1,2 @@
-SHA256 (Array-IntSpan-2.002.tar.gz) = 1e39b3c0ea0e71def1cbdc7e5f8ad73d9a3f1776b8368bd9151e1c31b6a1e187
-SIZE (Array-IntSpan-2.002.tar.gz) = 14728
+SHA256 (Array-IntSpan-2.003.tar.gz) = fb6a6a8972874f84aa3e57c43f693edd9b0170075fb3e06d43c0f748ae53e681
+SIZE (Array-IntSpan-2.003.tar.gz) = 18216

Modified: head/misc/p5-Array-IntSpan/pkg-plist
==============================================================================
--- head/misc/p5-Array-IntSpan/pkg-plist	Sun Jan  4 17:11:36 2015	(r376247)
+++ head/misc/p5-Array-IntSpan/pkg-plist	Sun Jan  4 17:11:43 2015	(r376248)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/Array/IntSpan.pm
-%%SITE_PERL%%/Array/IntSpan/IP.pm
 %%SITE_PERL%%/Array/IntSpan/Fields.pm
+%%SITE_PERL%%/Array/IntSpan/IP.pm
 %%PERL5_MAN3%%/Array::IntSpan.3.gz
 %%PERL5_MAN3%%/Array::IntSpan::Fields.3.gz
+%%PERL5_MAN3%%/Array::IntSpan::IP.3.gz


More information about the svn-ports-head mailing list