diff options
author | wen <wen@pkgsrc.org> | 2013-07-13 08:52:17 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-07-13 08:52:17 +0000 |
commit | dfe983d462d866c52db38f3b98d1bbc9360bb395 (patch) | |
tree | 8ff26c2c7120210a4bfdb1a3a2baeba74a95d868 /textproc | |
parent | 9b5594ead0813a597d8c19a7c10155840b87c7b8 (diff) | |
download | pkgsrc-dfe983d462d866c52db38f3b98d1bbc9360bb395.tar.gz |
Update to 0.53
Upstream changes:
0.53 ( 7-12-13 )
- Remove executable permissions from files that shouldn't have them.
- Added shebang to main Bare.pm file ( apparently some people want this )
- Correct line endings to unix style on parser.c
- Improved simplify function that works properly with trees instead of just a single level
- Added hash2xml to quickly convert recursing hashes into XML
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Bare/Makefile | 11 | ||||
-rw-r--r-- | textproc/p5-XML-Bare/distinfo | 8 |
2 files changed, 12 insertions, 7 deletions
diff --git a/textproc/p5-XML-Bare/Makefile b/textproc/p5-XML-Bare/Makefile index 18371b45bf4..38ba09bcc65 100644 --- a/textproc/p5-XML-Bare/Makefile +++ b/textproc/p5-XML-Bare/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2013/05/31 12:42:19 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2013/07/13 08:52:17 wen Exp $ # -DISTNAME= XML-Bare-0.52 +DISTNAME= XML-Bare-0.53 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} @@ -15,5 +14,11 @@ LICENSE= gnu-gpl-v2 PERL5_PACKLIST= auto/XML/Bare/.packlist USE_LANGUAGES= c +SUBST_CLASSES+= perl +SUBST_MESSAGE.perl= Fixing the path of perl. +SUBST_STAGE.perl= post-patch +SUBST_FILES.perl= Bare.pm +SUBST_SED.perl= -e "s,/usr/bin/perl,${PREFIX}/bin/perl,g" + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-Bare/distinfo b/textproc/p5-XML-Bare/distinfo index 685a79aa37d..a1ff743a8fc 100644 --- a/textproc/p5-XML-Bare/distinfo +++ b/textproc/p5-XML-Bare/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2013/05/02 02:30:42 wen Exp $ +$NetBSD: distinfo,v 1.3 2013/07/13 08:52:17 wen Exp $ -SHA1 (XML-Bare-0.52.tar.gz) = 92a624eb3df7f7b0410b7c08ce25d859e9c30f1c -RMD160 (XML-Bare-0.52.tar.gz) = 62fc2143447b22a7bc4d4c450154afb784c50757 -Size (XML-Bare-0.52.tar.gz) = 84367 bytes +SHA1 (XML-Bare-0.53.tar.gz) = c7dab0d8809c71e7034db313b955e14662d49782 +RMD160 (XML-Bare-0.53.tar.gz) = bb5d3058e3532a624d50d8d2a0cc68af97c46229 +Size (XML-Bare-0.53.tar.gz) = 79278 bytes |