Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2015 15:49:23 +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: r400257 - head/devel/p5-Taint-Runtime
Message-ID:  <201510271549.t9RFnNXP051025@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Oct 27 15:49:23 2015
New Revision: 400257
URL: https://svnweb.freebsd.org/changeset/ports/400257

Log:
  - Add LICENSE
  - Strip shared library
  - Sort PLIST
  - Bump PORTREVISION for package change

Modified:
  head/devel/p5-Taint-Runtime/Makefile
  head/devel/p5-Taint-Runtime/pkg-plist

Modified: head/devel/p5-Taint-Runtime/Makefile
==============================================================================
--- head/devel/p5-Taint-Runtime/Makefile	Tue Oct 27 15:49:18 2015	(r400256)
+++ head/devel/p5-Taint-Runtime/Makefile	Tue Oct 27 15:49:23 2015	(r400257)
@@ -2,7 +2,7 @@
 
 PORTNAME=	Taint-Runtime
 PORTVERSION=	0.03
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,7 +10,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Runtime enable/disable taint checking
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Taint/Runtime/Runtime.so
+
 .include <bsd.port.mk>

Modified: head/devel/p5-Taint-Runtime/pkg-plist
==============================================================================
--- head/devel/p5-Taint-Runtime/pkg-plist	Tue Oct 27 15:49:18 2015	(r400256)
+++ head/devel/p5-Taint-Runtime/pkg-plist	Tue Oct 27 15:49:23 2015	(r400257)
@@ -1,4 +1,4 @@
-%%PERL5_MAN3%%/Taint::Runtime.3.gz
 %%SITE_ARCH%%/Taint/Runtime.pm
 %%SITE_ARCH%%/Taint/is_taint_bench.pl
 %%SITE_ARCH%%/auto/Taint/Runtime/Runtime.so
+%%PERL5_MAN3%%/Taint::Runtime.3.gz



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