Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2013 10:00:22 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327859 - head/security/sguil-client
Message-ID:  <201309221000.r8MA0MJB022473@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <pauls@utdallas.edu> (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 <bsd.port.options.mk>
 
 .if $(PORT_OPTIONS:MAUDIO)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309221000.r8MA0MJB022473>