diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-07-01 09:35:45 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-07-01 09:35:45 +0000 |
commit | 2be3234b82636ae06b4b0a89ee0811f9949a67e1 (patch) | |
tree | 250b63dd891e20055450f1fbfca02a396c105855 | |
parent | - Update WWW (diff) |
Update to 1.9.0
PR: 247286
Submitted by: daniel.engberg.lists@pyret.net
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=540943
-rw-r--r-- | devel/pcsc-lite/Makefile | 16 | ||||
-rw-r--r-- | devel/pcsc-lite/distinfo | 6 |
2 files changed, 6 insertions, 16 deletions
diff --git a/devel/pcsc-lite/Makefile b/devel/pcsc-lite/Makefile index 55f1aec51be1..285b81a3eb7a 100644 --- a/devel/pcsc-lite/Makefile +++ b/devel/pcsc-lite/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pcsc-lite -PORTVERSION= 1.8.24 +PORTVERSION= 1.9.0 PORTEPOCH= 2 CATEGORIES= devel security MASTER_SITES= https://pcsclite.apdu.fr/files/ @@ -14,10 +14,11 @@ LICENSE= BSD3CLAUSE GPLv3+ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool pathfix perl5 pkgconfig python:build shebangfix tar:bzip2 +USES= libtool pathfix perl5 pkgconfig python shebangfix tar:bzip2 USE_LDCONFIG= yes USE_PERL5= build USE_RC_SUBR= pcscd +PYTHON_NO_DEPENDS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-libsystemd \ @@ -34,17 +35,6 @@ FEATURES_DESC= Default features knobs FILTER_DESC= Control (Ignore or Extend) reader names reported by PCSC FILTER_CONFIGURE_ENABLE= filter -post-patch: - ${REINPLACE_CMD} -e "s,^datadir,#datadir,; s,^data_DATA,#data_DATA," \ - ${WRKSRC}/doc/Makefile.in - ${REINPLACE_CMD} -e "s,libusb-1.0/libusb.h,libusb.h,; \ - s,libusb_strerror(ret),ret," ${WRKSRC}/configure \ - ${WRKSRC}/src/hotplug_libusb.c - ${REINPLACE_CMD} -e "s,-ldl,," ${WRKSRC}/src/spy/Makefile.in - -post-patch-DOCS-off: - ${REINPLACE_CMD} -e '/^install-data-am: / s|install-docDATA||' ${WRKSRC}/doc/Makefile.in - post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/pcsc/drivers @${MKDIR} ${STAGEDIR}${PREFIX}/lib/pcsc/services diff --git a/devel/pcsc-lite/distinfo b/devel/pcsc-lite/distinfo index 18fe6461c1a9..8edc4e655744 100644 --- a/devel/pcsc-lite/distinfo +++ b/devel/pcsc-lite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552234201 -SHA256 (pcsc-lite-1.8.24.tar.bz2) = b81864fa6a5ec776639c02ae89998955f7702a8d10e8b8f70023c5a599d97568 -SIZE (pcsc-lite-1.8.24.tar.bz2) = 755670 +TIMESTAMP = 1592215012 +SHA256 (pcsc-lite-1.9.0.tar.bz2) = 0148d403137124552c5d0f10f8cdab2cbb8dfc7c6ce75e018faf667be34f2ef9 +SIZE (pcsc-lite-1.9.0.tar.bz2) = 755963 |