From prvs=96897fa66=root+buttercup4@utdallas.edu  Fri Sep 20 15:34:50 2013
Return-Path: <prvs=96897fa66=root+buttercup4@utdallas.edu>
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 78F2F51E
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Sep 2013 15:34:50 +0000 (UTC)
	(envelope-from prvs=96897fa66=root+buttercup4@utdallas.edu)
Received: from ip-relay-051.utdallas.edu (ip-relay-051.utdallas.edu [129.110.182.14])
	(using TLSv1 with cipher RC4-SHA (128/128 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 416372ED7
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Sep 2013 15:34:49 +0000 (UTC)
Received: from unknown (HELO mx31.utdallas.edu) ([10.110.20.31])
  by ip-relay-051.utdallas.edu with ESMTP; 20 Sep 2013 10:33:29 -0500
Received: from buttercup4.utdallas.edu (buttercup4.utdallas.edu [10.110.4.132])
	by mx31.utdallas.edu (Postfix) with ESMTP id EDBF14219B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Sep 2013 10:33:28 -0500 (CDT)
Received: by buttercup4.utdallas.edu (Postfix, from userid 0)
	id 5471A10376D34; Fri, 20 Sep 2013 15:33:27 +0000 (UTC)
Message-Id: <20130920153327.5471A10376D34@buttercup4.utdallas.edu>
Date: Fri, 20 Sep 2013 15:33:27 +0000 (UTC)
From: Paul Schmehl <pauls@utdallas.edu>
Reply-To: Paul Schmehl <pauls@utdallas.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: security/sguil-client, port update
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         182251
>Category:       ports
>Synopsis:       security/sguil-client, port update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 20 15:40:00 UTC 2013
>Closed-Date:    Sun Sep 22 10:00:34 UTC 2013
>Last-Modified:  Sun Sep 22 10:10:01 UTC 2013
>Originator:     Paul Schmehl
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
The University of Texas at Dallas
>Environment:
System: FreeBSD hostname.utdallas.edu 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	security/sguil-client, update port to comply with
	the new USES paradigm
>How-To-Repeat:
	
>Fix:

	

--- sguil-client.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 327707)
+++ Makefile	(working copy)
@@ -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 @@
 WIRESHARK_DESC=	Install wireshark
 
 NO_BUILD=	yes
-USE_TK_WRAPPER=	yes
-USE_TCL=	yes
+USES+=		tk:wrapper
+USES+=		tcl
 WRKSRC=		${WRKDIR}/sguil-${PORTVERSION}
 SUB_LIST=	SGUILDIR=${SGUILDIR}
 SUB_FILES=	pkg-message
--- sguil-client.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Fri Sep 20 16:00:53 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182251 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Sun Sep 22 10:00:33 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182251 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182251: commit references a PR
Date: Sun, 22 Sep 2013 10:00:29 +0000 (UTC)

 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)
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
