svn commit: r395334 - head/net/honeyd

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Aug 26 02:44:33 UTC 2015


Author: amdmi3
Date: Wed Aug 26 02:44:32 2015
New Revision: 395334
URL: https://svnweb.freebsd.org/changeset/ports/395334

Log:
  - Switch to libedit as suggested by stage-qa
  
  Approved by:	portmgr blanket

Modified:
  head/net/honeyd/Makefile

Modified: head/net/honeyd/Makefile
==============================================================================
--- head/net/honeyd/Makefile	Wed Aug 26 02:44:21 2015	(r395333)
+++ head/net/honeyd/Makefile	Wed Aug 26 02:44:32 2015	(r395334)
@@ -3,7 +3,7 @@
 
 PORTNAME=	honeyd
 PORTVERSION=	1.5c
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	net
 MASTER_SITES=	http://www.honeyd.org/uploads/ \
 		http://www.citi.umich.edu/u/provos/honeyd/
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libevent.so:${PORTSDIR}/dev
 		libdnet.so:${PORTSDIR}/net/libdnet \
 		libpcre.so:${PORTSDIR}/devel/pcre
 
-USES=		libtool shebangfix
+USES=		libedit libtool shebangfix
 SHEBANG_FILES=	scripts/*.pl scripts/snmp/*.pl
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list