diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-07-20 15:14:26 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-07-20 15:14:26 +0000 |
commit | 8855bbac19195502bae04d9dd35e6409fc00c9c5 (patch) | |
tree | 949de68a8ef28590c35bed6aa93fa22a7b90b308 | |
parent | abd96025883e72cad03d961a02b5c260edd15c22 (diff) | |
download | ports-8855bbac19195502bae04d9dd35e6409fc00c9c5.tar.gz ports-8855bbac19195502bae04d9dd35e6409fc00c9c5.zip |
- Update to 2.26
Notes
Notes:
svn path=/head/; revision=217196
-rw-r--r-- | converters/p5-Encode/Makefile | 4 | ||||
-rw-r--r-- | converters/p5-Encode/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/converters/p5-Encode/Makefile b/converters/p5-Encode/Makefile index 5417f5df469e..27fb5f6babbb 100644 --- a/converters/p5-Encode/Makefile +++ b/converters/p5-Encode/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Encode -PORTVERSION= 2.25 +PORTVERSION= 2.26 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -39,7 +39,7 @@ MAN3= Encode.3 \ .if ${PERL_LEVEL} > 500800 post-patch: - ${PERL} -pi -e '$$_="" if $$.>=23 && $$.<=25; $$_="my \@exe_files=();\n" if $$.==25' ${WRKSRC}/Makefile.PL + ${PERL} -pi -e '$$_="" if $$.>=24 && $$.<=26; $$_="my \@exe_files=();\n" if $$.==25' ${WRKSRC}/Makefile.PL .endif post-configure: diff --git a/converters/p5-Encode/distinfo b/converters/p5-Encode/distinfo index c18e06067c56..a24bbbc0089e 100644 --- a/converters/p5-Encode/distinfo +++ b/converters/p5-Encode/distinfo @@ -1,3 +1,3 @@ -MD5 (Encode-2.25.tar.gz) = 786373022bf12ec599da43f64a78c5db -SHA256 (Encode-2.25.tar.gz) = 531531a704217875446d178f2a27f9d535ad5e76995b15a7c634c03edeaa3c5f -SIZE (Encode-2.25.tar.gz) = 1999759 +MD5 (Encode-2.26.tar.gz) = eefbcd910384e894862258c25e0c572e +SHA256 (Encode-2.26.tar.gz) = d641cc6c8be0caf304feade49bd19dd1724323a133c76784e7a719b20f1cdbe6 +SIZE (Encode-2.26.tar.gz) = 1999272 |