svn commit: r324731 - head/devel/p5-Lexical-Persistence
Philippe Audeoud
jadawin at FreeBSD.org
Wed Aug 14 15:21:51 UTC 2013
Author: jadawin
Date: Wed Aug 14 15:21:50 2013
New Revision: 324731
URL: http://svnweb.freebsd.org/changeset/ports/324731
Log:
- Update to 1.022
- Trim header
- Fix pkg-descr
- Changelog: http://cpansearch.perl.org/src/RCAPUTO/Lexical-Persistence-1.022/CHANGES
Modified:
head/devel/p5-Lexical-Persistence/Makefile (contents, props changed)
head/devel/p5-Lexical-Persistence/distinfo (contents, props changed)
head/devel/p5-Lexical-Persistence/pkg-descr (contents, props changed)
Modified: head/devel/p5-Lexical-Persistence/Makefile
==============================================================================
--- head/devel/p5-Lexical-Persistence/Makefile Wed Aug 14 14:59:50 2013 (r324730)
+++ head/devel/p5-Lexical-Persistence/Makefile Wed Aug 14 15:21:50 2013 (r324731)
@@ -1,12 +1,9 @@
-# New ports collection makefile for: p5-Lexical-Persistence
-# Date created: 01 Jan 2007
-# Whom: Aaron Dalton <aaron at FreeBSD.org>
-#
+# Created by: Aaron Dalton <aaron at FreeBSD.org>
# $FreeBSD$
#
PORTNAME= Lexical-Persistence
-PORTVERSION= 1.020
+PORTVERSION= 1.022
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -20,6 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= Lexical::Persistence.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>
Modified: head/devel/p5-Lexical-Persistence/distinfo
==============================================================================
--- head/devel/p5-Lexical-Persistence/distinfo Wed Aug 14 14:59:50 2013 (r324730)
+++ head/devel/p5-Lexical-Persistence/distinfo Wed Aug 14 15:21:50 2013 (r324731)
@@ -1,2 +1,2 @@
-SHA256 (Lexical-Persistence-1.020.tar.gz) = 972cd0c175947f8789927eb32bfa01d21b3bb981d8841f7e0c74c26c2fd59172
-SIZE (Lexical-Persistence-1.020.tar.gz) = 12228
+SHA256 (Lexical-Persistence-1.022.tar.gz) = 73807403ac362cb0c6105f08cb046bbc194ab54e41800862b65f9f5aa7d7a8b6
+SIZE (Lexical-Persistence-1.022.tar.gz) = 35377
Modified: head/devel/p5-Lexical-Persistence/pkg-descr
==============================================================================
--- head/devel/p5-Lexical-Persistence/pkg-descr Wed Aug 14 14:59:50 2013 (r324730)
+++ head/devel/p5-Lexical-Persistence/pkg-descr Wed Aug 14 15:21:50 2013 (r324731)
@@ -16,4 +16,4 @@ persists in the $lp object between sette
sub getter { print my $x, "\n" }
Author: Rocco Caputo <rcaputo at cpan.org>
-WWW: http://search.cpan.org/dist/Lexical-Persistence
+WWW: http://search.cpan.org/dist/Lexical-Persistence/
More information about the svn-ports-head
mailing list