diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-21 22:22:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-21 22:22:53 +0800 |
commit | 2e57f16404e849553a025f80c756f982492e9bf0 (patch) | |
tree | ae0991d906f61cdeb19325677eae3a414db944cc /devel | |
parent | 7b57755e84cf060986c2892abf8d4b4eef3ff35a (diff) | |
download | freebsd-ports-gnome-2e57f16404e849553a025f80c756f982492e9bf0.tar.gz freebsd-ports-gnome-2e57f16404e849553a025f80c756f982492e9bf0.tar.zst freebsd-ports-gnome-2e57f16404e849553a025f80c756f982492e9bf0.zip |
- Update to 0.29
Changes: http://search.cpan.org/dist/FSA-Rules/Changes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-FSA-Rules/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-FSA-Rules/distinfo | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/devel/p5-FSA-Rules/Makefile b/devel/p5-FSA-Rules/Makefile index c92b89410de2..224758256819 100644 --- a/devel/p5-FSA-Rules/Makefile +++ b/devel/p5-FSA-Rules/Makefile @@ -6,8 +6,7 @@ # PORTNAME= FSA-Rules -PORTVERSION= 0.28 -PORTREVISION= 4 +PORTVERSION= 0.29 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DWHEELER @@ -16,9 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Build simple rules-based state machines in Perl -RUN_DEPENDS= ${SITE_PERL}/GraphViz.pm:${PORTSDIR}/graphics/p5-GraphViz \ - ${SITE_PERL}/Text/Wrap.pm:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-GraphViz>=2:${PORTSDIR}/graphics/p5-GraphViz \ + p5-Text-Tabs+Wrap>=0:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap PERL_MODBUILD= yes diff --git a/devel/p5-FSA-Rules/distinfo b/devel/p5-FSA-Rules/distinfo index 1a516a9a8ec0..a7d6aa2a349c 100644 --- a/devel/p5-FSA-Rules/distinfo +++ b/devel/p5-FSA-Rules/distinfo @@ -1,2 +1,2 @@ -SHA256 (FSA-Rules-0.28.tar.gz) = 2079aa855227ae1d2b11e9a57860d42c35bd9445f09dc563bcaaa4e0053b05a9 -SIZE (FSA-Rules-0.28.tar.gz) = 31592 +SHA256 (FSA-Rules-0.29.tar.gz) = 7e1395be9a553bfa01230a75662a2959133d042b5daa0bf096008e480e81524f +SIZE (FSA-Rules-0.29.tar.gz) = 30129 |