Date: Mon, 19 Feb 2018 17:32:14 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462337 - in head/security/yersinia: . files Message-ID: <201802191732.w1JHWEMr036577@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Mon Feb 19 17:32:14 2018 New Revision: 462337 URL: https://svnweb.freebsd.org/changeset/ports/462337 Log: security/yersinia: update 0.7.1 -> 0.8.2 PR: 222096 Approved by: ayu@commun.jp (maintainer timeout) Relnotes: https://github.com/tomac/yersinia/blob/master/ChangeLog Deleted: head/security/yersinia/files/patch-configure head/security/yersinia/files/patch-src_interfaces.c Modified: head/security/yersinia/Makefile head/security/yersinia/distinfo Modified: head/security/yersinia/Makefile ============================================================================== --- head/security/yersinia/Makefile Mon Feb 19 16:56:49 2018 (r462336) +++ head/security/yersinia/Makefile Mon Feb 19 17:32:14 2018 (r462337) @@ -2,30 +2,25 @@ # $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 \ Modified: head/security/yersinia/distinfo ============================================================================== --- head/security/yersinia/distinfo Mon Feb 19 16:56:49 2018 (r462336) +++ head/security/yersinia/distinfo Mon Feb 19 17:32:14 2018 (r462337) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802191732.w1JHWEMr036577>