From 428014393abbfd9208acbe289aecc85420a7a691 Mon Sep 17 00:00:00 2001 From: culot Date: Mon, 6 Aug 2012 17:32:02 +0000 Subject: - Update to 0.80 - Remove dependencies already in core - Add LICENSE (Artistic 1 & GPL 1) - Take maintainership Changes: http://search.cpan.org/dist/Text-WikiFormat/Changes --- textproc/p5-Text-WikiFormat/Makefile | 12 +++++++----- textproc/p5-Text-WikiFormat/distinfo | 4 ++-- 2 files changed, 9 insertions(+), 7 deletions(-) (limited to 'textproc/p5-Text-WikiFormat') diff --git a/textproc/p5-Text-WikiFormat/Makefile b/textproc/p5-Text-WikiFormat/Makefile index ef5a5be37ad..dc24e08d6e9 100644 --- a/textproc/p5-Text-WikiFormat/Makefile +++ b/textproc/p5-Text-WikiFormat/Makefile @@ -6,17 +6,19 @@ # PORTNAME= Text-WikiFormat -PORTVERSION= 0.79 +PORTVERSION= 0.80 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Module for translating Wiki formatted text into other formats -BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-URI>0:${PORTSDIR}/net/p5-URI +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes diff --git a/textproc/p5-Text-WikiFormat/distinfo b/textproc/p5-Text-WikiFormat/distinfo index d6ffb5f86d3..fa5ecf834a5 100644 --- a/textproc/p5-Text-WikiFormat/distinfo +++ b/textproc/p5-Text-WikiFormat/distinfo @@ -1,2 +1,2 @@ -SHA256 (Text-WikiFormat-0.79.tar.gz) = 06fbc53818d764e04b3b26c39a325e074776d08dbc166c6043c4ec4b1b6bddb2 -SIZE (Text-WikiFormat-0.79.tar.gz) = 28883 +SHA256 (Text-WikiFormat-0.80.tar.gz) = 3ed72a028f49274c61bdf001c831b77389c47e2c611ac0414fa0c3bee3783544 +SIZE (Text-WikiFormat-0.80.tar.gz) = 28845 -- cgit