pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-Bare Update to 0.53



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63d49431e8c5
branches:  trunk
changeset: 621583:63d49431e8c5
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Jul 13 08:52:17 2013 +0000

description:
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:

 textproc/p5-XML-Bare/Makefile |  11 ++++++++---
 textproc/p5-XML-Bare/distinfo |   8 ++++----
 2 files changed, 12 insertions(+), 7 deletions(-)

diffs (40 lines):

diff -r ace64170f973 -r 63d49431e8c5 textproc/p5-XML-Bare/Makefile
--- a/textproc/p5-XML-Bare/Makefile     Sat Jul 13 08:33:27 2013 +0000
+++ b/textproc/p5-XML-Bare/Makefile     Sat Jul 13 08:52:17 2013 +0000
@@ -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 @@
 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 -r ace64170f973 -r 63d49431e8c5 textproc/p5-XML-Bare/distinfo
--- a/textproc/p5-XML-Bare/distinfo     Sat Jul 13 08:33:27 2013 +0000
+++ b/textproc/p5-XML-Bare/distinfo     Sat Jul 13 08:52:17 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index