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

Tilman Keskinoz arved at FreeBSD.org
Mon May 30 16:21:32 UTC 2016


Author: arved
Date: Mon May 30 16:21:30 2016
New Revision: 416160
URL: https://svnweb.freebsd.org/changeset/ports/416160

Log:
  Update to 1.8.17

Added:
  head/devel/pcsc-lite/files/patch-readerfactory.c   (contents, props changed)
Modified:
  head/devel/pcsc-lite/Makefile
  head/devel/pcsc-lite/distinfo

Modified: head/devel/pcsc-lite/Makefile
==============================================================================
--- head/devel/pcsc-lite/Makefile	Mon May 30 16:20:15 2016	(r416159)
+++ head/devel/pcsc-lite/Makefile	Mon May 30 16:21:30 2016	(r416160)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	pcsc-lite
-PORTVERSION=	1.8.16
+PORTVERSION=	1.8.17
 PORTEPOCH=	2
 CATEGORIES=	devel security
-MASTER_SITES=	https://alioth.debian.org/frs/download.php/file/4164/
+MASTER_SITES=	https://alioth.debian.org/frs/download.php/file/4173/
 
 MAINTAINER=	arved at FreeBSD.org
 COMMENT=	Smartcard development library

Modified: head/devel/pcsc-lite/distinfo
==============================================================================
--- head/devel/pcsc-lite/distinfo	Mon May 30 16:20:15 2016	(r416159)
+++ head/devel/pcsc-lite/distinfo	Mon May 30 16:21:30 2016	(r416160)
@@ -1,2 +1,2 @@
-SHA256 (pcsc-lite-1.8.16.tar.bz2) = e7d08aa38897e86fdf632d56ac70663a3a9add3c0bf4031dc32e783f19c0688a
-SIZE (pcsc-lite-1.8.16.tar.bz2) = 710247
+SHA256 (pcsc-lite-1.8.17.tar.bz2) = d72b6f8654024f2a1d2de70f8f1d39776bd872870a4f453f436fd93d4312026f
+SIZE (pcsc-lite-1.8.17.tar.bz2) = 716673

Added: head/devel/pcsc-lite/files/patch-readerfactory.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pcsc-lite/files/patch-readerfactory.c	Mon May 30 16:21:30 2016	(r416160)
@@ -0,0 +1,10 @@
+--- src/readerfactory.c.orig	2016-05-30 17:16:13.667403000 +0200
++++ src/readerfactory.c	2016-05-30 17:16:45.058477000 +0200
+@@ -49,7 +49,6 @@
+ #include <errno.h>
+ #include <fcntl.h>
+ #include <pthread.h>
+-#include "alloca.h"
+ 
+ #include "misc.h"
+ #include "pcscd.h"


More information about the svn-ports-head mailing list