svn commit: r370661 - in head/devel/pcsc-lite: . files

Tilman Keskinoz arved at FreeBSD.org
Sat Oct 11 19:06:45 UTC 2014


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 at 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";
 };
 ------------------------------------------------------------------------


More information about the svn-ports-all mailing list