mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
- Update to 2.77
- Strip shared library - Sort PLIST Changes: http://search.cpan.org/dist/Encode/Changes
This commit is contained in:
parent
ea9763f900
commit
37eb13ac92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397128
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Encode
|
||||
PORTVERSION= 2.76
|
||||
PORTVERSION= 2.77
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:DANKOGAI
|
||||
@ -31,4 +31,7 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e 's|bin/encguess||' ${WRKSRC}/Makefile.PL
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Encode/ -name '*.so' | ${XARGS} -J % ${STRIP_CMD} %
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Encode-2.76.tar.gz) = 0fa01359d34d1d129e9bcacb0b9bb821e36e9fb5f1404cfb557dfa680368f265
|
||||
SIZE (Encode-2.76.tar.gz) = 2013420
|
||||
SHA256 (Encode-2.77.tar.gz) = e039d896b39d92c27beefe6dc18ef7aa3bd026ecac85512fbfbd07081e223f9a
|
||||
SIZE (Encode-2.77.tar.gz) = 2015884
|
||||
|
@ -42,6 +42,7 @@
|
||||
%%SITE_ARCH%%/auto/Encode/TW/TW.so
|
||||
%%SITE_ARCH%%/auto/Encode/Unicode/Unicode.so
|
||||
%%SITE_ARCH%%/encoding.pm
|
||||
%%OLD_PERL%%%%PERL5_MAN1%%/encguess.1.gz
|
||||
%%PERL5_MAN3%%/Encode.3.gz
|
||||
%%PERL5_MAN3%%/Encode::Alias.3.gz
|
||||
%%PERL5_MAN3%%/Encode::CJKConstants.3.gz
|
||||
@ -60,4 +61,3 @@
|
||||
%%PERL5_MAN3%%/Encode::Supported.3.gz
|
||||
%%PERL5_MAN3%%/Encode::Unicode::UTF7.3.gz
|
||||
%%PERL5_MAN3%%/encoding.3.gz
|
||||
%%OLD_PERL%%%%PERL5_MAN1%%/encguess.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user