Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 00:50:23 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r389791 - branches/2015Q2/math/p5-Math-Random
Message-ID:  <201506160050.t5G0oNB2088373@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun 16 00:50:22 2015
New Revision: 389791
URL: https://svnweb.freebsd.org/changeset/ports/389791

Log:
  MFH: r387761
  
  - Fix shebangs
  - Strip library
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q2/math/p5-Math-Random/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/math/p5-Math-Random/Makefile
==============================================================================
--- branches/2015Q2/math/p5-Math-Random/Makefile	Tue Jun 16 00:49:22 2015	(r389790)
+++ branches/2015Q2/math/p5-Math-Random/Makefile	Tue Jun 16 00:50:22 2015	(r389791)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Math-Random
 PORTVERSION=	0.71
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,7 +11,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Random number generators
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	example.pl
 USE_PERL5=	configure
 
+post-install:
+	${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/Random.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/Random.so
+	${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/Random.so
+
 .include <bsd.port.mk>



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