Date: Mon, 10 Oct 2016 10:20:55 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423643 - head/devel/libccid Message-ID: <201610101020.u9AAKthf015779@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Oct 10 10:20:55 2016 New Revision: 423643 URL: https://svnweb.freebsd.org/changeset/ports/423643 Log: - Update to 1.4.25 - Cosmetic fixes Modified: head/devel/libccid/Makefile head/devel/libccid/distinfo Modified: head/devel/libccid/Makefile ============================================================================== --- head/devel/libccid/Makefile Mon Oct 10 08:29:49 2016 (r423642) +++ head/devel/libccid/Makefile Mon Oct 10 10:20:55 2016 (r423643) @@ -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=${PR --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> Modified: head/devel/libccid/distinfo ============================================================================== --- head/devel/libccid/distinfo Mon Oct 10 08:29:49 2016 (r423642) +++ head/devel/libccid/distinfo Mon Oct 10 10:20:55 2016 (r423643) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610101020.u9AAKthf015779>