From owner-svn-ports-all@freebsd.org Mon Feb 19 17:32:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7EC6CF13788; Mon, 19 Feb 2018 17:32:15 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 29D508158A; Mon, 19 Feb 2018 17:32:15 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 249B31DA20; Mon, 19 Feb 2018 17:32:15 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1JHWFxK036579; Mon, 19 Feb 2018 17:32:15 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1JHWEMr036577; Mon, 19 Feb 2018 17:32:14 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201802191732.w1JHWEMr036577@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 19 Feb 2018 17:32:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462337 - in head/security/yersinia: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/security/yersinia: . files X-SVN-Commit-Revision: 462337 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Feb 2018 17:32:15 -0000 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