From owner-svn-ports-head@FreeBSD.ORG Mon Sep 8 14:30:46 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E6B5F2D; Mon, 8 Sep 2014 14:30:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FB8D147D; Mon, 8 Sep 2014 14:30:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s88EUkZk097709; Mon, 8 Sep 2014 14:30:46 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s88EUjA4097706; Mon, 8 Sep 2014 14:30:45 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201409081430.s88EUjA4097706@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Mon, 8 Sep 2014 14:30:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367631 - head/japanese/jacode.pl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2014 14:30:46 -0000 Author: culot Date: Mon Sep 8 14:30:45 2014 New Revision: 367631 URL: http://svnweb.freebsd.org/changeset/ports/367631 QAT: https://qat.redports.org/buildarchive/r367631/ Log: - Update to 2.13.4.11 PR: ports/193242 Submitted by: takefu@airport.fm (maintainer) Modified: head/japanese/jacode.pl/Makefile head/japanese/jacode.pl/distinfo head/japanese/jacode.pl/pkg-descr Modified: head/japanese/jacode.pl/Makefile ============================================================================== --- head/japanese/jacode.pl/Makefile Mon Sep 8 14:24:55 2014 (r367630) +++ head/japanese/jacode.pl/Makefile Mon Sep 8 14:30:45 2014 (r367631) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jacode.pl -PORTVERSION= 2.13.4.10 +PORTVERSION= 2.13.4.11 CATEGORIES= japanese perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:INA/${PORTNAME:S|.pl||} @@ -20,7 +20,7 @@ PLIST_FILES= ${SITE_PERL_REL}/${PORTNAME NO_BUILD= yes pre-install: - @cd ${WRKSRC}; ${PERL} ${WRKSRC}/test.pl + @cd ${WRKSRC}; ${PERL} ${WRKSRC}/t/001_test.t do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} Modified: head/japanese/jacode.pl/distinfo ============================================================================== --- head/japanese/jacode.pl/distinfo Mon Sep 8 14:24:55 2014 (r367630) +++ head/japanese/jacode.pl/distinfo Mon Sep 8 14:30:45 2014 (r367631) @@ -1,2 +1,2 @@ -SHA256 (jacode-2.13.4.10.tar.gz) = 051ae8d11805a1673942373c386a41d00c9e51e9ef9a297a9a85d74a90c24105 -SIZE (jacode-2.13.4.10.tar.gz) = 291038 +SHA256 (jacode-2.13.4.11.tar.gz) = b879d9cf8a320062268a72d348db24f0258836514780e7f3d21b2a9108395a2c +SIZE (jacode-2.13.4.11.tar.gz) = 291224 Modified: head/japanese/jacode.pl/pkg-descr ============================================================================== --- head/japanese/jacode.pl/pkg-descr Mon Sep 8 14:24:55 2014 (r367630) +++ head/japanese/jacode.pl/pkg-descr Mon Sep 8 14:30:45 2014 (r367631) @@ -3,8 +3,8 @@ jacode.pl - Perl library for Japanese ch This software has upper compatibility to jcode.pl. * jcode.pl upper compatible -* Perl4 script -* Acts as a wrapper to Encode::from_to +* Perl4(also Perl5) script +* Acts as a wrapper to Encode::from_to (Yes, not only Japanese!) * Support HALFWIDTH KATAKANA * Support UTF-8 by cp932 to Unicode table http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT