From owner-svn-ports-all@freebsd.org Mon Oct 10 10:20:56 2016 Return-Path: Delivered-To: svn-ports-all@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 93EA0C06C61; Mon, 10 Oct 2016 10:20:56 +0000 (UTC) (envelope-from amdmi3@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 4D2FD20E; Mon, 10 Oct 2016 10:20:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AAKtBu015781; Mon, 10 Oct 2016 10:20:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AAKthf015779; Mon, 10 Oct 2016 10:20:55 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610101020.u9AAKthf015779@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 10 Oct 2016 10:20:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423643 - head/devel/libccid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 10:20:56 -0000 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 - 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 +.include 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