diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-07-21 15:40:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-07-21 15:40:43 +0000 |
commit | bf00bb7f9543448b1878099ebd8cf06ee553cf66 (patch) | |
tree | d8c9e8eecf519e5077b503689322e611f9846d64 /net | |
parent | 6dd01108b9f5000195e9989ea69a5b1884c86ae7 (diff) | |
download | freebsd-ports-bf00bb7f9543448b1878099ebd8cf06ee553cf66.zip |
- Update to 2.10
- Add LICENSE
- Remove leading indefinite article from COMMENT
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/Net-Dict/Changes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Dict/Makefile | 13 | ||||
-rw-r--r-- | net/p5-Net-Dict/distinfo | 4 | ||||
-rw-r--r-- | net/p5-Net-Dict/files/patch-tkdict | 30 |
3 files changed, 19 insertions, 28 deletions
diff --git a/net/p5-Net-Dict/Makefile b/net/p5-Net-Dict/Makefile index 6779401910e3..6010760dceb4 100644 --- a/net/p5-Net-Dict/Makefile +++ b/net/p5-Net-Dict/Makefile @@ -1,19 +1,18 @@ -# New ports collection makefile for: p5-Net-Dict -# Date created: 21 July 2002 -# Whom: Kimura Fuyuki <fuyuki@hadaly.org> -# +# Created by: Kimura Fuyuki <fuyuki@hadaly.org> # $FreeBSD$ -# PORTNAME= Net-Dict -PORTVERSION= 2.09 +PORTVERSION= 2.10 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:NEILB PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org -COMMENT= A simple client API for the DICT protocol +COMMENT= Simple client API for the DICT protocol + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual PERL_CONFIGURE= yes diff --git a/net/p5-Net-Dict/distinfo b/net/p5-Net-Dict/distinfo index 9ca7b400cb71..e48064a73317 100644 --- a/net/p5-Net-Dict/distinfo +++ b/net/p5-Net-Dict/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-Dict-2.09.tar.gz) = 71001bdf7ed53d26fa5680091fe77c0a204ca9d7f9c5ad729df3195133e822f8 -SIZE (Net-Dict-2.09.tar.gz) = 34563 +SHA256 (Net-Dict-2.10.tar.gz) = 90b6265dbef5f43cda9e4615ffd8153f47741d929a58e2166845e2228c1f8197 +SIZE (Net-Dict-2.10.tar.gz) = 34736 diff --git a/net/p5-Net-Dict/files/patch-tkdict b/net/p5-Net-Dict/files/patch-tkdict index fe47f2740a96..a101f985faa0 100644 --- a/net/p5-Net-Dict/files/patch-tkdict +++ b/net/p5-Net-Dict/files/patch-tkdict @@ -1,19 +1,11 @@ -*** tkdict.orig Sun Jul 21 17:55:46 2002 ---- tkdict Sun Jul 21 17:56:11 2002 -*************** -*** 340,346 **** - #======================================================================= - sub set_mode - { -! - if ($lookup_mode eq 'match') - { - $sframe->pack(); ---- 340,346 ---- - #======================================================================= - sub set_mode - { -! return if (!defined($sframe)); - if ($lookup_mode eq 'match') - { - $sframe->pack(); +--- tkdict.orig 2013-07-21 06:50:57.000000000 +0800 ++++ tkdict 2013-07-21 22:20:01.474790852 +0800 +@@ -340,7 +340,7 @@ + #======================================================================= + sub set_mode + { +- ++ return if (!defined($sframe)); + if ($lookup_mode eq 'match') + { + $sframe->pack(); |