From owner-svn-ports-head@freebsd.org Sun Feb 26 13:57:13 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 84BAFCEE589; Sun, 26 Feb 2017 13:57:13 +0000 (UTC) (envelope-from sunpoet@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 377AEB8B; Sun, 26 Feb 2017 13:57:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QDvC97032554; Sun, 26 Feb 2017 13:57:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QDvCI7032551; Sun, 26 Feb 2017 13:57:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702261357.v1QDvCI7032551@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 26 Feb 2017 13:57:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434874 - head/devel/p5-Sys-Mmap 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: Sun, 26 Feb 2017 13:57:13 -0000 Author: sunpoet Date: Sun Feb 26 13:57:11 2017 New Revision: 434874 URL: https://svnweb.freebsd.org/changeset/ports/434874 Log: Update to 0.18 - Add LICENSE_FILE - Strip shared library - Sort PLIST Changes: http://search.cpan.org/dist/Sys-Mmap/Changes Modified: head/devel/p5-Sys-Mmap/Makefile head/devel/p5-Sys-Mmap/distinfo head/devel/p5-Sys-Mmap/pkg-plist Modified: head/devel/p5-Sys-Mmap/Makefile ============================================================================== --- head/devel/p5-Sys-Mmap/Makefile Sun Feb 26 13:57:06 2017 (r434873) +++ head/devel/p5-Sys-Mmap/Makefile Sun Feb 26 13:57:11 2017 (r434874) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Sys-Mmap -PORTVERSION= 0.17 -PORTREVISION= 1 +PORTVERSION= 0.18 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,8 +12,13 @@ COMMENT= Map in a file as a Perl variabl LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/Artistic +LICENSE_FILE_GPLv1= ${WRKSRC}/Copying USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Sys/Mmap/Mmap.so + .include Modified: head/devel/p5-Sys-Mmap/distinfo ============================================================================== --- head/devel/p5-Sys-Mmap/distinfo Sun Feb 26 13:57:06 2017 (r434873) +++ head/devel/p5-Sys-Mmap/distinfo Sun Feb 26 13:57:11 2017 (r434874) @@ -1,2 +1,3 @@ -SHA256 (Sys-Mmap-0.17.tar.gz) = fd74cfa1b515c3832cd9db79839628160f878d74038e34859f216a4c1ad29816 -SIZE (Sys-Mmap-0.17.tar.gz) = 17059 +TIMESTAMP = 1488116855 +SHA256 (Sys-Mmap-0.18.tar.gz) = fb8a96f375b23fd4a9ba95166536e15477a368b3a6efb5b9a89ed220af32e741 +SIZE (Sys-Mmap-0.18.tar.gz) = 17858 Modified: head/devel/p5-Sys-Mmap/pkg-plist ============================================================================== --- head/devel/p5-Sys-Mmap/pkg-plist Sun Feb 26 13:57:06 2017 (r434873) +++ head/devel/p5-Sys-Mmap/pkg-plist Sun Feb 26 13:57:11 2017 (r434874) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/Sys::Mmap.3.gz %%SITE_ARCH%%/Sys/Mmap.pm %%SITE_ARCH%%/auto/Sys/Mmap/Mmap.so +%%PERL5_MAN3%%/Sys::Mmap.3.gz