Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Oct 2014 19:06:44 +0000 (UTC)
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370661 - in head/devel/pcsc-lite: . files
Message-ID:  <201410111906.s9BJ6icp030294@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arved
Date: Sat Oct 11 19:06:43 2014
New Revision: 370661
URL: https://svnweb.freebsd.org/changeset/ports/370661
QAT: https://qat.redports.org/buildarchive/r370661/

Log:
  Update to 1.8.12
  Update pkg-message

Modified:
  head/devel/pcsc-lite/Makefile
  head/devel/pcsc-lite/distinfo
  head/devel/pcsc-lite/files/pkg-message.in

Modified: head/devel/pcsc-lite/Makefile
==============================================================================
--- head/devel/pcsc-lite/Makefile	Sat Oct 11 18:46:41 2014	(r370660)
+++ head/devel/pcsc-lite/Makefile	Sat Oct 11 19:06:43 2014	(r370661)
@@ -2,11 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	pcsc-lite
-PORTVERSION=	1.8.11
-PORTREVISION=	2
+PORTVERSION=	1.8.12
 PORTEPOCH=	2
 CATEGORIES=	devel security
-MASTER_SITES=	https://alioth.debian.org/frs/download.php/file/3991/
+MASTER_SITES=	https://alioth.debian.org/frs/download.php/file/4115/
 
 MAINTAINER=	arved@FreeBSD.org
 COMMENT=	Smartcard development library

Modified: head/devel/pcsc-lite/distinfo
==============================================================================
--- head/devel/pcsc-lite/distinfo	Sat Oct 11 18:46:41 2014	(r370660)
+++ head/devel/pcsc-lite/distinfo	Sat Oct 11 19:06:43 2014	(r370661)
@@ -1,2 +1,2 @@
-SHA256 (pcsc-lite-1.8.11.tar.bz2) = 945041c94c53959ae5a767616a4ec5099fe67f549bfd344e8bd0cfe7a3c71ac6
-SIZE (pcsc-lite-1.8.11.tar.bz2) = 571837
+SHA256 (pcsc-lite-1.8.12.tar.bz2) = f2c30a2aba6805f2859ede5f2eca351ca6c495a18d5d36d74c63e7898b353c51
+SIZE (pcsc-lite-1.8.12.tar.bz2) = 580449

Modified: head/devel/pcsc-lite/files/pkg-message.in
==============================================================================
--- head/devel/pcsc-lite/files/pkg-message.in	Sat Oct 11 18:46:41 2014	(r370660)
+++ head/devel/pcsc-lite/files/pkg-message.in	Sat Oct 11 19:06:43 2014	(r370661)
@@ -1,8 +1,7 @@
 ------------------------------------------------------------------------
 
 PC/SC-Lite has been installed.
-You can fetch drivers from http://www.linuxnet.com/sourcedrivers.html
-or install one of the following ports:
+You need to install a driver for your smartcard reader e.g.
 devel/libccid
 security/ifd-slb_rf60
 
@@ -15,11 +14,11 @@ hotplugging.
 
 attach 100 {
         device-name "ugen[0-9]+";
-        action "/usr/local/sbin/pcscd -H";
+        action "%%PREFIX%%/sbin/pcscd -H";
 };
 
 detach 100 {
         device-name "ugen[0-9]+";
-        action "/usr/local/sbin/pcscd -H";
+        action "%%PREFIX%%/sbin/pcscd -H";
 };
 ------------------------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410111906.s9BJ6icp030294>