svn commit: r372859 - head/devel/p5-Eval-WithLexicals
Jun Kuriyama
kuriyama at FreeBSD.org
Thu Nov 20 07:31:40 UTC 2014
Author: kuriyama
Date: Thu Nov 20 07:31:38 2014
New Revision: 372859
URL: https://svnweb.freebsd.org/changeset/ports/372859
QAT: https://qat.redports.org/buildarchive/r372859/
Log:
- Upgrade to 1.003001.
Modified:
head/devel/p5-Eval-WithLexicals/Makefile
head/devel/p5-Eval-WithLexicals/distinfo
head/devel/p5-Eval-WithLexicals/pkg-plist
Modified: head/devel/p5-Eval-WithLexicals/Makefile
==============================================================================
--- head/devel/p5-Eval-WithLexicals/Makefile Thu Nov 20 07:26:21 2014 (r372858)
+++ head/devel/p5-Eval-WithLexicals/Makefile Thu Nov 20 07:31:38 2014 (r372859)
@@ -1,20 +1,24 @@
# $FreeBSD$
PORTNAME= Eval-WithLexicals
-PORTVERSION= 1.002000
+PORTVERSION= 1.003001
CATEGORIES= devel perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= CPAN:DGL
+MASTER_SITE_SUBDIR= CPAN:HAARG
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama at FreeBSD.org
COMMENT= Perl extension for pure perl eval with persistent lexical variables
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
RUN_DEPENDS= \
p5-Moo>=0.009006:${PORTSDIR}/devel/p5-Moo
BUILD_DEPENDS= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
+NO_ARCH= YES
.include <bsd.port.mk>
Modified: head/devel/p5-Eval-WithLexicals/distinfo
==============================================================================
--- head/devel/p5-Eval-WithLexicals/distinfo Thu Nov 20 07:26:21 2014 (r372858)
+++ head/devel/p5-Eval-WithLexicals/distinfo Thu Nov 20 07:31:38 2014 (r372859)
@@ -1,2 +1,2 @@
-SHA256 (Eval-WithLexicals-1.002000.tar.gz) = 09bee14b7367a1c2cd72047f4460dcc362d37ae2584db28455f42aa81d1983b9
-SIZE (Eval-WithLexicals-1.002000.tar.gz) = 4863
+SHA256 (Eval-WithLexicals-1.003001.tar.gz) = 344767981e33efd2db9c05c0dfcd0c7b51952cc509df1c5c24224ca395427b3b
+SIZE (Eval-WithLexicals-1.003001.tar.gz) = 7473
Modified: head/devel/p5-Eval-WithLexicals/pkg-plist
==============================================================================
--- head/devel/p5-Eval-WithLexicals/pkg-plist Thu Nov 20 07:26:21 2014 (r372858)
+++ head/devel/p5-Eval-WithLexicals/pkg-plist Thu Nov 20 07:31:38 2014 (r372859)
@@ -2,5 +2,6 @@ bin/tinyrepl
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Eval/WithLexicals/.packlist
%%SITE_PERL%%/Eval/WithLexicals.pm
%%SITE_PERL%%/Eval/WithLexicals/WithHintPersistence.pm
+man/man1/tinyrepl.1.gz
%%PERL5_MAN3%%/Eval::WithLexicals.3.gz
%%PERL5_MAN3%%/Eval::WithLexicals::WithHintPersistence.3.gz
More information about the svn-ports-all
mailing list