diff options
author | he <he> | 2008-09-13 15:59:37 +0000 |
---|---|---|
committer | he <he> | 2008-09-13 15:59:37 +0000 |
commit | 5b60bab89ca347b402c2e7f290e7c332ffc37e54 (patch) | |
tree | da6c93656186e563e325ba4d7175845f29940f19 /www/p5-Jemplate | |
parent | d0bca85baa45c007bf6ed6186abd1d68d763ceaa (diff) | |
download | pkgsrc-5b60bab89ca347b402c2e7f290e7c332ffc37e54.tar.gz |
Update from version 0.20 to 0.23, discussed with maintainer.
Pkgsrc changes:
o Reset maintainer to pkgsrc-users@, per request from maintainer
o Use MASTER_SITES_PERL_CPAN
o Set PERL5_REQD according to Meta.yaml in package
o Adjust dependencies according to package
Upstream changes:
version: 0.23
date: Friday June 06 12:51:18 PDT 2008
changes:
- Incorporated 'jemplate-url.patch' to match uri/url filtering behavior to TT, thanks leedo
---
version: 0.22
date: Mon Apr 28 21:52:03 PDT 2008
changes:
- Fixed a few buglets found in 0.21
---
version: 0.21
date: Mon Apr 28 12:44:13 CST 2008
changes:
- Robert Krimen provided massive improvements including:
- jQuery support
- YUI support
- Many new command line options for fine grained control
- Doc changes
- Much refactoring
- Ingy added:
- A standalone Jemplate compiler (bin/jemplate)
- Some doc: (bin/README)
Diffstat (limited to 'www/p5-Jemplate')
-rw-r--r-- | www/p5-Jemplate/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/www/p5-Jemplate/Makefile b/www/p5-Jemplate/Makefile index e3e8356dd84..0e132e6f1f1 100644 --- a/www/p5-Jemplate/Makefile +++ b/www/p5-Jemplate/Makefile @@ -1,17 +1,19 @@ -# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:55 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2008/09/13 15:59:37 he Exp $ -DISTNAME= Jemplate-0.20 +DISTNAME= Jemplate-0.23 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 -MASTER_SITES= http://search.cpan.org/CPAN/authors/id/I/IN/INGY/ +MASTER_SITES= ${MASTER_SITES_PERL_CPAN:=../by-authors/id/I/IN/INGY/} -MAINTAINER= hiramatsu@NetBSD.org -HOMEPAGE= http://search.cpan.org/~ingy/Jemplate/ +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Jemplate/ COMMENT= Javascript Templating with Template Toolkit +PERL5_REQD+= 5.6.1 + PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-Template-Toolkit>=2.14:../../www/p5-Template-Toolkit +DEPENDS+= p5-Template-Toolkit>=2.19:../../www/p5-Template-Toolkit DEPENDS+= p5-File-Find-Rule>=0.30:../../devel/p5-File-Find-Rule PERL5_PACKLIST= auto/Jemplate/.packlist |