svn commit: r382546 - head/devel/p5-Compiler-Lexer
Adam Weinberger
adamw at FreeBSD.org
Sat Mar 28 19:37:04 UTC 2015
Author: adamw
Date: Sat Mar 28 19:37:02 2015
New Revision: 382546
URL: https://svnweb.freebsd.org/changeset/ports/382546
QAT: https://qat.redports.org/buildarchive/r382546/
Log:
Update to 0.22, and fix bizarre BUILD_DEPENDS assignment.
Modified:
head/devel/p5-Compiler-Lexer/Makefile
head/devel/p5-Compiler-Lexer/distinfo
Modified: head/devel/p5-Compiler-Lexer/Makefile
==============================================================================
--- head/devel/p5-Compiler-Lexer/Makefile Sat Mar 28 19:18:51 2015 (r382545)
+++ head/devel/p5-Compiler-Lexer/Makefile Sat Mar 28 19:37:02 2015 (r382546)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= Compiler-Lexer
-PORTVERSION= 0.19
-PORTREVISION= 1
+PORTVERSION= 0.22
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,8 +12,7 @@ COMMENT= Perl extension for lexical anal
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= ${RUN_DEPENDS} \
- p5-Module-Build-XSUtil>0:${PORTSDIR}/devel/p5-Module-Build-XSUtil
+BUILD_DEPENDS= p5-Module-Build-XSUtil>0:${PORTSDIR}/devel/p5-Module-Build-XSUtil
USES= perl5
USE_PERL5= modbuild
Modified: head/devel/p5-Compiler-Lexer/distinfo
==============================================================================
--- head/devel/p5-Compiler-Lexer/distinfo Sat Mar 28 19:18:51 2015 (r382545)
+++ head/devel/p5-Compiler-Lexer/distinfo Sat Mar 28 19:37:02 2015 (r382546)
@@ -1,2 +1,2 @@
-SHA256 (Compiler-Lexer-0.19.tar.gz) = fac0619f9d847d68fed1797c8f6a84fa8aa1fe7c453c17e9797cadc75f27ceae
-SIZE (Compiler-Lexer-0.19.tar.gz) = 61904
+SHA256 (Compiler-Lexer-0.22.tar.gz) = fc218c809b1977e0057a204298f5b8f0f7a572a207b2976acf71541466f1f192
+SIZE (Compiler-Lexer-0.22.tar.gz) = 64808
More information about the svn-ports-all
mailing list