svn commit: r323401 - in head/net/p5-Net-Dict: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jul 21 15:40:44 UTC 2013
Author: sunpoet
Date: Sun Jul 21 15:40:43 2013
New Revision: 323401
URL: http://svnweb.freebsd.org/changeset/ports/323401
Log:
- Update to 2.10
- Add LICENSE
- Remove leading indefinite article from COMMENT
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/Net-Dict/Changes
Modified:
head/net/p5-Net-Dict/Makefile (contents, props changed)
head/net/p5-Net-Dict/distinfo (contents, props changed)
head/net/p5-Net-Dict/files/patch-tkdict (contents, props changed)
Modified: head/net/p5-Net-Dict/Makefile
==============================================================================
--- head/net/p5-Net-Dict/Makefile Sun Jul 21 15:39:28 2013 (r323400)
+++ head/net/p5-Net-Dict/Makefile Sun Jul 21 15:40:43 2013 (r323401)
@@ -1,19 +1,18 @@
-# New ports collection makefile for: p5-Net-Dict
-# Date created: 21 July 2002
-# Whom: Kimura Fuyuki <fuyuki at hadaly.org>
-#
+# Created by: Kimura Fuyuki <fuyuki at 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 at 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
Modified: head/net/p5-Net-Dict/distinfo
==============================================================================
--- head/net/p5-Net-Dict/distinfo Sun Jul 21 15:39:28 2013 (r323400)
+++ head/net/p5-Net-Dict/distinfo Sun Jul 21 15:40:43 2013 (r323401)
@@ -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
Modified: head/net/p5-Net-Dict/files/patch-tkdict
==============================================================================
--- head/net/p5-Net-Dict/files/patch-tkdict Sun Jul 21 15:39:28 2013 (r323400)
+++ head/net/p5-Net-Dict/files/patch-tkdict Sun Jul 21 15:40:43 2013 (r323401)
@@ -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();
More information about the svn-ports-head
mailing list