svn commit: r400276 - head/devel/p5-Cache-FastMmap

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Oct 27 15:50:56 UTC 2015


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 at 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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list