diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-10-10 10:20:55 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-10-10 10:20:55 +0000 |
commit | 73065679f07a12682241814d579904fc5d2e0b1f (patch) | |
tree | 38c2e65f035343e31f14f5576b25f44911685ce0 /devel/libccid | |
parent | f9de176f160ba172c667e119dbf80844926e18f1 (diff) | |
download | ports-73065679f07a12682241814d579904fc5d2e0b1f.tar.gz ports-73065679f07a12682241814d579904fc5d2e0b1f.zip |
Notes
Diffstat (limited to 'devel/libccid')
-rw-r--r-- | devel/libccid/Makefile | 14 | ||||
-rw-r--r-- | devel/libccid/distinfo | 5 |
2 files changed, 8 insertions, 11 deletions
diff --git a/devel/libccid/Makefile b/devel/libccid/Makefile index 11d607179ff8..16009c991b8a 100644 --- a/devel/libccid/Makefile +++ b/devel/libccid/Makefile @@ -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> diff --git a/devel/libccid/distinfo b/devel/libccid/distinfo index 242c70cca727..7f9a62e05795 100644 --- a/devel/libccid/distinfo +++ b/devel/libccid/distinfo @@ -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 |