mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
upgrade to 1.00
PR: 45278 Submitted by: maintainer
This commit is contained in:
parent
edaa37d51c
commit
8b208b963b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70171
3 changed files with 20 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= String-Multibyte
|
PORTNAME= String-Multibyte
|
||||||
PORTVERSION= 0.07
|
PORTVERSION= 1.00
|
||||||
CATEGORIES= converters perl5
|
CATEGORIES= converters perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= String
|
MASTER_SITE_SUBDIR= String
|
||||||
|
@ -16,7 +16,15 @@ MAINTAINER= svenasse@polaris.ca
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
MAN3= String::Multibyte.3
|
MAN3= String::Multibyte.3 \
|
||||||
|
String::Multibyte::Bytes.3 \
|
||||||
|
String::Multibyte::EUC.3 \
|
||||||
|
String::Multibyte::EUC_JP.3 \
|
||||||
|
String::Multibyte::ShiftJIS.3 \
|
||||||
|
String::Multibyte::UTF16BE.3 \
|
||||||
|
String::Multibyte::UTF16LE.3 \
|
||||||
|
String::Multibyte::UTF8.3 \
|
||||||
|
String::Multibyte::Unicode.3
|
||||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (String-Multibyte-0.07.tar.gz) = 5cb4b2052730507ba8e5addb3285fb11
|
MD5 (String-Multibyte-1.00.tar.gz) = 90ad7d08f8426b601fa6f9f238cc0944
|
||||||
|
|
|
@ -1,10 +1,13 @@
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/Multibyte/.packlist
|
lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/Unicode.pm
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte.pm
|
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/Bytes.pm
|
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/EUC.pm
|
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/EUC_JP.pm
|
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/ShiftJIS.pm
|
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/UTF8.pm
|
lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/UTF8.pm
|
||||||
|
lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/UTF16LE.pm
|
||||||
|
lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/UTF16BE.pm
|
||||||
|
lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/ShiftJIS.pm
|
||||||
|
lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/EUC_JP.pm
|
||||||
|
lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/EUC.pm
|
||||||
|
lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte/Bytes.pm
|
||||||
|
lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte.pm
|
||||||
|
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/Multibyte/.packlist
|
||||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte 2>/dev/null || true
|
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/String/Multibyte 2>/dev/null || true
|
||||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/String 2>/dev/null || true
|
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/String 2>/dev/null || true
|
||||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/Multibyte 2>/dev/null || true
|
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/Multibyte 2>/dev/null || true
|
||||||
|
|
Loading…
Add table
Reference in a new issue