From owner-svn-ports-head@freebsd.org Tue Jun 6 11:00:45 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42720BFD406; Tue, 6 Jun 2017 11:00:45 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 12B923596; Tue, 6 Jun 2017 11:00:45 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v56B0iML051330; Tue, 6 Jun 2017 11:00:44 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v56B0i8j051327; Tue, 6 Jun 2017 11:00:44 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201706061100.v56B0i8j051327@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Tue, 6 Jun 2017 11:00:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442756 - head/converters/p5-URI-UTF8-Punycode 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.23 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: Tue, 06 Jun 2017 11:00:45 -0000 Author: bofh Date: Tue Jun 6 11:00:43 2017 New Revision: 442756 URL: https://svnweb.freebsd.org/changeset/ports/442756 Log: converters/p5-URI-UTF8-Punycode: Update version 1.00=>1.05 Relnotes: http://cpansearch.perl.org/src/TWINKLE/URI-UTF8-Punycode-1.05/Changes Modified: head/converters/p5-URI-UTF8-Punycode/Makefile head/converters/p5-URI-UTF8-Punycode/distinfo head/converters/p5-URI-UTF8-Punycode/pkg-plist Modified: head/converters/p5-URI-UTF8-Punycode/Makefile ============================================================================== --- head/converters/p5-URI-UTF8-Punycode/Makefile Tue Jun 6 10:59:48 2017 (r442755) +++ head/converters/p5-URI-UTF8-Punycode/Makefile Tue Jun 6 11:00:43 2017 (r442756) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= URI-UTF8-Punycode -PORTVERSION= 1.00 -PORTREVISION= 1 +PORTVERSION= 1.05 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,5 +14,8 @@ LICENSE= GPLv3 USES= perl5 USE_PERL5= configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/URI/UTF8/Punycode/Punycode.so .include Modified: head/converters/p5-URI-UTF8-Punycode/distinfo ============================================================================== --- head/converters/p5-URI-UTF8-Punycode/distinfo Tue Jun 6 10:59:48 2017 (r442755) +++ head/converters/p5-URI-UTF8-Punycode/distinfo Tue Jun 6 11:00:43 2017 (r442756) @@ -1,2 +1,3 @@ -SHA256 (URI-UTF8-Punycode-1.00.tar.gz) = 9370f5ac9c4e7750f837f1c107f336639bc937abcffc8a0a6e856eb6e387a0ad -SIZE (URI-UTF8-Punycode-1.00.tar.gz) = 63332 +TIMESTAMP = 1496659290 +SHA256 (URI-UTF8-Punycode-1.05.tar.gz) = 957bb9917af2cc8eb725682be65b36e40242bafeea999302ded7e6e85ba40118 +SIZE (URI-UTF8-Punycode-1.05.tar.gz) = 71135 Modified: head/converters/p5-URI-UTF8-Punycode/pkg-plist ============================================================================== --- head/converters/p5-URI-UTF8-Punycode/pkg-plist Tue Jun 6 10:59:48 2017 (r442755) +++ head/converters/p5-URI-UTF8-Punycode/pkg-plist Tue Jun 6 11:00:43 2017 (r442756) @@ -1,3 +1,5 @@ +bin/puny %%SITE_ARCH%%/URI/UTF8/Punycode.pm %%SITE_ARCH%%/auto/URI/UTF8/Punycode/Punycode.so +%%PERL5_MAN1%%/puny.1.gz %%PERL5_MAN3%%/URI::UTF8::Punycode.3.gz