svn commit: r392061 - head/net/openradius

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 14 19:47:58 UTC 2015


Author: amdmi3
Date: Tue Jul 14 19:47:57 2015
New Revision: 392061
URL: https://svnweb.freebsd.org/changeset/ports/392061

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/net/openradius/Makefile

Modified: head/net/openradius/Makefile
==============================================================================
--- head/net/openradius/Makefile	Tue Jul 14 19:47:54 2015	(r392060)
+++ head/net/openradius/Makefile	Tue Jul 14 19:47:57 2015	(r392061)
@@ -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-all mailing list