Date: Fri, 12 Oct 2018 08:49:04 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481886 - head/devel/libccid Message-ID: <201810120849.w9C8n4JN088704@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp Date: Fri Oct 12 08:49:04 2018 New Revision: 481886 URL: https://svnweb.freebsd.org/changeset/ports/481886 Log: devel/libccid: Update to 1.4.30 - Change the upstream URL to https://ccid.apdu.fr/ - Update WWW - Clean up: - Remove the "post-patch" target. It is no longer needed. - Remove unused PLIST_SUB - Pet portlint: - Move USE_PERL to the the USE* section - Set USE_LDCONFIG. Upstream changelog: https://salsa.debian.org/rousseau/CCID/blob/master/README Reviewed by: krion, mmokhi Approved by: krion (mentor), mmokhi (maintainer) Differential Revision: https://reviews.freebsd.org/D17479 Modified: head/devel/libccid/Makefile head/devel/libccid/distinfo head/devel/libccid/pkg-descr Modified: head/devel/libccid/Makefile ============================================================================== --- head/devel/libccid/Makefile Fri Oct 12 08:45:36 2018 (r481885) +++ head/devel/libccid/Makefile Fri Oct 12 08:49:04 2018 (r481886) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= ccid -PORTVERSION= 1.4.29 +PORTVERSION= 1.4.30 CATEGORIES= devel -MASTER_SITES= https://alioth.debian.org/frs/download.php/latestfile/112/ +MASTER_SITES= https://ccid.apdu.fr/files/ MAINTAINER= mmokhi@FreeBSD.org -COMMENT= Generic USB CCID (Chip/Smart Card Interface Devices) driver +COMMENT= Generic driver for USB CCID and ICCD LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING @@ -15,20 +15,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite USES= perl5 pkgconfig tar:bzip2 -GNU_CONFIGURE= yes +USE_LDCONFIG= yes USE_PERL5= build + +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-usbdropdir=${PREFIX}/lib/pcsc/drivers \ --enable-ccidtwindir=${PREFIX}/lib/pcsc/drivers/serial -PLIST_SUB= VER=${PORTVERSION} INSTALL_TARGET= install-strip - -post-patch: - @${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 post-install: ${INSTALL_PROGRAM} ${WRKSRC}/contrib/RSA_SecurID/RSA_SecurID_getpasswd \ Modified: head/devel/libccid/distinfo ============================================================================== --- head/devel/libccid/distinfo Fri Oct 12 08:45:36 2018 (r481885) +++ head/devel/libccid/distinfo Fri Oct 12 08:49:04 2018 (r481886) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526928640 -SHA256 (ccid-1.4.29.tar.bz2) = a5432ae845730493c04e59304b5c0c6103cd0e2c8827df57d69469a3eaaab84d -SIZE (ccid-1.4.29.tar.bz2) = 635761 +TIMESTAMP = 1539076265 +SHA256 (ccid-1.4.30.tar.bz2) = ac17087be08880a0cdf99a8a2799a4ef004dc6ffa08b4d9b0ad995f39a53ff7c +SIZE (ccid-1.4.30.tar.bz2) = 642342 Modified: head/devel/libccid/pkg-descr ============================================================================== --- head/devel/libccid/pkg-descr Fri Oct 12 08:45:36 2018 (r481885) +++ head/devel/libccid/pkg-descr Fri Oct 12 08:49:04 2018 (r481886) @@ -1,3 +1,4 @@ -Generic USB CCID (Chip/Smart Card Interface Devices) driver. +Generic driver for USB CCID (Chip/Smart Card Interface Devices) and ICCD +(Integrated Circuit(s) Card Devices). -WWW: http://pcsclite.alioth.debian.org/ccid.html +WWW: https://ccid.apdu.fr/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810120849.w9C8n4JN088704>