svn commit: r373780 - head/security/openvpn

Xin LI delphij at FreeBSD.org
Tue Dec 2 18:53:39 UTC 2014


Author: delphij
Date: Tue Dec  2 18:53:38 2014
New Revision: 373780
URL: https://svnweb.freebsd.org/changeset/ports/373780
QAT: https://qat.redports.org/buildarchive/r373780/

Log:
  Add CPE data.
  
  Requested by:	des

Modified:
  head/security/openvpn/Makefile

Modified: head/security/openvpn/Makefile
==============================================================================
--- head/security/openvpn/Makefile	Tue Dec  2 18:49:12 2014	(r373779)
+++ head/security/openvpn/Makefile	Tue Dec  2 18:53:38 2014	(r373780)
@@ -3,6 +3,7 @@
 
 PORTNAME=		openvpn
 DISTVERSION=		2.3.6
+PORTREVISION=		1
 CATEGORIES=		security net
 MASTER_SITES=		http://swupdate.openvpn.net/community/releases/ \
 			http://build.openvpn.net/downloads/releases/
@@ -15,7 +16,7 @@ LICENSE=		GPLv2
 CONFLICTS_INSTALL=	openvpn-2.[!3].* openvpn-[!2].* openvpn-beta-[0-9]* openvpn-devel-[0-9]*
 
 GNU_CONFIGURE=		yes
-USES=			libtool pkgconfig shebangfix tar:xz
+USES=			cpe libtool pkgconfig shebangfix tar:xz
 SHEBANG_FILES=		sample/sample-scripts/verify-cn \
 			sample/sample-scripts/auth-pam.pl \
 			sample/sample-scripts/ucn.pl


More information about the svn-ports-head mailing list