svn commit: r448307 - in head: devel/arduino-avrdude devel/avrdude devel/libftdi1 devel/papilio-loader sysutils/flashrom
Boris Samorodov
bsam at FreeBSD.org
Sat Aug 19 13:05:19 UTC 2017
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 at 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/
More information about the svn-ports-all
mailing list