mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 1.1.0
This commit is contained in:
parent
dbe2cd64e1
commit
e63927f1e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171324
@ -5,9 +5,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ccid
|
||||
PORTVERSION= 1.0.1
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://alioth.debian.org/download.php/1563/
|
||||
MASTER_SITES= http://alioth.debian.org/download.php/1740/
|
||||
|
||||
MAINTAINER= arved@FreeBSD.org
|
||||
COMMENT= Generic USB CCID (Chip/Smart Card Interface Devices) driver
|
||||
@ -23,4 +23,6 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||
LIBUSB_CFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBUSB_LIBS="-L${LOCALBASE}/lib -lusb"
|
||||
|
||||
PLIST_SUB= VER=${PORTVERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ccid-1.0.1.tar.gz) = 858bd7d680cdaf0ac53c70d43974a2df
|
||||
SHA256 (ccid-1.0.1.tar.gz) = b8ca2a4994c2fd05121d1b66b92252be8fa4357f415773dc3f0792535abab55d
|
||||
SIZE (ccid-1.0.1.tar.gz) = 529540
|
||||
MD5 (ccid-1.1.0.tar.gz) = 3d216cb89030c6a74fb6851bcc80b08e
|
||||
SHA256 (ccid-1.1.0.tar.gz) = a11c6df683a529d7101cf1dbcf1e376e9e01a9f7b3e73a1b19f335dd32c93093
|
||||
SIZE (ccid-1.1.0.tar.gz) = 540628
|
||||
|
@ -1,20 +0,0 @@
|
||||
--- configure.orig Fri Apr 8 18:14:57 2005
|
||||
+++ configure Fri Apr 8 18:18:13 2005
|
||||
@@ -20223,6 +20223,17 @@
|
||||
CFLAGS="$CFLAGS -no-cpp-precomp"
|
||||
fi
|
||||
;;
|
||||
+*-*-freebsd*)
|
||||
+ BUNDLE_HOST="FreeBSD"
|
||||
+ DYN_LIB_EXT="so"
|
||||
+if false; then
|
||||
+ NEED_PARSER_TRUE=
|
||||
+ NEED_PARSER_FALSE='#'
|
||||
+else
|
||||
+ NEED_PARSER_TRUE='#'
|
||||
+ NEED_PARSER_FALSE=
|
||||
+fi
|
||||
+ ;;
|
||||
*)
|
||||
BUNDLE_HOST="Linux"
|
||||
DYN_LIB_EXT="so"
|
@ -1,4 +1,4 @@
|
||||
lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD/libccid.so.1.0.1
|
||||
lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD/libccid.so.%%VER%%
|
||||
lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
|
||||
@dirrm lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD
|
||||
@dirrm lib/pcsc/drivers/ifd-ccid.bundle/Contents
|
||||
|
Loading…
Reference in New Issue
Block a user