summaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-11-15 17:31:47 +0000
committerijliao <ijliao@FreeBSD.org>2002-11-15 17:31:47 +0000
commitd3815905c9a6f6b5a71d1a9f7d29439aa1f032e3 (patch)
tree0316642d8e68075742b70aba41f30abb6850a6bf /converters
parentc3808a194c572b8cb5c88402302c82c4ed3043c1 (diff)
downloadFreeBSD-ports-d3815905c9a6f6b5a71d1a9f7d29439aa1f032e3.zip
FreeBSD-ports-d3815905c9a6f6b5a71d1a9f7d29439aa1f032e3.tar.gz
upgrade to 1.00
PR: 45278 Submitted by: maintainer
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-String-Multibyte/Makefile12
-rw-r--r--converters/p5-String-Multibyte/distinfo2
-rw-r--r--converters/p5-String-Multibyte/pkg-plist15
3 files changed, 20 insertions, 9 deletions
diff --git a/converters/p5-String-Multibyte/Makefile b/converters/p5-String-Multibyte/Makefile
index 9fcb584..6d29bf4 100644
--- a/converters/p5-String-Multibyte/Makefile
+++ b/converters/p5-String-Multibyte/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= String-Multibyte
-PORTVERSION= 0.07
+PORTVERSION= 1.00
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= String
@@ -16,7 +16,15 @@ MAINTAINER= svenasse@polaris.ca
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}
.include <bsd.port.mk>
diff --git a/converters/p5-String-Multibyte/distinfo b/converters/p5-String-Multibyte/distinfo
index 7644b3c..d6f6b09 100644
--- a/converters/p5-String-Multibyte/distinfo
+++ b/converters/p5-String-Multibyte/distinfo
@@ -1 +1 @@
-MD5 (String-Multibyte-0.07.tar.gz) = 5cb4b2052730507ba8e5addb3285fb11
+MD5 (String-Multibyte-1.00.tar.gz) = 90ad7d08f8426b601fa6f9f238cc0944
diff --git a/converters/p5-String-Multibyte/pkg-plist b/converters/p5-String-Multibyte/pkg-plist
index 546ff00..489d33d 100644
--- a/converters/p5-String-Multibyte/pkg-plist
+++ b/converters/p5-String-Multibyte/pkg-plist
@@ -1,10 +1,13 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/Multibyte/.packlist
-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/Unicode.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 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/String/Multibyte 2>/dev/null || true
OpenPOWER on IntegriCloud