svn commit: r492736 - head/security/pcsc-tools

Tilman Keskinoz arved at FreeBSD.org
Mon Feb 11 20:32:06 UTC 2019


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 <bsd.port.mk>

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


More information about the svn-ports-head mailing list