diff options
author | he <he@pkgsrc.org> | 2008-08-07 09:56:10 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-08-07 09:56:10 +0000 |
commit | 32e8806a9609c8bee56ac30f81ebb974b54c9a3d (patch) | |
tree | 73f3c155e74f1920fc3716c649c61ac4b8133288 /www/p5-Kwiki-Archive-Cvs/Makefile | |
parent | ac5edd3af73cb14835faf6e234026e8e24e5e03a (diff) | |
download | pkgsrc-32e8806a9609c8bee56ac30f81ebb974b54c9a3d.tar.gz |
Update from 1.102 to 1.103.
Pkgsrc changes:
o local patch no longer available upstream, probably integrated,
so removed here.
o Add commented-out HOMEPAGE at search.cpan.org.
Upstream change log not available (reported); appear to be:
o Now require Kwiki version 0.39
o use "has_utf8" instead of "use_utf8" to match Spoon
Diffstat (limited to 'www/p5-Kwiki-Archive-Cvs/Makefile')
-rw-r--r-- | www/p5-Kwiki-Archive-Cvs/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/p5-Kwiki-Archive-Cvs/Makefile b/www/p5-Kwiki-Archive-Cvs/Makefile index 5f00088331a..fea4a028e18 100644 --- a/www/p5-Kwiki-Archive-Cvs/Makefile +++ b/www/p5-Kwiki-Archive-Cvs/Makefile @@ -1,17 +1,18 @@ -# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:55 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/08/07 09:56:10 he Exp $ -DISTNAME= Kwiki-Archive-Cvs-0.102 +DISTNAME= Kwiki-Archive-Cvs-0.103 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Kwiki/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.kwiki.org/ +#HOMEPAGE= http://search.cpan.org/dist/Kwiki-Archive-Cvs/ COMMENT= Kwiki page archive using CVS PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-Kwiki>=0.38:../../www/p5-Kwiki +DEPENDS+= p5-Kwiki>=0.39:../../www/p5-Kwiki PERL5_PACKLIST= auto/Kwiki/Archive/Cvs/.packlist |