svn commit: r353850 - head/net/freeradius3

Ryan Steinmetz zi at FreeBSD.org
Mon May 12 15:59:01 UTC 2014


Author: zi
Date: Mon May 12 15:59:01 2014
New Revision: 353850
URL: http://svnweb.freebsd.org/changeset/ports/353850
QAT: https://qat.redports.org/buildarchive/r353850/

Log:
  - shebangfix for bin/rad_counter and bin/radsqlrelay
  - Bump PORTREVISION

Modified:
  head/net/freeradius3/Makefile

Modified: head/net/freeradius3/Makefile
==============================================================================
--- head/net/freeradius3/Makefile	Mon May 12 15:57:51 2014	(r353849)
+++ head/net/freeradius3/Makefile	Mon May 12 15:59:01 2014	(r353850)
@@ -3,7 +3,7 @@
 
 PORTNAME=	freeradius
 DISTVERSION=	3.0.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net
 MASTER_SITES=	ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \
 		ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \
@@ -29,7 +29,8 @@ CONFLICTS_INSTALL=	gnu-radius-[0-9].* op
 
 USE_RC_SUBR=	radiusd
 
-USES=		gmake tar:bzip2
+USES=		gmake tar:bzip2 shebangfix
+SHEBANG_FILES=	src/modules/rlm_counter/rad_counter scripts/sql/radsqlrelay
 GNU_CONFIGURE=	yes
 USE_OPENSSL=	yes
 MAKE_ARGS+=	LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"


More information about the svn-ports-all mailing list