svn commit: r395841 - head/security/ike
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Sep 2 13:58:27 UTC 2015
Author: amdmi3
Date: Wed Sep 2 13:58:26 2015
New Revision: 395841
URL: https://svnweb.freebsd.org/changeset/ports/395841
Log:
- Switch to USES=libedit as suggested by stage-qa
Approved by: portmgr blanket
Modified:
head/security/ike/Makefile
Modified: head/security/ike/Makefile
==============================================================================
--- head/security/ike/Makefile Wed Sep 2 13:58:13 2015 (r395840)
+++ head/security/ike/Makefile Wed Sep 2 13:58:26 2015 (r395841)
@@ -3,7 +3,7 @@
PORTNAME= ike
PORTVERSION= 2.2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security net
MASTER_SITES= https://www.shrew.net/download/ike/
DISTNAME= ${PORTNAME}-${PORTVERSION}-release
@@ -15,7 +15,7 @@ COMMENT= Shrew Soft IKE daemon and clien
ONLY_FOR_ARCHS= i386 amd64
USE_RC_SUBR= iked
-USES= bison cmake tar:bzip2
+USES= bison cmake libedit tar:bzip2
USE_OPENSSL= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
More information about the svn-ports-all
mailing list