From owner-svn-ports-head@freebsd.org Thu Nov 2 16:14:53 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 D3F1CE5D95E; Thu, 2 Nov 2017 16:14:53 +0000 (UTC) (envelope-from dbaio@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 A2FA58443D; Thu, 2 Nov 2017 16:14:53 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA2GEqje025542; Thu, 2 Nov 2017 16:14:52 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA2GEqP2025540; Thu, 2 Nov 2017 16:14:52 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201711021614.vA2GEqP2025540@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Thu, 2 Nov 2017 16:14:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453349 - head/devel/p5-FileHandle-Fmode X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/devel/p5-FileHandle-Fmode X-SVN-Commit-Revision: 453349 X-SVN-Commit-Repository: ports 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: Thu, 02 Nov 2017 16:14:53 -0000 Author: dbaio Date: Thu Nov 2 16:14:52 2017 New Revision: 453349 URL: https://svnweb.freebsd.org/changeset/ports/453349 Log: devel/p5-FileHandle-Fmode: Update to 0.14 Add LICENSE. While here, strip Fmode.so (Q/A warning). Changes: http://cpansearch.perl.org/src/SISYPHUS/FileHandle-Fmode-0.14/CHANGES PR: 223367 Submitted by: Sergei Vyshenski Approved by: Janos Mohacsi (maintainer) Modified: head/devel/p5-FileHandle-Fmode/Makefile head/devel/p5-FileHandle-Fmode/distinfo Modified: head/devel/p5-FileHandle-Fmode/Makefile ============================================================================== --- head/devel/p5-FileHandle-Fmode/Makefile Thu Nov 2 16:03:22 2017 (r453348) +++ head/devel/p5-FileHandle-Fmode/Makefile Thu Nov 2 16:14:52 2017 (r453349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= FileHandle-Fmode -PORTVERSION= 0.11 -PORTREVISION= 1 +PORTVERSION= 0.14 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,7 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= jmohacsi@bsd.hu COMMENT= Module to determine if a filehandle is opened for reading, writing +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/FileHandle/Fmode/Fmode.so .include Modified: head/devel/p5-FileHandle-Fmode/distinfo ============================================================================== --- head/devel/p5-FileHandle-Fmode/distinfo Thu Nov 2 16:03:22 2017 (r453348) +++ head/devel/p5-FileHandle-Fmode/distinfo Thu Nov 2 16:14:52 2017 (r453349) @@ -1,2 +1,3 @@ -SHA256 (FileHandle-Fmode-0.11.tar.gz) = 44b123d48343a86eac916387c2afd9d03efec25e7e9e36aac112a6fb43023d70 -SIZE (FileHandle-Fmode-0.11.tar.gz) = 5521 +TIMESTAMP = 1509634103 +SHA256 (FileHandle-Fmode-0.14.tar.gz) = 7fc6c196ec21de3d824d95ce51e50abf3b84d3cebf387a8b4ac28b92c444afa5 +SIZE (FileHandle-Fmode-0.14.tar.gz) = 6240