- upgrade to version 2.01
- add regression test - bump NEED_VERSION
This commit is contained in:
parent
6c3c968dbf
commit
3069e107ab
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2001/05/06 02:30:40 lebel Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2002/02/20 05:32:14 kevlo Exp $
|
||||
|
||||
COMMENT= "module to provide access to ISO3166 and ISO639 codes"
|
||||
|
||||
DISTNAME= Locale-Codes-1.06
|
||||
DISTNAME= Locale-Codes-2.01
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= misc perl5
|
||||
NEED_VERSION= 1.402
|
||||
NEED_VERSION= 1.504
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
@ -19,4 +19,6 @@ MASTER_SITE_SUBDIR= Locale
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
REGRESS_DEPENDS= ::devel/p5-Test-Harness
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
3
misc/p5-Locale-Codes/distinfo
Normal file
3
misc/p5-Locale-Codes/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Locale-Codes-2.01.tar.gz) = c5143fb5a883e8ab163fabfecfad0ac6
|
||||
RMD160 (Locale-Codes-2.01.tar.gz) = 7f8851ed7beb167c5135e0bcef1e6ecea538ef36
|
||||
SHA1 (Locale-Codes-2.01.tar.gz) = c24a1d63246c1b7e35f2ceae3908ef2326c784d9
|
@ -1,3 +0,0 @@
|
||||
MD5 (Locale-Codes-1.06.tar.gz) = 9255107f044e3492c3c5d42d086a9a46
|
||||
RMD160 (Locale-Codes-1.06.tar.gz) = 8d38d8f8269164a3c15d4a811f9f1f08ca3b0c42
|
||||
SHA1 (Locale-Codes-1.06.tar.gz) = d14f24035012456059bdc31840b96fd97211cb5f
|
@ -1,9 +1,16 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/03/27 09:31:36 kevlo Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2002/02/20 05:32:18 kevlo Exp $
|
||||
libdata/perl5/site_perl/Locale/Constants.pm
|
||||
libdata/perl5/site_perl/Locale/Constants.pod
|
||||
libdata/perl5/site_perl/Locale/Country.pm
|
||||
libdata/perl5/site_perl/Locale/Country.pod
|
||||
libdata/perl5/site_perl/Locale/Currency.pm
|
||||
libdata/perl5/site_perl/Locale/Currency.pod
|
||||
libdata/perl5/site_perl/Locale/Language.pm
|
||||
libdata/perl5/site_perl/Locale/Language.pod
|
||||
libdata/perl5/site_perl/Locale/Script.pm
|
||||
libdata/perl5/site_perl/Locale/Script.pod
|
||||
man/man3/Locale::Constants.3p
|
||||
man/man3/Locale::Country.3p
|
||||
man/man3/Locale::Currency.3p
|
||||
man/man3/Locale::Language.3p
|
||||
man/man3/Locale::Script.3p
|
||||
|
Loading…
Reference in New Issue
Block a user