Skip to content

Commit

Permalink
devel/libchipcard: Update to 5.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BSDKaffee committed Feb 24, 2022
1 parent ce0731b commit 5a7bd38
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
6 changes: 3 additions & 3 deletions devel/libchipcard/Makefile
@@ -1,15 +1,15 @@
# Created by: Martin Preuss <martin@libchipcard.de>

PORTNAME= libchipcard
PORTVERSION= 5.0.4
PORTREVISION= 1
PORTVERSION= 5.1.6
CATEGORIES= devel
MASTER_SITES= https://www.aquamaniac.de/rdm/attachments/download/158/
MASTER_SITES= https://www.aquamaniac.de/rdm/attachments/download/382/

MAINTAINER= jhale@FreeBSD.org
COMMENT= Library for easy access to chipcards

LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite \
libgwenhywfar.so:devel/gwenhywfar
Expand Down
6 changes: 3 additions & 3 deletions devel/libchipcard/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1474517468
SHA256 (libchipcard-5.0.4.tar.gz) = d25a79adcf09f1058ca9168b80e843fadbd556fb0f23c890d871124ad380423a
SIZE (libchipcard-5.0.4.tar.gz) = 801499
TIMESTAMP = 1645537240
SHA256 (libchipcard-5.1.6.tar.gz) = 6c07f527417f7562074f99012da4d11eb4dbafd33f49e66b442ccd6e3b8cfd20
SIZE (libchipcard-5.1.6.tar.gz) = 874865
12 changes: 11 additions & 1 deletion devel/libchipcard/pkg-plist
Expand Up @@ -4,11 +4,14 @@ bin/chipcard-tool
bin/geldkarte
bin/kvkcard
bin/memcard
bin/usbtan-test
bin/zkacard-tool
etc/chipcard/chipcardc.conf.default
@sample etc/chipcard/chipcardc.conf.example etc/chipcard/chipcardc.conf
include/libchipcard5/chipcard/card.h
include/libchipcard5/chipcard/card_imp.h
include/libchipcard5/chipcard/card_l.h
include/libchipcard5/chipcard/cards/chiptanusb.h
include/libchipcard5/chipcard/cards/ddvcard.h
include/libchipcard5/chipcard/cards/egkcard.h
include/libchipcard5/chipcard/cards/geldkarte.h
Expand All @@ -32,6 +35,9 @@ include/libchipcard5/chipcard/sharedstuff/msgengine.h
include/libchipcard5/chipcard/sharedstuff/pininfo.h
include/libchipcard5/chipcard/tlv.h
include/libchipcard5/chipcard/version.h
lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/ct/chiptanusb.a
lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/ct/chiptanusb.so
lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/ct/chiptanusb.xml
lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/ct/ddvcard.a
lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/ct/ddvcard.so
lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/ct/ddvcard.xml
Expand All @@ -44,9 +50,12 @@ lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/ct/zkacard.xml
lib/libchipcard.a
lib/libchipcard.so
lib/libchipcard.so.6
lib/libchipcard.so.6.0.4
lib/libchipcard.so.6.1.6
libdata/pkgconfig/libchipcard-client.pc
libdata/pkgconfig/libchipcard-server.pc
share/aclocal/chipcard.m4
share/chipcard/apps/README
share/chipcard/apps/chiptanusb.xml
share/chipcard/apps/ddv.xml
share/chipcard/apps/ddv0.xml
share/chipcard/apps/ddv1.xml
Expand All @@ -62,6 +71,7 @@ share/chipcard/apps/starcoscard.xml
share/chipcard/apps/zkacard.xml
share/chipcard/cards/README
share/chipcard/cards/card.xml
share/chipcard/cards/chiptanusb.xml
share/chipcard/cards/cyberjack_pcsc/card.xml
share/chipcard/cards/cyberjack_pcsc/kvk.xml
share/chipcard/cards/cyberjack_pcsc/processorcard.xml
Expand Down

0 comments on commit 5a7bd38

Please sign in to comment.