svn commit: r404627 - in head/devel: libccid pcsc-lite

Tilman Keskinoz arved at FreeBSD.org
Mon Dec 28 12:51:10 UTC 2015


Author: arved
Date: Mon Dec 28 12:51:08 2015
New Revision: 404627
URL: https://svnweb.freebsd.org/changeset/ports/404627

Log:
  Update pcsc-lite to 1.8.15
  Update libccid to 1.4.21

Modified:
  head/devel/libccid/Makefile
  head/devel/libccid/distinfo
  head/devel/pcsc-lite/Makefile
  head/devel/pcsc-lite/distinfo

Modified: head/devel/libccid/Makefile
==============================================================================
--- head/devel/libccid/Makefile	Mon Dec 28 12:42:40 2015	(r404626)
+++ head/devel/libccid/Makefile	Mon Dec 28 12:51:08 2015	(r404627)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	ccid
-PORTVERSION=	1.4.20
+PORTVERSION=	1.4.21
 CATEGORIES=	devel
-MASTER_SITES=	https://alioth.debian.org/frs/download.php/file/4140/
+MASTER_SITES=	https://alioth.debian.org/frs/download.php/file/4148/
 
 MAINTAINER=	arved at FreeBSD.org
 COMMENT=	Generic USB CCID (Chip/Smart Card Interface Devices) driver
@@ -24,15 +24,10 @@ CONFIGURE_ENV=	LIBUSB_CFLAGS="-I${LOCALB
 CPPFLAGS+=	-I${LOCALBASE}/include
 
 PLIST_SUB=	VER=${PORTVERSION}
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 1000000
-FETCH_DEPENDS=	wget:${PORTSDIR}/ftp/wget
-DISABLE_SIZE=	yes
-FETCH_CMD=	${LOCALBASE}/bin/wget -c -nc --no-check-certificate
-.endif
-
 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

Modified: head/devel/libccid/distinfo
==============================================================================
--- head/devel/libccid/distinfo	Mon Dec 28 12:42:40 2015	(r404626)
+++ head/devel/libccid/distinfo	Mon Dec 28 12:51:08 2015	(r404627)
@@ -1,2 +1,2 @@
-SHA256 (ccid-1.4.20.tar.bz2) = 400cb865bb63eed6d7668b2d971cb4644038b9b7a6cda121450d0c6cf6251cbc
-SIZE (ccid-1.4.20.tar.bz2) = 567553
+SHA256 (ccid-1.4.21.tar.bz2) = bb31ae4c6054fa680c81f6d12a5b65e6d3e43494dbcfdb7593bba1a2d97f919b
+SIZE (ccid-1.4.21.tar.bz2) = 568984

Modified: head/devel/pcsc-lite/Makefile
==============================================================================
--- head/devel/pcsc-lite/Makefile	Mon Dec 28 12:42:40 2015	(r404626)
+++ head/devel/pcsc-lite/Makefile	Mon Dec 28 12:51:08 2015	(r404627)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	pcsc-lite
-PORTVERSION=	1.8.14
+PORTVERSION=	1.8.15
 PORTEPOCH=	2
 CATEGORIES=	devel security
-MASTER_SITES=	https://alioth.debian.org/frs/download.php/file/4138/
+MASTER_SITES=	https://alioth.debian.org/frs/download.php/file/4157/
 
 MAINTAINER=	arved at FreeBSD.org
 COMMENT=	Smartcard development library
@@ -30,12 +30,6 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 
 .include <bsd.port.options.mk>
 
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
-FETCH_DEPENDS=	wget:${PORTSDIR}/ftp/wget
-DISABLE_SIZE=	yes
-FETCH_CMD=	${LOCALBASE}/bin/wget -c -nc --no-check-certificate
-.endif
-
 post-patch:
 	${REINPLACE_CMD} -e "s,^datadir,#datadir,; s,^data_DATA,#data_DATA," \
 		${WRKSRC}/doc/Makefile.in

Modified: head/devel/pcsc-lite/distinfo
==============================================================================
--- head/devel/pcsc-lite/distinfo	Mon Dec 28 12:42:40 2015	(r404626)
+++ head/devel/pcsc-lite/distinfo	Mon Dec 28 12:51:08 2015	(r404627)
@@ -1,2 +1,2 @@
-SHA256 (pcsc-lite-1.8.14.tar.bz2) = b91f97806042315a41f005e69529cb968621f73f2ddfbd1380111a175b02334e
-SIZE (pcsc-lite-1.8.14.tar.bz2) = 689197
+SHA256 (pcsc-lite-1.8.15.tar.bz2) = ad8b1f3d2c59d3a966cb203fc74588629c4a5fa30f8ad9005e06ef7aa445d341
+SIZE (pcsc-lite-1.8.15.tar.bz2) = 692567


More information about the svn-ports-head mailing list