From owner-svn-ports-head@FreeBSD.ORG Sun Feb 23 14:29:56 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6270EBC1; Sun, 23 Feb 2014 14:29:56 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 49D0C11D9; Sun, 23 Feb 2014 14:29:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1NETuAQ067732; Sun, 23 Feb 2014 14:29:56 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1NETtRU067728; Sun, 23 Feb 2014 14:29:55 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402231429.s1NETtRU067728@svn.freebsd.org> From: Antoine Brodin Date: Sun, 23 Feb 2014 14:29:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345724 - in head/security: sguil-client sguil-client/files sguil-sensor sguil-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 14:29:56 -0000 Author: antoine Date: Sun Feb 23 14:29:55 2014 New Revision: 345724 URL: http://svnweb.freebsd.org/changeset/ports/345724 QAT: https://qat.redports.org/buildarchive/r345724/ Log: - Unbreak after last tcltls changes - Fix a bad shebang (including STAGEDIR) Reported by: pkg-fallout Modified: head/security/sguil-client/Makefile head/security/sguil-client/files/patch-sguil.conf head/security/sguil-sensor/Makefile head/security/sguil-server/Makefile Modified: head/security/sguil-client/Makefile ============================================================================== --- head/security/sguil-client/Makefile Sun Feb 23 14:13:37 2014 (r345723) +++ head/security/sguil-client/Makefile Sun Feb 23 14:29:55 2014 (r345724) @@ -10,8 +10,8 @@ MASTER_SITES= SF/sguil/sguil/sguil-${POR MAINTAINER= pauls@utdallas.edu COMMENT= Sguil is a network security monitoring program -LIB_DEPENDS= tls:${PORTSDIR}/devel/tcltls -RUN_DEPENDS= dtplite:${PORTSDIR}/devel/tcllib \ +RUN_DEPENDS= tcltls>=0:${PORTSDIR}/devel/tcltls \ + dtplite:${PORTSDIR}/devel/tcllib \ ${LOCALBASE}/lib/tclx8.4/tclx.tcl:${PORTSDIR}/lang/tclX \ ${LOCALBASE}/lib/iwidgets/iwidgets.tcl:${PORTSDIR}/x11-toolkits/iwidgets \ gpg2:${PORTSDIR}/security/gnupg Modified: head/security/sguil-client/files/patch-sguil.conf ============================================================================== --- head/security/sguil-client/files/patch-sguil.conf Sun Feb 23 14:13:37 2014 (r345723) +++ head/security/sguil-client/files/patch-sguil.conf Sun Feb 23 14:29:55 2014 (r345724) @@ -5,7 +5,7 @@ # PATH to tls lib if needed (tcl can usually find this by default) -#set TLS_PATH /usr/lib/tls1.4/libtls1.4.so -+#set TLS_PATH /usr/local/lib/libtls.so ++#set TLS_PATH /usr/local/lib/tls1.6/libtls1.6.so # win32 example #set TLS_PATH "c:/tcl/lib/tls1.4/tls14.dll" Modified: head/security/sguil-sensor/Makefile ============================================================================== --- head/security/sguil-sensor/Makefile Sun Feb 23 14:13:37 2014 (r345723) +++ head/security/sguil-sensor/Makefile Sun Feb 23 14:29:55 2014 (r345724) @@ -9,8 +9,8 @@ MASTER_SITES= SF/sguil/sguil/sguil-${POR MAINTAINER= pauls@utdallas.edu COMMENT= Sguil is a network security monitoring program -LIB_DEPENDS= tls:${PORTSDIR}/devel/tcltls -RUN_DEPENDS= barnyard2:${PORTSDIR}/security/barnyard2-sguil \ +RUN_DEPENDS= tcltls>=0:${PORTSDIR}/devel/tcltls \ + barnyard2:${PORTSDIR}/security/barnyard2-sguil \ ${LOCALBASE}/lib/tclx8.4/tclx.tcl:${PORTSDIR}/lang/tclX OPTIONS_DEFINE= PADS SANCP @@ -65,7 +65,7 @@ PLIST_SUB+= USEPADS="@comment " post-patch: .for f in ${AGENTS} - @${REINPLACE_CMD} 's|/bin/sh|${STAGEDIR}${PREFIX}/bin/${TCLSH}|' \ + @${REINPLACE_CMD} 's|/bin/sh|${PREFIX}/bin/${TCLSH}|' \ ${WRKSRC}/sensor/${f} .endfor Modified: head/security/sguil-server/Makefile ============================================================================== --- head/security/sguil-server/Makefile Sun Feb 23 14:13:37 2014 (r345723) +++ head/security/sguil-server/Makefile Sun Feb 23 14:29:55 2014 (r345724) @@ -9,11 +9,11 @@ MASTER_SITES= SF/sguil/sguil/sguil-${POR MAINTAINER= pauls@utdallas.edu COMMENT= Sguil is a network security monitoring program -RUN_DEPENDS= p0f:${PORTSDIR}/net-mgmt/p0f \ +RUN_DEPENDS= tcltls>=0:${PORTSDIR}/devel/tcltls \ + p0f:${PORTSDIR}/net-mgmt/p0f \ tcpflow:${PORTSDIR}/net/tcpflow \ dtplite:${PORTSDIR}/devel/tcllib \ ${LOCALBASE}/lib/tclx8.4/tclx.tcl:${PORTSDIR}/lang/tclX -LIB_DEPENDS= tls:${PORTSDIR}/devel/tcltls OPTIONS_DEFINE= MYSQL MYSQL_DESC= Depend on databases/mysqltcl