diff options
author | aaron <aaron@FreeBSD.org> | 2006-06-12 17:33:37 +0000 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-06-12 17:33:37 +0000 |
commit | 25c0e42c45a901437fb6fb79349decad9bf9fe63 (patch) | |
tree | f242782315d2d2d4c81dcdb497dd5ccce7ad5402 /converters | |
parent | a7ca304157d1c33f799611168dcb0272965cd401 (diff) | |
download | FreeBSD-ports-25c0e42c45a901437fb6fb79349decad9bf9fe63.zip FreeBSD-ports-25c0e42c45a901437fb6fb79349decad9bf9fe63.tar.gz |
- Update from v1.09 to v1.11
- Update pkg-plist
- Add WWW and Authors to pkg-descr
PR: ports/98178
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Unicode-MapUTF8/Makefile | 3 | ||||
-rw-r--r-- | converters/p5-Unicode-MapUTF8/distinfo | 6 | ||||
-rw-r--r-- | converters/p5-Unicode-MapUTF8/pkg-descr | 6 | ||||
-rw-r--r-- | converters/p5-Unicode-MapUTF8/pkg-plist | 5 |
4 files changed, 10 insertions, 10 deletions
diff --git a/converters/p5-Unicode-MapUTF8/Makefile b/converters/p5-Unicode-MapUTF8/Makefile index fe4b4d3..0398773 100644 --- a/converters/p5-Unicode-MapUTF8/Makefile +++ b/converters/p5-Unicode-MapUTF8/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= Unicode-MapUTF8 -PORTVERSION= 1.09 +PORTVERSION= 1.11 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Unicode @@ -23,7 +23,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Unicode::MapUTF8.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.pre.mk> diff --git a/converters/p5-Unicode-MapUTF8/distinfo b/converters/p5-Unicode-MapUTF8/distinfo index 5719390..01751ea 100644 --- a/converters/p5-Unicode-MapUTF8/distinfo +++ b/converters/p5-Unicode-MapUTF8/distinfo @@ -1,3 +1,3 @@ -MD5 (Unicode-MapUTF8-1.09.tar.gz) = 32b2593bb38b24b5f5fef2aaf444a367 -SHA256 (Unicode-MapUTF8-1.09.tar.gz) = 838734e0d4fc8cdaaf94df7144e07072fad9602e4c305c0faed32498236dd98d -SIZE (Unicode-MapUTF8-1.09.tar.gz) = 7667 +MD5 (Unicode-MapUTF8-1.11.tar.gz) = 16e66ee0bdc0e6cc9c36e29212d8ffdc +SHA256 (Unicode-MapUTF8-1.11.tar.gz) = db534d74b18b2464743efc6aada51854e0fde88f875d208a154eddb9f2b50e93 +SIZE (Unicode-MapUTF8-1.11.tar.gz) = 16402 diff --git a/converters/p5-Unicode-MapUTF8/pkg-descr b/converters/p5-Unicode-MapUTF8/pkg-descr index cc27dd5..466897b 100644 --- a/converters/p5-Unicode-MapUTF8/pkg-descr +++ b/converters/p5-Unicode-MapUTF8/pkg-descr @@ -1,6 +1,3 @@ -Unicode::MapUTF8 ----------------- - Provides an adapter layer between core routines for converting to and from UTF8 and other encodings. In essence, a way to give multiple existing Unicode modules a single common interface so @@ -9,3 +6,6 @@ simple UTF8 to-from other character set string conversions. As such, it wraps the Unicode::String, Unicode::Map8, Unicode::Map and Jcode modules in a standardized and simple API. + +WWW: http://search.cpan.org/dist/Unicode-MapUTF8 +Author: Benjamin Franz <snowhare@nihongo.org> diff --git a/converters/p5-Unicode-MapUTF8/pkg-plist b/converters/p5-Unicode-MapUTF8/pkg-plist index 6a633ea..a97f13b 100644 --- a/converters/p5-Unicode-MapUTF8/pkg-plist +++ b/converters/p5-Unicode-MapUTF8/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Unicode/MapUTF8.pm +%%SITE_PERL%%/Unicode/MapUTF8.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/MapUTF8/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/MapUTF8 -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode -@dirrm %%SITE_PERL%%/Unicode +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode +@dirrmtry %%SITE_PERL%%/Unicode |