Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2015 13:58:27 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395841 - head/security/ike
Message-ID:  <201509021358.t82DwRQV033010@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509021358.t82DwRQV033010>