pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Pod-Parser (pkgsrc)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7dfb5b3a826
branches:  trunk
changeset: 650754:e7dfb5b3a826
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Apr 26 09:04:43 2015 +0000

description:
(pkgsrc)
 - Add  LICENSE= artistic
 - Add  CONFLICTS=     mrtg-[0-9]*
 - Remove @ from @${FIND}, pkglint flags not to hide
(upstream)
 - Update to 1.63
--------------
 Version 1.63
 + CPAN#101847: [PATCH] Bump $VERSION in module changed since Pod-Parser-1.60
   increased VERSION in all *.pm files
 + CPAN#98610: Pod::Find should skip also object directories of modern vc
   systems (.git, .hg)
   implemented in Pod::Find
 Thanks for the reports and patches!

diffstat:

 textproc/p5-Pod-Parser/Makefile |  9 ++++++---
 textproc/p5-Pod-Parser/distinfo |  8 ++++----
 2 files changed, 10 insertions(+), 7 deletions(-)

diffs (41 lines):

diff -r 29add840ab44 -r e7dfb5b3a826 textproc/p5-Pod-Parser/Makefile
--- a/textproc/p5-Pod-Parser/Makefile   Sun Apr 26 08:50:04 2015 +0000
+++ b/textproc/p5-Pod-Parser/Makefile   Sun Apr 26 09:04:43 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2014/10/09 14:07:03 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2015/04/26 09:04:43 mef Exp $
 
-DISTNAME=      Pod-Parser-1.62
+DISTNAME=      Pod-Parser-1.63
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Pod/}
@@ -8,11 +8,14 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Pod-Parser/
 COMMENT=       POD filters and translators
+LICENSE=       artistic
+
+CONFLICTS=     mrtg-[0-9]*
 
 PERL5_PACKLIST=                auto/Pod/Parser/.packlist
 
 pre-configure:
-       @${FIND} ${WRKSRC} -name '*.orig' -print -type f | ${XARGS} ${RM} -f
+       ${FIND} ${WRKSRC} -name '*.orig' -print -type f | ${XARGS} ${RM} -f
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 29add840ab44 -r e7dfb5b3a826 textproc/p5-Pod-Parser/distinfo
--- a/textproc/p5-Pod-Parser/distinfo   Sun Apr 26 08:50:04 2015 +0000
+++ b/textproc/p5-Pod-Parser/distinfo   Sun Apr 26 09:04:43 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2014/07/15 20:31:02 schmonz Exp $
+$NetBSD: distinfo,v 1.5 2015/04/26 09:04:43 mef Exp $
 
-SHA1 (Pod-Parser-1.62.tar.gz) = 8d09161af72c78fdf13a0a2c16e46950ad72cfdc
-RMD160 (Pod-Parser-1.62.tar.gz) = f34f6f9f794d8724554251a8707b9319660a9f13
-Size (Pod-Parser-1.62.tar.gz) = 79529 bytes
+SHA1 (Pod-Parser-1.63.tar.gz) = e82f6d4d6c5a30a0bcbfc38872160086c6091aa5
+RMD160 (Pod-Parser-1.63.tar.gz) = de7b6d4d2c95685b82ff5d8cb0fca1c318d986fa
+Size (Pod-Parser-1.63.tar.gz) = 79707 bytes



Home | Main Index | Thread Index | Old Index