From owner-svn-ports-head@freebsd.org Mon Dec 28 12:51:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D63DFA531DE; Mon, 28 Dec 2015 12:51:09 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B10791A23; Mon, 28 Dec 2015 12:51:09 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBSCp8nd092498; Mon, 28 Dec 2015 12:51:08 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBSCp8Ws092494; Mon, 28 Dec 2015 12:51:08 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201512281251.tBSCp8Ws092494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Mon, 28 Dec 2015 12:51:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404627 - in head/devel: libccid pcsc-lite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2015 12:51:10 -0000 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@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 -.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@FreeBSD.org COMMENT= Smartcard development library @@ -30,12 +30,6 @@ OPTIONS_DEFINE= DOCS EXAMPLES .include -.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