diff options
author | rafan <rafan@FreeBSD.org> | 2013-04-27 18:15:50 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2013-04-27 18:15:50 +0000 |
commit | ce31b6db706c429073db690b114e2715cc86567a (patch) | |
tree | 9feb35c650ad9df6c1645e9b2607ceac4027a980 | |
parent | fe0cb85c8a83982bd6ad775ba524720c627e8fdb (diff) | |
download | FreeBSD-ports-ce31b6db706c429073db690b114e2715cc86567a.zip FreeBSD-ports-ce31b6db706c429073db690b114e2715cc86567a.tar.gz |
- Update to 2.49
PR: ports/178175
Submitted by: Bill Brinzer <bill.brinzer at gmail.com>
-rw-r--r-- | converters/p5-Encode/Makefile | 10 | ||||
-rw-r--r-- | converters/p5-Encode/distinfo | 4 | ||||
-rw-r--r-- | converters/p5-Encode/files/patch-tpiconv | 13 |
3 files changed, 7 insertions, 20 deletions
diff --git a/converters/p5-Encode/Makefile b/converters/p5-Encode/Makefile index cbdc56b..b41eeba 100644 --- a/converters/p5-Encode/Makefile +++ b/converters/p5-Encode/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: p5-Encode -# Date created: Jul 24, 2005 -# Whom: Rong-En Fan <rafan@infor.org> +# Created by: Rong-En Fan <rafan@infor.org> # # $FreeBSD$ -# PORTNAME= Encode -PORTVERSION= 2.47 +PORTVERSION= 2.49 CATEGORIES= converters perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DANKOGAI @@ -15,6 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= rafan@FreeBSD.org COMMENT= Provides interfaces between strings and the rest of the system +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + PERL_CONFIGURE= yes MAN3= Encode.3 \ diff --git a/converters/p5-Encode/distinfo b/converters/p5-Encode/distinfo index f8c40dd..ec01d89 100644 --- a/converters/p5-Encode/distinfo +++ b/converters/p5-Encode/distinfo @@ -1,2 +1,2 @@ -SHA256 (Encode-2.47.tar.gz) = a543b82048ad0c7d878bb469949597fab9ac052c76278546516c2fb51d69341b -SIZE (Encode-2.47.tar.gz) = 2003578 +SHA256 (Encode-2.49.tar.gz) = 73fd2c8d1f71bb3c47bdf7f9528befb336174d1579ffada32fde6461c0b1e239 +SIZE (Encode-2.49.tar.gz) = 2004160 diff --git a/converters/p5-Encode/files/patch-tpiconv b/converters/p5-Encode/files/patch-tpiconv deleted file mode 100644 index 6654ae1..0000000 --- a/converters/p5-Encode/files/patch-tpiconv +++ /dev/null @@ -1,13 +0,0 @@ ---- t/piconv.t -+++ t/piconv.t -@@ -27,8 +27,8 @@ sub run_cmd (;$$); - - my $blib = - File::Spec->rel2abs( -- File::Spec->catdir( $FindBin::RealBin, File::Spec->updir, 'blib' ) ); --my $script = File::Spec->catdir($blib, 'script', 'piconv'); -+ File::Spec->catdir( $FindBin::RealBin, File::Spec->updir ) ); -+my $script = File::Spec->catdir($blib, 'bin', 'piconv'); - my @base_cmd = ( $^X, "-Mblib=$blib", $script ); - - plan tests => 5; |