From owner-svn-ports-all@FreeBSD.ORG Wed May 14 02:12:20 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4310392A; Wed, 14 May 2014 02:12:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16A5D2902; Wed, 14 May 2014 02:12:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4E2CJkl039000; Wed, 14 May 2014 02:12:19 GMT (envelope-from skreuzer@svn.freebsd.org) Received: (from skreuzer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4E2CJcc038998; Wed, 14 May 2014 02:12:19 GMT (envelope-from skreuzer@svn.freebsd.org) Message-Id: <201405140212.s4E2CJcc038998@svn.freebsd.org> From: Steven Kreuzer Date: Wed, 14 May 2014 02:12:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354015 - head/net/honeyd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2014 02:12:20 -0000 Author: skreuzer Date: Wed May 14 02:12:19 2014 New Revision: 354015 URL: http://svnweb.freebsd.org/changeset/ports/354015 QAT: https://qat.redports.org/buildarchive/r354015/ Log: Support STAGING Convert to new LIB_DEPENDS format Define License Modified: head/net/honeyd/Makefile head/net/honeyd/pkg-plist Modified: head/net/honeyd/Makefile ============================================================================== --- head/net/honeyd/Makefile Wed May 14 02:05:04 2014 (r354014) +++ head/net/honeyd/Makefile Wed May 14 02:12:19 2014 (r354015) @@ -11,9 +11,11 @@ MASTER_SITES= http://www.honeyd.org/uplo MAINTAINER= skreuzer@FreeBSD.org COMMENT= Simulate virtual network hosts (honeypots) -LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent \ - dnet.1:${PORTSDIR}/net/libdnet -BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre +LICENSE= GPLv2 + +LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent \ + libdnet.so:${PORTSDIR}/net/libdnet \ + libpcre.so:${PORTSDIR}/devel/pcre USE_LDCONFIG= yes USE_AUTOTOOLS= libtool @@ -27,12 +29,6 @@ CONFIGURE_ARGS+= --with-python CONFIGURE_ARGS+= --without-python .endif -LICENSE= GPLv2 - -MAN1= honeydctl.1 -MAN8= honeyd.8 - -NO_STAGE= yes .include .if !defined(WITH_PYTHON) @@ -50,17 +46,17 @@ post-configure: # Have to make this directory, the Makefile is stupid and tries to # install stuff here without making it. pre-install: - @${MKDIR} ${DATADIR}/webserver + @${MKDIR} ${STAGEDIR}${DATADIR}/webserver post-install: - @${MKDIR} ${DATADIR}/scripts/snmp + @${MKDIR} ${STAGEDIR}${DATADIR}/scripts/snmp @cd ${WRKSRC}/scripts && \ ${INSTALL_DATA} README* INSTALL* kuang2.conf \ - ${DATADIR}/scripts && \ - ${INSTALL_SCRIPT} *.pl *.sh ${DATADIR}/scripts + ${STAGEDIR}${DATADIR}/scripts && \ + ${INSTALL_SCRIPT} *.pl *.sh ${STAGEDIR}${DATADIR}/scripts @cd ${WRKSRC}/scripts/snmp && \ ${INSTALL_DATA} README default.snmp *.tpl \ - ${DATADIR}/scripts/snmp && \ - ${INSTALL_SCRIPT} *.pl ${DATADIR}/scripts/snmp + ${STAGEDIR}${DATADIR}/scripts/snmp && \ + ${INSTALL_SCRIPT} *.pl ${STAGEDIR}${DATADIR}/scripts/snmp .include Modified: head/net/honeyd/pkg-plist ============================================================================== --- head/net/honeyd/pkg-plist Wed May 14 02:05:04 2014 (r354014) +++ head/net/honeyd/pkg-plist Wed May 14 02:12:19 2014 (r354015) @@ -7,6 +7,8 @@ include/honeyd/hooks.h include/honeyd/plugins.h include/honeyd/plugins_config.h lib/honeyd/libhoneyd.so +man/man1/honeydctl.1.gz +man/man8/honeyd.8.gz %%DATADIR%%/README %%DATADIR%%/config.ethernet %%DATADIR%%/config.sample