Date: Wed, 26 Aug 2015 02:44:33 +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: r395334 - head/net/honeyd Message-ID: <201508260244.t7Q2iX6R099234@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508260244.t7Q2iX6R099234>