Update to 1.8.18

Drop maintainership, as I switched jobs and no longer do smartcards stuff
This commit is contained in:
Tilman Keskinoz 2016-09-28 20:12:06 +00:00
parent 10695d0665
commit ea4baf1f0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422888
3 changed files with 6 additions and 15 deletions

View file

@ -2,12 +2,12 @@
# $FreeBSD$
PORTNAME= pcsc-lite
PORTVERSION= 1.8.17
PORTVERSION= 1.8.18
PORTEPOCH= 2
CATEGORIES= devel security
MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4173/
MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4179/
MAINTAINER= arved@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Smartcard development library
LICENSE= BSD3CLAUSE

View file

@ -1,2 +1,3 @@
SHA256 (pcsc-lite-1.8.17.tar.bz2) = d72b6f8654024f2a1d2de70f8f1d39776bd872870a4f453f436fd93d4312026f
SIZE (pcsc-lite-1.8.17.tar.bz2) = 716673
TIMESTAMP = 1475093175
SHA256 (pcsc-lite-1.8.18.tar.bz2) = b22d32b018f6a1016adba91abfcc63876cca999daa472dd86e953ddd41d00905
SIZE (pcsc-lite-1.8.18.tar.bz2) = 741987

View file

@ -1,10 +0,0 @@
--- 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"