From owner-svn-ports-head@freebsd.org Mon Feb 11 20:32:06 2019 Return-Path: Delivered-To: svn-ports-head@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 72A0B14E3116; Mon, 11 Feb 2019 20:32:06 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1894988FF0; Mon, 11 Feb 2019 20:32:06 +0000 (UTC) (envelope-from arved@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 0C88F537D; Mon, 11 Feb 2019 20:32:06 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1BKW5F3001389; Mon, 11 Feb 2019 20:32:05 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1BKW5XJ001385; Mon, 11 Feb 2019 20:32:05 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201902112032.x1BKW5XJ001385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Mon, 11 Feb 2019 20:32:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492736 - head/security/pcsc-tools X-SVN-Group: ports-head X-SVN-Commit-Author: arved X-SVN-Commit-Paths: head/security/pcsc-tools X-SVN-Commit-Revision: 492736 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1894988FF0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.97)[-0.966,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2019 20:32:06 -0000 Author: arved Date: Mon Feb 11 20:32:05 2019 New Revision: 492736 URL: https://svnweb.freebsd.org/changeset/ports/492736 Log: Update to 1.5.4 gscriptor was ported to Gtk3 Modified: head/security/pcsc-tools/Makefile head/security/pcsc-tools/distinfo Modified: head/security/pcsc-tools/Makefile ============================================================================== --- head/security/pcsc-tools/Makefile Mon Feb 11 20:24:59 2019 (r492735) +++ head/security/pcsc-tools/Makefile Mon Feb 11 20:32:05 2019 (r492736) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pcsc-tools -PORTVERSION= 1.5.3 +PORTVERSION= 1.5.4 CATEGORIES= security MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/pcsc-tools/ @@ -13,9 +13,10 @@ LICENSE= GPLv2 LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite RUN_DEPENDS= p5-PCSC-Card>=0:devel/p5-PCSC-Card \ - p5-Gtk2>=0:x11-toolkits/p5-Gtk2 + p5-Gtk3>=0:x11-toolkits/p5-Gtk3 USES= gmake pkgconfig tar:bzip2 + GNU_CONFIGURE= yes .include Modified: head/security/pcsc-tools/distinfo ============================================================================== --- head/security/pcsc-tools/distinfo Mon Feb 11 20:24:59 2019 (r492735) +++ head/security/pcsc-tools/distinfo Mon Feb 11 20:32:05 2019 (r492736) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526411751 -SHA256 (pcsc-tools-1.5.3.tar.bz2) = daaa011c28daa00653bd8e2a3d8b0b9f8abae00f7344f50b1a94fbd2b01f1d14 -SIZE (pcsc-tools-1.5.3.tar.bz2) = 267564 +TIMESTAMP = 1545166664 +SHA256 (pcsc-tools-1.5.4.tar.bz2) = c39e6abba781895220c68df5e5d2f0f9547c7a676eebec3f1ddcff8794377c93 +SIZE (pcsc-tools-1.5.4.tar.bz2) = 275358