Index: head/security/yersinia/Makefile =================================================================== --- head/security/yersinia/Makefile (revision 462336) +++ head/security/yersinia/Makefile (revision 462337) @@ -1,38 +1,33 @@ # Created by: se # $FreeBSD$ PORTNAME= yersinia -PORTVERSION= 0.7.1 -PORTREVISION= 2 +PORTVERSION= 0.8.2 CATEGORIES= security -MASTER_SITES= http://www.yersinia.net/download/ +MASTER_SITES= GH +# MASTER_SITES= http://www.yersinia.net/download/ MAINTAINER= ayu@commun.jp COMMENT= Layer 2 vulnerability scanner (switches, spanning tree, 802.1q ...) -LIB_DEPENDS= libnet.so:net/libnet +LICENSE= GPLv2 -.if !defined(WITHOUT_GTK) -.if exists(${LOCALBASE}/include/gtk-2.0/gtk/gtk.h) -WITH_GTK= true -.endif -.endif -.if defined(WITH_GTK) -USES= pkgconfig -USE_GNOME+= gtk20 +LIB_DEPENDS= libnet.so:net/libnet \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 + +USES= autoreconf ncurses pkgconfig +USE_GNOME+= cairo gdkpixbuf2 gtk20 PKGNAMESUFFIX= -gtk -CONFLICTS= yersinia-[0-9]* -.else -CONFIGURE_ARGS+= --disable-gtk -CONFLICTS= yersinia-gtk-[0-9]* -.endif +USE_GITHUB= yes +GH_TUPLE= tomac:yersinia:8c0d7c5 GNU_CONFIGURE= yes PLIST_FILES= sbin/yersinia \ man/man8/yersinia.8.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/yersinia ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_MAN} ${WRKSRC}/yersinia.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ .include Index: head/security/yersinia/distinfo =================================================================== --- head/security/yersinia/distinfo (revision 462336) +++ head/security/yersinia/distinfo (revision 462337) @@ -1,2 +1,3 @@ -SHA256 (yersinia-0.7.1.tar.gz) = 9c473c49bba9b5271ca1cc6fb5d64314bff675772f597837341f58dc93351a17 -SIZE (yersinia-0.7.1.tar.gz) = 318396 +TIMESTAMP = 1519051893 +SHA256 (tomac-yersinia-0.8.2-8c0d7c5_GH0.tar.gz) = ad7bee0a972780ecf9e9dde794a851d5ab53d7e7de33860c840f56c51178122a +SIZE (tomac-yersinia-0.8.2-8c0d7c5_GH0.tar.gz) = 267446 Index: head/security/yersinia/files/patch-configure =================================================================== --- head/security/yersinia/files/patch-configure (revision 462336) +++ head/security/yersinia/files/patch-configure (nonexistent) @@ -1,21 +0,0 @@ ---- configure.orig 2007-01-27 04:22:30.000000000 +0900 -+++ configure 2009-08-19 22:35:11.000000000 +0900 -@@ -3470,7 +3470,8 @@ - - - if test -n "$GCC"; then -- CFLAGS="-O3 -Wall -g" -+# CFLAGS="-O3 -Wall -g" -+: - else - { echo "$as_me:$LINENO: WARNING: Ouch!! Only gcc is supported..." >&5 - echo "$as_me: WARNING: Ouch!! Only gcc is supported..." >&2;} -@@ -4462,7 +4463,7 @@ - echo $pcap_dir - echo $dir - echo; echo please wipe out all unused pcap installations -- exit -+# exit - else - pcap_dir="$dir" - fi Property changes on: head/security/yersinia/files/patch-configure ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/yersinia/files/patch-src_interfaces.c =================================================================== --- head/security/yersinia/files/patch-src_interfaces.c (revision 462336) +++ head/security/yersinia/files/patch-src_interfaces.c (nonexistent) @@ -1,15 +0,0 @@ ---- src/interfaces.c~ Sun Jun 18 17:23:33 2006 -+++ src/interfaces.c Sat Oct 14 07:28:41 2006 -@@ -271,10 +271,12 @@ - - if (tty_tmp->debug) - write_log(0,"\n interfaces_init finish...\n"); - -+ { - dlist_t *p; - for (p=interfaces->list;p; p = dlist_next(interfaces->list, p)) { - iface_data = (struct interface_data *) dlist_data(p); -+ } - } - - return 0; Property changes on: head/security/yersinia/files/patch-src_interfaces.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property