From owner-svn-ports-head@freebsd.org Tue Oct 27 15:50:56 2015 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 A17F1A1FC4D; Tue, 27 Oct 2015 15:50:56 +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 4DF411AAB; Tue, 27 Oct 2015 15:50:56 +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 t9RFotZL055220; Tue, 27 Oct 2015 15:50:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9RFotaB055217; Tue, 27 Oct 2015 15:50:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510271550.t9RFotaB055217@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Oct 2015 15:50:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400276 - head/devel/p5-Cache-FastMmap 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.20 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, 27 Oct 2015 15:50:56 -0000 Author: sunpoet Date: Tue Oct 27 15:50:54 2015 New Revision: 400276 URL: https://svnweb.freebsd.org/changeset/ports/400276 Log: - Update to 1.43 - Add LICENSE - Strip shared library - Sort PLIST Changes: http://search.cpan.org/dist/Cache-FastMmap/Changes Modified: head/devel/p5-Cache-FastMmap/Makefile head/devel/p5-Cache-FastMmap/distinfo head/devel/p5-Cache-FastMmap/pkg-plist Modified: head/devel/p5-Cache-FastMmap/Makefile ============================================================================== --- head/devel/p5-Cache-FastMmap/Makefile Tue Oct 27 15:50:49 2015 (r400275) +++ head/devel/p5-Cache-FastMmap/Makefile Tue Oct 27 15:50:54 2015 (r400276) @@ -2,17 +2,22 @@ # $FreeBSD$ PORTNAME= Cache-FastMmap -PORTVERSION= 1.40 -PORTREVISION= 1 +PORTVERSION= 1.43 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ROBM PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Uses an mmap'ed file to act as a shared memory interprocess cache +COMMENT= Uses an mmap\'ed file to act as a shared memory interprocess cache + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Cache/FastMmap/FastMmap.so + .include Modified: head/devel/p5-Cache-FastMmap/distinfo ============================================================================== --- head/devel/p5-Cache-FastMmap/distinfo Tue Oct 27 15:50:49 2015 (r400275) +++ head/devel/p5-Cache-FastMmap/distinfo Tue Oct 27 15:50:54 2015 (r400276) @@ -1,2 +1,2 @@ -SHA256 (Cache-FastMmap-1.40.tar.gz) = 0d12bcf5bc53a43cb71c1c721a36186ef942f749955440e86ec63646409e6c40 -SIZE (Cache-FastMmap-1.40.tar.gz) = 47952 +SHA256 (Cache-FastMmap-1.43.tar.gz) = 71836096c8ed19ceecbac227a8ed639ac79ac6581c22fe22f23e1e13e10261a2 +SIZE (Cache-FastMmap-1.43.tar.gz) = 48725 Modified: head/devel/p5-Cache-FastMmap/pkg-plist ============================================================================== --- head/devel/p5-Cache-FastMmap/pkg-plist Tue Oct 27 15:50:49 2015 (r400275) +++ head/devel/p5-Cache-FastMmap/pkg-plist Tue Oct 27 15:50:54 2015 (r400276) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/Cache::FastMmap.3.gz %%SITE_ARCH%%/Cache/FastMmap.pm %%SITE_ARCH%%/auto/Cache/FastMmap/FastMmap.so +%%PERL5_MAN3%%/Cache::FastMmap.3.gz