From owner-svn-ports-all@FreeBSD.ORG Sun Jul 21 15:40:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1AC672B2; Sun, 21 Jul 2013 15:40:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F1881695; Sun, 21 Jul 2013 15:40:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6LFeh8C072074; Sun, 21 Jul 2013 15:40:43 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6LFeh3E072071; Sun, 21 Jul 2013 15:40:43 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201307211540.r6LFeh3E072071@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 21 Jul 2013 15:40:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323401 - in head/net/p5-Net-Dict: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jul 2013 15:40:44 -0000 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 -# +# Created by: Kimura Fuyuki # $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 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();