Update to 1.22:
1.22 - Sun Oct 23 23:45:51 CDT 2005 [ENHANCEMENTS] * Added check for lines with only whitespace before or after a directive. Older POD formatters can get confused by such lines since they goof up paragraph mode. (RT #6467) [FIXES] * Bumped up requirements to Test::Simple 0.62. 1.20 - Wed Jun 23 00:28:35 CDT 2004 [ENHANCEMENTS] * Looks in blib/ if there is one, otherwise looks in lib/ * Thanks to David Wheeler for nudging. Package change: depend on p5-Test-Simple for testing instead of p5-Test-Builder-Tester, the latter is now included in the former.
This commit is contained in:
parent
16ef57a460
commit
7b7d85c261
2 changed files with 7 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.8 2005/11/16 19:37:19 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2005/11/22 23:12:13 wiz Exp $
|
||||
|
||||
DISTNAME= Test-Pod-1.20
|
||||
DISTNAME= Test-Pod-1.22
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 3
|
||||
SVR4_PKGNAME= p5tp
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
||||
|
@ -16,7 +15,7 @@ DEPENDS+= p5-Pod-Simple>=3.02nb1:../../textproc/p5-Pod-Simple
|
|||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if !empty(PKGSRC_RUN_TEST:M[yY][eE][sS])
|
||||
BUILD_DEPENDS+= p5-Test-Builder-Tester-[0-9]*:../../devel/p5-Test-Builder-Tester
|
||||
BUILD_DEPENDS+= p5-Test-Simple>=0.62:../../devel/p5-Test-Simple
|
||||
.endif
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2005/02/23 22:24:29 agc Exp $
|
||||
$NetBSD: distinfo,v 1.3 2005/11/22 23:12:13 wiz Exp $
|
||||
|
||||
SHA1 (Test-Pod-1.20.tar.gz) = c3653e41a8bcadbde8e9775eff444a07412f867d
|
||||
RMD160 (Test-Pod-1.20.tar.gz) = 2256c51b8d8912b761c010cb7369b068ea53feaf
|
||||
Size (Test-Pod-1.20.tar.gz) = 6817 bytes
|
||||
SHA1 (Test-Pod-1.22.tar.gz) = ab725905d1906117412c48fe3fb5485bc47f11db
|
||||
RMD160 (Test-Pod-1.22.tar.gz) = ab88537b733dfa90f9b6ffe442c464030cc57566
|
||||
Size (Test-Pod-1.22.tar.gz) = 6923 bytes
|
||||
|
|
Loading…
Reference in a new issue