Bug 182251 - security/sguil-client, port update
Summary: security/sguil-client, port update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-20 16:40 UTC by pauls
Modified: 2013-09-22 11:10 UTC (History)
0 users

See Also:


Attachments
sguil-client.diff (531 bytes, patch)
2013-09-20 16:40 UTC, pauls
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description pauls 2013-09-20 16:40:00 UTC
	security/sguil-client, update port to comply with
	the new USES paradigm
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-20 17:00:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-22 11:00:29 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"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-09-22 11:00:33 UTC
State Changed
From-To: open->closed

Committed. Thanks!