summaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Spell
diff options
context:
space:
mode:
authorwen <wen>2013-07-05 00:17:32 +0000
committerwen <wen>2013-07-05 00:17:32 +0000
commit03944a25b16f8dcb2c2bd44f7b6e737368d0ee5b (patch)
tree506bd8daf3188043c96b816850da0a378e87dfb1 /textproc/p5-Pod-Spell
parentca0a7b67b8e3aa3a8f455d661bcd0c849c8218e9 (diff)
downloadpkgsrc-03944a25b16f8dcb2c2bd44f7b6e737368d0ee5b.tar.gz
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 (limited to 'textproc/p5-Pod-Spell')
-rw-r--r--textproc/p5-Pod-Spell/Makefile12
-rw-r--r--textproc/p5-Pod-Spell/distinfo8
2 files changed, 13 insertions, 7 deletions
diff --git a/textproc/p5-Pod-Spell/Makefile b/textproc/p5-Pod-Spell/Makefile
index efa930d2c23..ef8a6b73b1d 100644
--- a/textproc/p5-Pod-Spell/Makefile
+++ b/textproc/p5-Pod-Spell/Makefile
@@ -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
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 @@ DEPENDS+= p5-Pod-Escapes>=1.01:../../textproc/p5-Pod-Escapes
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 --git a/textproc/p5-Pod-Spell/distinfo b/textproc/p5-Pod-Spell/distinfo
index b49834d9ce1..3505022bf73 100644
--- a/textproc/p5-Pod-Spell/distinfo
+++ b/textproc/p5-Pod-Spell/distinfo
@@ -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