Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 May 2003 15:55:12 +0200 (CEST)
From:      Mathieu Arnold <m@absolight.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        demon@FreeBSD.org
Subject:   ports/52328: (update) misc/p5-I18N-Charset to 1.24
Message-ID:  <20030516135512.CB3E586C5@aragorn.reaumur.absolight.net>
Resent-Message-ID: <200305161400.h4GE0VSJ057230@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         52328
>Category:       ports
>Synopsis:       (update) misc/p5-I18N-Charset to 1.24
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 16 07:00:31 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386


	
>Description:
Update to 1.24
Add missing depend
Add WWW site
	
>How-To-Repeat:
	
>Fix:

	

--- p5-I18N-Charset-1.24.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/p5-I18N-Charset/Makefile,v
retrieving revision 1.13
diff -u -b -w -r1.13 Makefile
--- Makefile	2003/03/07 06:07:14	1.13
+++ Makefile	2003/05/16 13:52:34
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	I18N-Charset
-PORTVERSION=	1.23
+PORTVERSION=	1.24
 CATEGORIES=	misc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	I18N
@@ -15,13 +15,13 @@
 MAINTAINER=	demon@FreeBSD.org
 COMMENT=	Module which maps CharSet names to the names registered with IANA
 
-RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \
-		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \
-		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Which.pm:${PORTSDIR}/sysutils/p5-File-Which
+BUILD_DEPENDS=	${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \
+		${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \
+		${SITE_PERL}/File/Which.pm:${PORTSDIR}/sysutils/p5-File-Which \
+		${SITE_PERL}/Unicode/MapUTF8.pm:${PORTSDIR}/converters/p5-Unicode-MapUTF8
 
 PERL_CONFIGURE=	YES
 
-MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 MAN3=		I18N::Charset.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/misc/p5-I18N-Charset/distinfo,v
retrieving revision 1.9
diff -u -b -w -r1.9 distinfo
--- distinfo	2002/12/28 12:04:46	1.9
+++ distinfo	2003/05/16 13:52:34
@@ -1 +1 @@
-MD5 (I18N-Charset-1.23.tar.gz) = 63e91fbe5564092ccc5542701ba530c2
+MD5 (I18N-Charset-1.24.tar.gz) = 4e370038e7b025df89e5e673de23e3ff
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/misc/p5-I18N-Charset/pkg-descr,v
retrieving revision 1.1
diff -u -b -w -r1.1 pkg-descr
--- pkg-descr	2000/01/29 03:01:23	1.1
+++ pkg-descr	2003/05/16 13:52:34
@@ -7,5 +7,7 @@
 names (if Unicode::Map8 is installed).  For example, the Unicode::Map8
 scheme name for 'windows-1251' is 'cp1251'.
 
+WWW: http://search.cpan.org/dist/I18N-Charset/
+
 --dima
 dima@Chg.RU
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/misc/p5-I18N-Charset/pkg-plist,v
retrieving revision 1.3
diff -u -b -w -r1.3 pkg-plist
--- pkg-plist	2001/05/10 09:34:22	1.3
+++ pkg-plist	2003/05/16 13:52:34
@@ -1,5 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/I18N/Charset.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N/Charset/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N/Charset
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/I18N 2>/dev/null || true
+%%SITE_PERL%%/I18N/Charset.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N/Charset/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N/Charset
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/I18N 2>/dev/null || true
--- p5-I18N-Charset-1.24.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030516135512.CB3E586C5>