diff options
author | schmonz <schmonz> | 2014-11-23 14:44:01 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2014-11-23 14:44:01 +0000 |
commit | 70f912d5bcda75de8fd05a5a527dfe681f6da483 (patch) | |
tree | 35f26c0756c836267b10e3ae25ee98edba35073e | |
parent | 53599eef71964fb7ca9a7982197eadaf92ac6769 (diff) | |
download | pkgsrc-70f912d5bcda75de8fd05a5a527dfe681f6da483.tar.gz |
Update to 0.81. From the changelog:
- Add the 'nofollow_extended' option to add rel="nofollow" to extended
links. Thanks to Ian McEwen for this patch.
-rw-r--r-- | textproc/p5-Text-WikiFormat/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Text-WikiFormat/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-Text-WikiFormat/Makefile b/textproc/p5-Text-WikiFormat/Makefile index 064c02fc6a2..974aafaf059 100644 --- a/textproc/p5-Text-WikiFormat/Makefile +++ b/textproc/p5-Text-WikiFormat/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.19 2014/05/29 23:37:44 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2014/11/23 14:44:01 schmonz Exp $ # -DISTNAME= Text-WikiFormat-0.80 +DISTNAME= Text-WikiFormat-0.81 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Text-WikiFormat/ COMMENT= Translate Wiki formatted text into other formats +LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-URI>=1.30:../../www/p5-URI DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.14}:../../devel/p5-Scalar-List-Utils diff --git a/textproc/p5-Text-WikiFormat/distinfo b/textproc/p5-Text-WikiFormat/distinfo index b5207bfa816..00dbc9e5905 100644 --- a/textproc/p5-Text-WikiFormat/distinfo +++ b/textproc/p5-Text-WikiFormat/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2013/01/23 10:29:20 rhaen Exp $ +$NetBSD: distinfo,v 1.6 2014/11/23 14:44:01 schmonz Exp $ -SHA1 (Text-WikiFormat-0.80.tar.gz) = c3e7fdd7c29570d23bd913f83bbf9472e5d73f57 -RMD160 (Text-WikiFormat-0.80.tar.gz) = 90422a58645e8bf5911b46ef992794b0082641ca -Size (Text-WikiFormat-0.80.tar.gz) = 28845 bytes +SHA1 (Text-WikiFormat-0.81.tar.gz) = 41a5d961919c6104b85af04d833d5ede52edb489 +RMD160 (Text-WikiFormat-0.81.tar.gz) = fea36f200cb04eddda7299de2391667e25821a6a +Size (Text-WikiFormat-0.81.tar.gz) = 34409 bytes |