Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 2015 19:47:58 +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: r392061 - head/net/openradius
Message-ID:  <201507141947.t6EJlwNR001448@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}"
 



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