diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-19 19:43:36 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-19 19:43:36 +0000 |
commit | 2b666b35aa9206fec37ba143c7766beff7b35bc9 (patch) | |
tree | c6c0159109519a397881e8e724cfe575e0e3217a /lang | |
parent | 50d65ab61dc6c765f889e1cc55adcb0d311330de (diff) | |
download | FreeBSD-ports-2b666b35aa9206fec37ba143c7766beff7b35bc9.zip FreeBSD-ports-2b666b35aa9206fec37ba143c7766beff7b35bc9.tar.gz |
upgrade to 2.03
PR: 27413
Submitted by: maintainer
Diffstat (limited to 'lang')
-rw-r--r-- | lang/p5-Switch/Makefile | 5 | ||||
-rw-r--r-- | lang/p5-Switch/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/p5-Switch/Makefile b/lang/p5-Switch/Makefile index b664c2e..4f5a421 100644 --- a/lang/p5-Switch/Makefile +++ b/lang/p5-Switch/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Switch -PORTVERSION= 2.02 +PORTVERSION= 2.03 CATEGORIES= lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/DCONWAY @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@tobez.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Text/Balanced.pm:${PORTSDIR}/devel/p5-Parse-RecDescent RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/lang/p5-Switch/distinfo b/lang/p5-Switch/distinfo index 7a27341..315bbed 100644 --- a/lang/p5-Switch/distinfo +++ b/lang/p5-Switch/distinfo @@ -1 +1 @@ -MD5 (Switch-2.02.tar.gz) = 91e1d2dfb0b78e7a8ab1451f685fb94b +MD5 (Switch-2.03.tar.gz) = de7d2e3b973e140aabd34c9e2c705b7f |