svn commit: r392062 - branches/2015Q3/net/openradius

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 14 19:49:18 UTC 2015


Author: amdmi3
Date: Tue Jul 14 19:49:17 2015
New Revision: 392062
URL: https://svnweb.freebsd.org/changeset/ports/392062

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

Modified:
  branches/2015Q3/net/openradius/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/net/openradius/Makefile
==============================================================================
--- branches/2015Q3/net/openradius/Makefile	Tue Jul 14 19:47:57 2015	(r392061)
+++ branches/2015Q3/net/openradius/Makefile	Tue Jul 14 19:49:17 2015	(r392062)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openradius
 PORTVERSION=	0.9.12c
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net
 MASTER_SITES=	http://evbergen.home.xs4all.nl/openradius/download/ \
 		http://www.mirrors.wiretapped.net/security/authentication/radius/openradius/
@@ -23,7 +23,10 @@ CC?=		gcc
 CXX?=		g++
 MAKE_ENV=	INST_PREFIX=${STAGEDIR}
 
-USES=		gmake
+USES=		gmake shebangfix
+SHEBANG_FILES=	modules/ascfile/ascfile \
+		modules/radsql/radsql \
+		modules/unixpasswd/unixpasswd
 USE_RC_SUBR=	openradius
 SUB_LIST=	LOGFILE="${LOGFILE}"
 


More information about the svn-ports-branches mailing list