Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2015 13:23:35 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388084 - head/security/p5-AuthCAS
Message-ID:  <201505311323.t4VDNZ3Z044612@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun May 31 13:23:34 2015
New Revision: 388084
URL: https://svnweb.freebsd.org/changeset/ports/388084

Log:
  - Fix shebangs
  - Add NO_ARCH
  
  Approved by:	portmgr blanket
  MFH:		2015Q2

Modified:
  head/security/p5-AuthCAS/Makefile

Modified: head/security/p5-AuthCAS/Makefile
==============================================================================
--- head/security/p5-AuthCAS/Makefile	Sun May 31 13:23:03 2015	(r388083)
+++ head/security/p5-AuthCAS/Makefile	Sun May 31 13:23:34 2015	(r388084)
@@ -3,7 +3,7 @@
 
 PORTNAME=	AuthCAS
 PORTVERSION=	1.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:OSALAUN
@@ -20,7 +20,9 @@ BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/
 
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	sampleCasClient.pl
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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