svn commit: r382396 - head/net/gnu-radius

Bartek Rutkowski robak at FreeBSD.org
Fri Mar 27 11:17:04 UTC 2015


Author: robak
Date: Fri Mar 27 11:17:03 2015
New Revision: 382396
URL: https://svnweb.freebsd.org/changeset/ports/382396
QAT: https://qat.redports.org/buildarchive/r382396/

Log:
  net/gnu-radius: add CPE information
  
  PR:		198838
  Submitted by:	Shun <shun.fbsd.pr at dropcut.net>
  Approved by:	kwm (blanket)

Modified:
  head/net/gnu-radius/Makefile

Modified: head/net/gnu-radius/Makefile
==============================================================================
--- head/net/gnu-radius/Makefile	Fri Mar 27 10:43:50 2015	(r382395)
+++ head/net/gnu-radius/Makefile	Fri Mar 27 11:17:03 2015	(r382396)
@@ -17,10 +17,12 @@ LIB_DEPENDS=	libltdl.so:${PORTSDIR}/deve
 CONFLICTS=	freeradius-0.* openradius-0.* radiusd-cistron-1.*
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		gmake libtool
+USES=		cpe gmake libtool
 USE_RC_SUBR=	radiusd
 USE_SUBMAKE=	yes
 USE_LDCONFIG=	yes
+CPE_PRODUCT=	radius
+CPE_VENDOR=	gnu
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 DATADIR=	${PREFIX}/share/radius


More information about the svn-ports-head mailing list