1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Update to version 0.30.

Submitted by:	mat
This commit is contained in:
Dmitry Sivachenko 2004-04-01 06:37:12 +00:00
parent bf7cfca0ed
commit b23c898db7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105841
4 changed files with 6 additions and 17 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= I18N-LangTags
PORTVERSION= 0.29
PORTVERSION= 0.30
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= I18N
@ -16,7 +16,8 @@ MAINTAINER= demon@FreeBSD.org
COMMENT= Functions for dealing with RFC-1766-style language tags
PERL_CONFIGURE= YES
CONFIGURE_ARGS+=INSTALLDIRS=site
MAN3= I18N::LangTags.3 I18N::LangTags::List.3
MAN3= I18N::LangTags.3 I18N::LangTags::Detect.3 I18N::LangTags::List.3
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (I18N-LangTags-0.29.tar.gz) = 4c7ea4ee671b58e4088f7791c02fa945
SIZE (I18N-LangTags-0.29.tar.gz) = 22829
MD5 (I18N-LangTags-0.30.tar.gz) = 1c915817f640bb4191bdd80bd61aa75c
SIZE (I18N-LangTags-0.30.tar.gz) = 29230

View File

@ -1,13 +0,0 @@
--- Makefile.PL.orig Sat Oct 11 09:04:24 2003
+++ Makefile.PL Mon Oct 13 00:00:33 2003
@@ -10,8 +10,8 @@
'ABSTRACT_FROM' => 'lib/I18N/LangTags.pm', #
'dist' => { COMPRESS => 'gzip -6f', SUFFIX => 'gz', },
- (($] >= 5.007003) ?
- ('INSTALLDIRS' => 'perl') : ()),
+# (($] >= 5.007003) ?
+# ('INSTALLDIRS' => 'perl') : ()),
);

View File

@ -1,5 +1,6 @@
%%SITE_PERL%%/I18N/LangTags.pm
%%SITE_PERL%%/I18N/LangTags/List.pm
%%SITE_PERL%%/I18N/LangTags/Detect.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N/LangTags/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N/LangTags
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N 2>/dev/null || true