diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-06-12 18:49:14 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-06-12 18:49:14 +0000 |
commit | b3176d1d4a571d27b0b1ea59fe9a2454eaa4c78c (patch) | |
tree | 88b65e028e7b19c8542876c4d2a0bd69b58e84bc | |
parent | 99b0a6b3bb316fa94ad5d7b73e8ac169d18b209b (diff) | |
download | FreeBSD-ports-b3176d1d4a571d27b0b1ea59fe9a2454eaa4c78c.zip FreeBSD-ports-b3176d1d4a571d27b0b1ea59fe9a2454eaa4c78c.tar.gz |
- Update to 0.21
- Change to new CPAN :id subdir macro
Changes: http://search.cpan.org/dist/Spork/Changes
-rw-r--r-- | textproc/p5-Spork/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-Spork/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-Spork/Makefile b/textproc/p5-Spork/Makefile index 4735173..0140420 100644 --- a/textproc/p5-Spork/Makefile +++ b/textproc/p5-Spork/Makefile @@ -6,18 +6,17 @@ # PORTNAME= Spork -PORTVERSION= 0.20 -PORTREVISION= 1 +PORTVERSION= 0.21 CATEGORIES= textproc perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/I/IN/INGY/ +MASTER_SITE_SUBDIR= CPAN:INGY PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Creating standalone HTML slideshows from Kwiki markup -BUILD_DEPENDS= ${LOCALBASE}/kwiki/lib/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki -RUN_DEPENDS= ${LOCALBASE}/kwiki/lib/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki +RUN_DEPENDS= p5-Kwiki>=0.38:${PORTSDIR}/www/p5-Kwiki \ + p5-Spoon>=0.22:${PORTSDIR}/devel/p5-Spoon PERL_CONFIGURE= yes diff --git a/textproc/p5-Spork/distinfo b/textproc/p5-Spork/distinfo index 99c9379..09791d8 100644 --- a/textproc/p5-Spork/distinfo +++ b/textproc/p5-Spork/distinfo @@ -1,2 +1,2 @@ -SHA256 (Spork-0.20.tar.gz) = 123634ce6a3abd858f1c63536d17316082f637c6482ccb2e491fe530c7f39d47 -SIZE (Spork-0.20.tar.gz) = 19740 +SHA256 (Spork-0.21.tar.gz) = 668ea12ffb46674e5c2fa91f8fcd2eb3709c14119fe17aff31ecd5531bf37589 +SIZE (Spork-0.21.tar.gz) = 32159 |