svn commit: r482293 - head/net-mgmt/ettercap

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Oct 17 13:14:18 UTC 2018


Author: sunpoet
Date: Wed Oct 17 13:14:17 2018
New Revision: 482293
URL: https://svnweb.freebsd.org/changeset/ports/482293

Log:
  Readd GTK2 back which should not be part of r482244
  
  - Bump PORTREVISION for dependency change
  
  Notified by:	tobik

Modified:
  head/net-mgmt/ettercap/Makefile

Modified: head/net-mgmt/ettercap/Makefile
==============================================================================
--- head/net-mgmt/ettercap/Makefile	Wed Oct 17 12:46:56 2018	(r482292)
+++ head/net-mgmt/ettercap/Makefile	Wed Oct 17 13:14:17 2018	(r482293)
@@ -4,6 +4,7 @@
 PORTNAME=	ettercap
 PORTVERSION=	0.8.2
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	net-mgmt security
 
@@ -16,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libnet.so:net/libnet
 
 OPTIONS_DEFINE=	DESKTOP DOCS GTK2 IPV6 NCURSES PCRE PLUGINS SSL UTF8
-OPTIONS_DEFAULT=NCURSES PCRE PLUGINS SSL UTF8
+OPTIONS_DEFAULT=GTK2 NCURSES PCRE PLUGINS SSL UTF8
 OPTIONS_SUB=	yes
 DESKTOP_DESC=	Install ettercap.desktop
 NCURSES_DESC=	Ncurses interface


More information about the svn-ports-head mailing list