From owner-svn-ports-head@freebsd.org Thu Oct 13 20:52:07 2016 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 5AA2BC102B6; Thu, 13 Oct 2016 20:52:07 +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 12D6B836; Thu, 13 Oct 2016 20:52:07 +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 u9DKq6dw023247; Thu, 13 Oct 2016 20:52:06 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DKq6SA023244; Thu, 13 Oct 2016 20:52:06 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610132052.u9DKq6SA023244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Thu, 13 Oct 2016 20:52:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423939 - head/devel/libftdi1 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.23 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: Thu, 13 Oct 2016 20:52:07 -0000 Author: bsam Date: Thu Oct 13 20:52:05 2016 New Revision: 423939 URL: https://svnweb.freebsd.org/changeset/ports/423939 Log: devel/libftdi1: Update to version 1.3. Modified: head/devel/libftdi1/Makefile head/devel/libftdi1/distinfo head/devel/libftdi1/pkg-plist Modified: head/devel/libftdi1/Makefile ============================================================================== --- head/devel/libftdi1/Makefile Thu Oct 13 20:46:23 2016 (r423938) +++ head/devel/libftdi1/Makefile Thu Oct 13 20:52:05 2016 (r423939) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libftdi1 -PORTVERSION= 1.1 +PORTVERSION= 1.3 CATEGORIES= devel MASTER_SITES= http://www.intra2net.com/en/developer/libftdi/download/ Modified: head/devel/libftdi1/distinfo ============================================================================== --- head/devel/libftdi1/distinfo Thu Oct 13 20:46:23 2016 (r423938) +++ head/devel/libftdi1/distinfo Thu Oct 13 20:52:05 2016 (r423939) @@ -1,2 +1,3 @@ -SHA256 (libftdi1-1.1.tar.bz2) = c0b1af1a13e2c6682a1d8041e5b164a1e0d90267cd378bb51e059bd62f821e21 -SIZE (libftdi1-1.1.tar.bz2) = 99690 +TIMESTAMP = 1475137612 +SHA256 (libftdi1-1.3.tar.bz2) = 9a8c95c94bfbcf36584a0a58a6e2003d9b133213d9202b76aec76302ffaa81f4 +SIZE (libftdi1-1.3.tar.bz2) = 108549 Modified: head/devel/libftdi1/pkg-plist ============================================================================== --- head/devel/libftdi1/pkg-plist Thu Oct 13 20:46:23 2016 (r423938) +++ head/devel/libftdi1/pkg-plist Thu Oct 13 20:52:05 2016 (r423939) @@ -14,18 +14,21 @@ bin/libftdi1-config libdata/pkgconfig/libftdi1.pc libdata/pkgconfig/libftdipp1.pc lib/cmake/libftdi1/LibFTDI1Config.cmake +lib/cmake/libftdi1/LibFTDI1ConfigVersion.cmake lib/cmake/libftdi1/UseLibFTDI1.cmake include/libftdi1/ftdi.h %%BOOST%%include/libftdi1/ftdi.hpp lib/libftdi1.a lib/libftdi1.so lib/libftdi1.so.2 -lib/libftdi1.so.2.1.0 +lib/libftdi1.so.2.3.0 %%BOOST%%lib/libftdipp1.a %%BOOST%%lib/libftdipp1.so %%BOOST%%lib/libftdipp1.so.2 -%%BOOST%%lib/libftdipp1.so.2.1.0 +%%BOOST%%lib/libftdipp1.so.2.3.0 +%%PORTDOCS%%%%DOCSDIR%%/example.conf %%PYTHON%%%%PYTHON_SITELIBDIR%%/_ftdi1.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/ftdi1.py +%%PYTHON%%share/libftdi/examples/cbus.py %%PYTHON%%share/libftdi/examples/complete.py %%PYTHON%%share/libftdi/examples/simple.py