From owner-svn-ports-head@FreeBSD.ORG Sun Sep 22 10:00:22 2013 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 ESMTP id 65DCA2B7; Sun, 22 Sep 2013 10:00:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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 5312325FA; Sun, 22 Sep 2013 10:00:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8MA0MPd022474; Sun, 22 Sep 2013 10:00:22 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8MA0MJB022473; Sun, 22 Sep 2013 10:00:22 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309221000.r8MA0MJB022473@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 22 Sep 2013 10:00:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327859 - head/security/sguil-client 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.14 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, 22 Sep 2013 10:00:22 -0000 Author: sunpoet Date: Sun Sep 22 10:00:21 2013 New Revision: 327859 URL: http://svnweb.freebsd.org/changeset/ports/327859 Log: - Use USES=tk:wrapper - Bump PORTREVISION for dependency change Note: Due to the limitation that tcl and tk cannot be set together in USES, I choose tk:wrapper. Though BUILD_DEPENDS and RUN_DEPENDS changes, PACKAGE-DEPENDS-LIST (package dependencies) remains identical. PR: ports/182251 Submitted by: Paul Schmehl (maintainer) Modified: head/security/sguil-client/Makefile Modified: head/security/sguil-client/Makefile ============================================================================== --- head/security/sguil-client/Makefile Sun Sep 22 09:36:43 2013 (r327858) +++ head/security/sguil-client/Makefile Sun Sep 22 10:00:21 2013 (r327859) @@ -3,6 +3,7 @@ PORTNAME= sguil-client PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/sguil/sguil/sguil-${PORTVERSION} @@ -28,8 +29,8 @@ SANCP_DESC= Use sancp WIRESHARK_DESC= Install wireshark NO_BUILD= yes -USE_TK_WRAPPER= yes -USE_TCL= yes +NO_STAGE= yes +USES= tk:wrapper WRKSRC= ${WRKDIR}/sguil-${PORTVERSION} SUB_LIST= SGUILDIR=${SGUILDIR} SUB_FILES= pkg-message @@ -40,9 +41,8 @@ PORTDOCS1= README PORTDOCS2= CHANGES FAQ INSTALL INSTALL.openbsd OPENSSL.README TODO UPGRADE USAGE sguildb.dia LIBFILES= SguilUtil.tcl dkffont.tcl email17.tcl extdata.tcl sellib.tcl sancp.tcl \ - sound.tcl guilib.tcl qrybuild.tcl qrylib.tcl report.tcl stdquery.tcl whois.tcl + sound.tcl guilib.tcl qrybuild.tcl qrylib.tcl report.tcl stdquery.tcl whois.tcl -NO_STAGE= yes .include .if $(PORT_OPTIONS:MAUDIO)