pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Pod-Spell Update to 1.04



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1b2ceeb2e5a
branches:  trunk
changeset: 621137:b1b2ceeb2e5a
user:      wen <wen%pkgsrc.org@localhost>
date:      Fri Jul 05 00:17:32 2013 +0000

description:
Update to 1.04
Add LICENSE
Fix path of perl

Upstream changes:
1.04      2013-05-08
        - fix tests to work on older perls

1.03      2013-05-08
        - update copyright info
        - require 5.8 (let me know if this is a problem for you)
        - improve tests
        - hopefully fix failing test on windows
        - improve code readability
        - remove DEBUG for private _is_debug method

1.02      2013-05-07
        - convert to dzil and adopt

diffstat:

 textproc/p5-Pod-Spell/Makefile |  12 +++++++++---
 textproc/p5-Pod-Spell/distinfo |   8 ++++----
 2 files changed, 13 insertions(+), 7 deletions(-)

diffs (46 lines):

diff -r 891d059e5048 -r b1b2ceeb2e5a textproc/p5-Pod-Spell/Makefile
--- a/textproc/p5-Pod-Spell/Makefile    Thu Jul 04 23:31:42 2013 +0000
+++ b/textproc/p5-Pod-Spell/Makefile    Fri Jul 05 00:17:32 2013 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.6 2013/05/31 12:42:12 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2013/07/05 00:17:32 wen Exp $
 
-DISTNAME=      Pod-Spell-1.01
+DISTNAME=      Pod-Spell-1.04
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   4
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Pod/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Pod-Spell/
 COMMENT=       Formatter for spellchecking Pod
+LICENSE=       artistic-2.0
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
@@ -16,5 +16,11 @@
 
 PERL5_PACKLIST=                auto/Pod/Spell/.packlist
 
+SUBST_CLASSES+=                perl
+SUBST_STAGE.perl=      post-patch
+SUBST_MESSAGE.perl=    Fixing path to perl
+SUBST_FILES.perl+=     bin/podspell
+SUBST_SED.perl=                -e "s|/usr/bin/env perl|${PERL5}|"
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 891d059e5048 -r b1b2ceeb2e5a textproc/p5-Pod-Spell/distinfo
--- a/textproc/p5-Pod-Spell/distinfo    Thu Jul 04 23:31:42 2013 +0000
+++ b/textproc/p5-Pod-Spell/distinfo    Fri Jul 05 00:17:32 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/11/09 13:28:53 obache Exp $
+$NetBSD: distinfo,v 1.2 2013/07/05 00:17:32 wen Exp $
 
-SHA1 (Pod-Spell-1.01.tar.gz) = 6cebeccbd7a107fde35090d0c3525e7ca90548fb
-RMD160 (Pod-Spell-1.01.tar.gz) = bf4e9111112b64de71fe303b89893514edd79a84
-Size (Pod-Spell-1.01.tar.gz) = 12846 bytes
+SHA1 (Pod-Spell-1.04.tar.gz) = 35569e9d78f2c3914f2ceafd373eaee8497be5ba
+RMD160 (Pod-Spell-1.04.tar.gz) = 4d084a3c087da16d9f974f3449e2936c17172c46
+Size (Pod-Spell-1.04.tar.gz) = 24736 bytes



Home | Main Index | Thread Index | Old Index