mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Update to version 1.394.
PR: 128157 Submitted by: leeym
This commit is contained in:
parent
7b99253407
commit
3dab5756b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221672
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= I18N-Charset
|
||||
PORTVERSION= 1.39.2
|
||||
PORTVERSION= 1.39.4
|
||||
CATEGORIES= misc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -15,17 +15,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/\1/}
|
||||
MAINTAINER= demon@FreeBSD.org
|
||||
COMMENT= Module which maps CharSet names to the names registered with IANA
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \
|
||||
${SITE_PERL}/Unicode/MapUTF8.pm:${PORTSDIR}/converters/p5-Unicode-MapUTF8 \
|
||||
${SITE_PERL}/App/Info/Lib/Iconv.pm:${PORTSDIR}/devel/p5-App-Info
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/IO/Capture/Stderr.pm:${PORTSDIR}/devel/p5-IO-Capture
|
||||
BUILD_DEPENDS= p5-IO-Capture>=0:${PORTSDIR}/devel/p5-IO-Capture
|
||||
RUN_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
|
||||
p5-Unicode-MapUTF8>=0:${PORTSDIR}/converters/p5-Unicode-MapUTF8
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MAN3= I18N::Charset.3
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's#\r$$##g' ${WRKSRC}/lib/I18N/Charset.pm
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (I18N-Charset-1.392.tar.gz) = 419d31f6478c1ee81a340f8484a04dd5
|
||||
SHA256 (I18N-Charset-1.392.tar.gz) = a7cefa4257fd268949cbde13bd04501fdca115ec7d44293186996490bff6dd33
|
||||
SIZE (I18N-Charset-1.392.tar.gz) = 39455
|
||||
MD5 (I18N-Charset-1.394.tar.gz) = 7b45d8bdf76f1687223b582d74aa6402
|
||||
SHA256 (I18N-Charset-1.394.tar.gz) = 22998311fb14dc7fe79a3aed0d14691a8fe621989b5cbb0aa8108f456c36b15c
|
||||
SIZE (I18N-Charset-1.394.tar.gz) = 39785
|
||||
|
Loading…
Reference in New Issue
Block a user