svn commit: r327859 - head/security/sguil-client

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 22 10:00:22 UTC 2013


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 at 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)


More information about the svn-ports-all mailing list