- Update to 1.4.25
- Cosmetic fixes
This commit is contained in:
parent
f9de176f16
commit
73065679f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423643
@ -2,9 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ccid
|
||||
PORTVERSION= 1.4.24
|
||||
PORTVERSION= 1.4.25
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4171/
|
||||
MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4187/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Generic USB CCID (Chip/Smart Card Interface Devices) driver
|
||||
@ -21,17 +21,13 @@ CONFIGURE_ARGS= --enable-usbdropdir=${PREFIX}/lib/pcsc/drivers \
|
||||
--enable-ccidtwindir=${PREFIX}/lib/pcsc/drivers/serial
|
||||
CONFIGURE_ENV= LIBUSB_CFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBUSB_LIBS="-L${LOCALBASE}/lib -lusb"
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
PLIST_SUB= VER=${PORTVERSION}
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s,use warnings;,," ${WRKSRC}/src/create_Info_plist.pl
|
||||
${REINPLACE_CMD} -e "s,ndef __APPLE__, !(__APPLE__ || __FreeBSD__)," ${WRKSRC}/contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch.c
|
||||
${REINPLACE_CMD} -e "s,libusb-1.0/libusb.h,libusb.h," \
|
||||
@${REINPLACE_CMD} -e "s,ndef __APPLE__, !(__APPLE__ || __FreeBSD__)," ${WRKSRC}/contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch.c
|
||||
@${REINPLACE_CMD} -e "s,libusb-1.0/libusb.h,libusb.h," \
|
||||
${WRKSRC}/configure ${WRKSRC}/src/ccid_usb.c \
|
||||
${WRKSRC}/src/ccid_usb.h \
|
||||
${WRKSRC}/contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch.c
|
||||
@ -42,4 +38,4 @@ post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/contrib/RSA_SecurID/RSA_SecurID_getpasswd.1 \
|
||||
${STAGEDIR}${MANPREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (ccid-1.4.24.tar.bz2) = 62cb73c6c009c9799c526f05a05e25f00f0ad86d50f82a714dedcfbf4a7e4176
|
||||
SIZE (ccid-1.4.24.tar.bz2) = 594507
|
||||
TIMESTAMP = 1476094169
|
||||
SHA256 (ccid-1.4.25.tar.bz2) = 6b062b4ce0f04d6838d58e6faa255ba05222bd8ecb57a2d1116fdbe22f253609
|
||||
SIZE (ccid-1.4.25.tar.bz2) = 627456
|
||||
|
Loading…
Reference in New Issue
Block a user