Update to 0.15:
0.15 Nov 07, 2010 - General code cleaning (ADAMK) - Changes to Module::Install::Msgfmt to make it compatible with Module::Install::Share. (ADAMK) - Moved script from bin/ to script/ (ADAMK) - Moved private tools from dev to private (ADAMK) - Picking 5.008005 as our minimum Perl to ensure solid Unicode support (ADAMK) - Converted the Build.PL to a Module::Install Makefile.PL (ADAMK) - Fixed it so that it actually works (AZAWAWI)
This commit is contained in:
parent
5a745f4f87
commit
c79a027a37
2 changed files with 7 additions and 7 deletions
|
@ -1,15 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.3 2011/08/14 12:26:14 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2011/08/16 22:12:12 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Locale-Msgfmt-0.14
|
||||
DISTNAME= Locale-Msgfmt-0.15
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Locale-Msgfmt/
|
||||
COMMENT= Perl 5 module to compile .po files to .mo files
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/12/05 20:56:08 seb Exp $
|
||||
$NetBSD: distinfo,v 1.2 2011/08/16 22:12:12 wiz Exp $
|
||||
|
||||
SHA1 (Locale-Msgfmt-0.14.tar.gz) = 767b2328e323eb06d0a9a5163b451d38748447ec
|
||||
RMD160 (Locale-Msgfmt-0.14.tar.gz) = 9a67da86da1d3549896f313a406b2435264ffbea
|
||||
Size (Locale-Msgfmt-0.14.tar.gz) = 30765 bytes
|
||||
SHA1 (Locale-Msgfmt-0.15.tar.gz) = 475b0b3c0da1c92c7f04d4a784268fdc3a1ca992
|
||||
RMD160 (Locale-Msgfmt-0.15.tar.gz) = 08390459dde044f09c76c1cf3aa71c2738575d58
|
||||
Size (Locale-Msgfmt-0.15.tar.gz) = 48160 bytes
|
||||
|
|
Loading…
Reference in a new issue