Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2018 21:53:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479716 - head/devel/p5-Algorithm-Permute
Message-ID:  <201809132153.w8DLruaa082760@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep 13 21:53:55 2018
New Revision: 479716
URL: https://svnweb.freebsd.org/changeset/ports/479716

Log:
  Update to 0.16
  
  - Add LICENSE
  - Add TEST_DEPENDS
  - Strip shared library
  
  Changes:	https://metacpan.org/changes/distribution/Algorithm-Permute

Modified:
  head/devel/p5-Algorithm-Permute/Makefile
  head/devel/p5-Algorithm-Permute/distinfo
  head/devel/p5-Algorithm-Permute/pkg-plist

Modified: head/devel/p5-Algorithm-Permute/Makefile
==============================================================================
--- head/devel/p5-Algorithm-Permute/Makefile	Thu Sep 13 21:53:50 2018	(r479715)
+++ head/devel/p5-Algorithm-Permute/Makefile	Thu Sep 13 21:53:55 2018	(r479716)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Algorithm-Permute
-PORTVERSION=	0.12
-PORTREVISION=	1
+PORTVERSION=	0.16
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,7 +10,16 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl interface to handy and fast permutation
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+TEST_DEPENDS=	p5-Test-LeakTrace>=0:devel/p5-Test-LeakTrace
+
 USES=		perl5
 USE_PERL5=	configure
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Algorithm/Permute/Permute.so
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Algorithm-Permute/distinfo
==============================================================================
--- head/devel/p5-Algorithm-Permute/distinfo	Thu Sep 13 21:53:50 2018	(r479715)
+++ head/devel/p5-Algorithm-Permute/distinfo	Thu Sep 13 21:53:55 2018	(r479716)
@@ -1,2 +1,3 @@
-SHA256 (Algorithm-Permute-0.12.tar.gz) = 3a708a475144ad9fd32d02df07703b957535d8b6208b35d28c1055dafeafd2af
-SIZE (Algorithm-Permute-0.12.tar.gz) = 13187
+TIMESTAMP = 1536860649
+SHA256 (Algorithm-Permute-0.16.tar.gz) = 2466607cd64266c4dec97fa15db6b844f37a336a3654d66018488974f1347631
+SIZE (Algorithm-Permute-0.16.tar.gz) = 73830

Modified: head/devel/p5-Algorithm-Permute/pkg-plist
==============================================================================
--- head/devel/p5-Algorithm-Permute/pkg-plist	Thu Sep 13 21:53:50 2018	(r479715)
+++ head/devel/p5-Algorithm-Permute/pkg-plist	Thu Sep 13 21:53:55 2018	(r479716)
@@ -1,4 +1,3 @@
 %%SITE_ARCH%%/Algorithm/Permute.pm
 %%SITE_ARCH%%/auto/Algorithm/Permute/Permute.so
-%%SITE_ARCH%%/auto/Algorithm/Permute/autosplit.ix
 %%PERL5_MAN3%%/Algorithm::Permute.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809132153.w8DLruaa082760>