From owner-svn-ports-all@freebsd.org Sat Aug 19 13:05:19 2017 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 D300ADE89D1; Sat, 19 Aug 2017 13:05:19 +0000 (UTC) (envelope-from bsam@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 AD75773DF8; Sat, 19 Aug 2017 13:05:19 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7JD5I1K024286; Sat, 19 Aug 2017 13:05:18 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7JD5Iob024278; Sat, 19 Aug 2017 13:05:18 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201708191305.v7JD5Iob024278@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Sat, 19 Aug 2017 13:05:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448307 - in head: devel/arduino-avrdude devel/avrdude devel/libftdi1 devel/papilio-loader sysutils/flashrom X-SVN-Group: ports-head X-SVN-Commit-Author: bsam X-SVN-Commit-Paths: in head: devel/arduino-avrdude devel/avrdude devel/libftdi1 devel/papilio-loader sysutils/flashrom X-SVN-Commit-Revision: 448307 X-SVN-Commit-Repository: ports 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: Sat, 19 Aug 2017 13:05:19 -0000 Author: bsam Date: Sat Aug 19 13:05:17 2017 New Revision: 448307 URL: https://svnweb.freebsd.org/changeset/ports/448307 Log: devel/libftdi1: Update to version 1.4 and bump dependent ports. Modified: head/devel/arduino-avrdude/Makefile head/devel/avrdude/Makefile head/devel/libftdi1/Makefile head/devel/libftdi1/distinfo head/devel/libftdi1/pkg-descr head/devel/libftdi1/pkg-plist head/devel/papilio-loader/Makefile head/sysutils/flashrom/Makefile Modified: head/devel/arduino-avrdude/Makefile ============================================================================== --- head/devel/arduino-avrdude/Makefile Sat Aug 19 12:54:34 2017 (r448306) +++ head/devel/arduino-avrdude/Makefile Sat Aug 19 13:05:17 2017 (r448307) @@ -2,7 +2,7 @@ PORTNAME= avrdude PORTVERSION= 6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SAVANNAH/avrdude PKGNAMEPREFIX= arduino- Modified: head/devel/avrdude/Makefile ============================================================================== --- head/devel/avrdude/Makefile Sat Aug 19 12:54:34 2017 (r448306) +++ head/devel/avrdude/Makefile Sat Aug 19 13:05:17 2017 (r448307) @@ -3,7 +3,7 @@ PORTNAME= avrdude PORTVERSION= 6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SAVANNAH/avrdude Modified: head/devel/libftdi1/Makefile ============================================================================== --- head/devel/libftdi1/Makefile Sat Aug 19 12:54:34 2017 (r448306) +++ head/devel/libftdi1/Makefile Sat Aug 19 13:05:17 2017 (r448307) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libftdi1 -PORTVERSION= 1.3 -PORTREVISION= 3 +PORTVERSION= 1.4 CATEGORIES= devel MASTER_SITES= http://www.intra2net.com/en/developer/libftdi/download/ @@ -22,7 +21,7 @@ PYTHON_DESC= Build Python bindings BROKEN_sparc64= Does not build: fails to link -USES= cmake pkgconfig tar:bzip2 +USES= cmake gettext-runtime pkgconfig tar:bzip2 USE_LDCONFIG= yes PORTDOCS= COPYING.LIB ChangeLog README Modified: head/devel/libftdi1/distinfo ============================================================================== --- head/devel/libftdi1/distinfo Sat Aug 19 12:54:34 2017 (r448306) +++ head/devel/libftdi1/distinfo Sat Aug 19 13:05:17 2017 (r448307) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475137612 -SHA256 (libftdi1-1.3.tar.bz2) = 9a8c95c94bfbcf36584a0a58a6e2003d9b133213d9202b76aec76302ffaa81f4 -SIZE (libftdi1-1.3.tar.bz2) = 108549 +TIMESTAMP = 1503139208 +SHA256 (libftdi1-1.4.tar.bz2) = ec36fb49080f834690c24008328a5ef42d3cf584ef4060f3a35aa4681cb31b74 +SIZE (libftdi1-1.4.tar.bz2) = 109521 Modified: head/devel/libftdi1/pkg-descr ============================================================================== --- head/devel/libftdi1/pkg-descr Sat Aug 19 12:54:34 2017 (r448306) +++ head/devel/libftdi1/pkg-descr Sat Aug 19 13:05:17 2017 (r448307) @@ -4,4 +4,4 @@ FT232BM and FT245BM type chips including the popular b Note: When you get a -5 error "can't claim usb device" during ftdi_usb_open(), make sure the kernel ftdi_sio driver is unloaded. -WWW: http://www.intra2net.com/en/developer/libftdi/ +WWW: https://www.intra2net.com/en/developer/libftdi/ Modified: head/devel/libftdi1/pkg-plist ============================================================================== --- head/devel/libftdi1/pkg-plist Sat Aug 19 12:54:34 2017 (r448306) +++ head/devel/libftdi1/pkg-plist Sat Aug 19 13:05:17 2017 (r448307) @@ -21,11 +21,11 @@ include/libftdi1/ftdi.h lib/libftdi1.a lib/libftdi1.so lib/libftdi1.so.2 -lib/libftdi1.so.2.3.0 +lib/libftdi1.so.2.4.0 %%BOOST%%lib/libftdipp1.a %%BOOST%%lib/libftdipp1.so -%%BOOST%%lib/libftdipp1.so.2 -%%BOOST%%lib/libftdipp1.so.2.3.0 +%%BOOST%%lib/libftdipp1.so.3 +%%BOOST%%lib/libftdipp1.so.2.4.0 %%PORTDOCS%%%%DOCSDIR%%/example.conf %%PYTHON%%%%PYTHON_SITELIBDIR%%/_ftdi1.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/ftdi1.py Modified: head/devel/papilio-loader/Makefile ============================================================================== --- head/devel/papilio-loader/Makefile Sat Aug 19 12:54:34 2017 (r448306) +++ head/devel/papilio-loader/Makefile Sat Aug 19 13:05:17 2017 (r448307) @@ -3,6 +3,7 @@ PORTNAME= papilio-loader PORTVERSION= 2.8 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= mr@FreeBSD.org Modified: head/sysutils/flashrom/Makefile ============================================================================== --- head/sysutils/flashrom/Makefile Sat Aug 19 12:54:34 2017 (r448306) +++ head/sysutils/flashrom/Makefile Sat Aug 19 13:05:17 2017 (r448307) @@ -3,7 +3,7 @@ PORTNAME= flashrom PORTVERSION= 0.9.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://download.flashrom.org/releases/