diff options
author | rhaen <rhaen> | 2007-12-11 12:02:30 +0000 |
---|---|---|
committer | rhaen <rhaen> | 2007-12-11 12:02:30 +0000 |
commit | eba9c88858399f9620329e4d5f8ed0247b2bb9ef (patch) | |
tree | 20ad8b3396206aa7fd3b0beedac853f27887321f | |
parent | b28c8aec444c79e449eea96c25a58e79dc85fea1 (diff) | |
download | pkgsrc-eba9c88858399f9620329e4d5f8ed0247b2bb9ef.tar.gz |
- updated package to 0.79
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
0.79
Fri Jun 29 01:43:12 UTC 2007 ($Rev: 4391 $, $Author: chromatic $)
- removed noisy and unnecessary diag() calls in tests
- fixed a magic @ISA assignment for 5.9.5 (Andreas Koenig)
- removed signature test (not that useful)
Tue Oct 10 04:46:55 UTC 2006 (Rev: 2945, Author: chromatic)
- removed directory changes in tests
- return merged hash from merge_hash()
- added hash merging tests from Derek Price (part of RT #21269)
- fixed nested lists error reported by Derek Price (RT #21269)
-rw-r--r-- | textproc/p5-Text-WikiFormat/Makefile | 10 | ||||
-rw-r--r-- | textproc/p5-Text-WikiFormat/distinfo | 8 |
2 files changed, 10 insertions, 8 deletions
diff --git a/textproc/p5-Text-WikiFormat/Makefile b/textproc/p5-Text-WikiFormat/Makefile index 784a0e7de7e..4642b60629d 100644 --- a/textproc/p5-Text-WikiFormat/Makefile +++ b/textproc/p5-Text-WikiFormat/Makefile @@ -1,18 +1,20 @@ -# $NetBSD: Makefile,v 1.9 2006/07/19 22:44:11 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2007/12/11 12:02:30 rhaen Exp $ # -DISTNAME= Text-WikiFormat-0.78 +DISTNAME= Text-WikiFormat-0.79 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Text-WikiFormat/ COMMENT= Translate Wiki formatted text into other formats +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-URI>=1.30:../../www/p5-URI +DEPENDS+= p5-Scalar-List-Utils>=1.14:../../devel/p5-Scalar-List-Utils -USE_LANGUAGES= # empty PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/Text/WikiFormat/.packlist diff --git a/textproc/p5-Text-WikiFormat/distinfo b/textproc/p5-Text-WikiFormat/distinfo index a66ff5d6e42..cb0e527a755 100644 --- a/textproc/p5-Text-WikiFormat/distinfo +++ b/textproc/p5-Text-WikiFormat/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2006/07/19 22:44:11 wiz Exp $ +$NetBSD: distinfo,v 1.4 2007/12/11 12:02:30 rhaen Exp $ -SHA1 (Text-WikiFormat-0.78.tar.gz) = 4946250d729aa2b74b61704d1465720036c36d04 -RMD160 (Text-WikiFormat-0.78.tar.gz) = 6580739c948469a957b5f7ae0ad56242604f95fc -Size (Text-WikiFormat-0.78.tar.gz) = 30580 bytes +SHA1 (Text-WikiFormat-0.79.tar.gz) = 44c1de4b03d16b97add5db6c314d7c05656a5e06 +RMD160 (Text-WikiFormat-0.79.tar.gz) = ac86089f4c1b8049195b8312a9ed3b11cf712161 +Size (Text-WikiFormat-0.79.tar.gz) = 28883 bytes |