diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-19 20:16:59 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-19 20:16:59 +0000 |
commit | 6621c8f7cad253f5e1e0d08e8ff92ab6805c89d9 (patch) | |
tree | f632ccf3b822bd82fd40f32ef295d55a8b327090 /net/p5-Net-Dict | |
parent | 970da3e65853bed6b6896c0f963a5715b9ad435f (diff) |
Notes
Diffstat (limited to 'net/p5-Net-Dict')
-rw-r--r-- | net/p5-Net-Dict/Makefile | 2 | ||||
-rw-r--r-- | net/p5-Net-Dict/distinfo | 4 | ||||
-rw-r--r-- | net/p5-Net-Dict/files/patch-tkdict | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/net/p5-Net-Dict/Makefile b/net/p5-Net-Dict/Makefile index 2f89c209c0b6..4643d8a89cb8 100644 --- a/net/p5-Net-Dict/Makefile +++ b/net/p5-Net-Dict/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Dict -PORTVERSION= 2.11 +PORTVERSION= 2.12 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:NEILB diff --git a/net/p5-Net-Dict/distinfo b/net/p5-Net-Dict/distinfo index 46eb1eec63a5..66a967de6a72 100644 --- a/net/p5-Net-Dict/distinfo +++ b/net/p5-Net-Dict/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-Dict-2.11.tar.gz) = 5dbc0dcdf7a3653a8fce6bfd93d25ab7016c629b1a1605f80b857000c774cb22 -SIZE (Net-Dict-2.11.tar.gz) = 34794 +SHA256 (Net-Dict-2.12.tar.gz) = f6287e215df6f9ab0b108d6b4036abbc4f5c57985d6ac1bad566a8daa285f2e4 +SIZE (Net-Dict-2.12.tar.gz) = 34838 diff --git a/net/p5-Net-Dict/files/patch-tkdict b/net/p5-Net-Dict/files/patch-tkdict deleted file mode 100644 index a101f985faa0..000000000000 --- a/net/p5-Net-Dict/files/patch-tkdict +++ /dev/null @@ -1,11 +0,0 @@ ---- 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(); |