Update to 1.1.0:
[1.1.0] Released on 2010-12-01 Add support for Const::Fast to PPIx::Utilities::Statement.
This commit is contained in:
parent
172f67f59e
commit
777c299447
2 changed files with 9 additions and 8 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.3 2011/08/14 12:26:27 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2011/08/16 22:56:04 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= PPIx-Utilities-1.000001
|
||||
PKGNAME= p5-${DISTNAME:S/000001/000.001/}
|
||||
PKGREVISION= 2
|
||||
DISTNAME= PPIx-Utilities-1.001000
|
||||
PKGNAME= p5-${DISTNAME:S/001000/001.000/}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/EL/ELLIOTJS/}
|
||||
|
||||
|
@ -14,12 +13,14 @@ LICENSE= ${PERL5_LICENSE}
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
DEPENDS+= p5-Readonly-[0-9]*:../../devel/p5-Readonly
|
||||
DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
|
||||
DEPENDS+= p5-PPI>=1.208:../../devel/p5-PPI
|
||||
DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
|
||||
|
||||
# recommended
|
||||
DEPENDS+= p5-PPI-XS-[0-9]*:../../devel/p5-PPI-XS
|
||||
DEPENDS+= p5-Readonly-XS-[0-9]*:../../devel/p5-Readonly-XS
|
||||
|
||||
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/07/31 10:41:39 sno Exp $
|
||||
$NetBSD: distinfo,v 1.2 2011/08/16 22:56:04 wiz Exp $
|
||||
|
||||
SHA1 (PPIx-Utilities-1.000001.tar.gz) = fb80e9e4f0233bd0a2db3b411244755e5dcac117
|
||||
RMD160 (PPIx-Utilities-1.000001.tar.gz) = 237110e8c21e32037b6cfa5a217ceaf9bd181a45
|
||||
Size (PPIx-Utilities-1.000001.tar.gz) = 25514 bytes
|
||||
SHA1 (PPIx-Utilities-1.001000.tar.gz) = f38d357bcf24c1ad9062b38a77fba1c0f7a787f3
|
||||
RMD160 (PPIx-Utilities-1.001000.tar.gz) = bc487ed0c8ca413a11ad1113ff7dfc18b0410e88
|
||||
Size (PPIx-Utilities-1.001000.tar.gz) = 25707 bytes
|
||||
|
|
Loading…
Reference in a new issue