Date: Tue, 14 Jul 2015 19:49:18 +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: r392062 - branches/2015Q3/net/openradius Message-ID: <201507141949.t6EJnILk001845@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507141949.t6EJnILk001845>