svn commit: r533778 - in head/comms/ebusd: . files
Oleksii Samorukov
samm at FreeBSD.org
Sun May 3 13:20:07 UTC 2020
Author: samm
Date: Sun May 3 13:20:06 2020
New Revision: 533778
URL: https://svnweb.freebsd.org/changeset/ports/533778
Log:
comms/ebusd - update to 3.4
- Update to the 3.4 version (see https://github.com/john30/ebusd/blob/master/ChangeLog.md)
- Remove patches merged by the upstream
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D24678
Deleted:
head/comms/ebusd/files/patch-src_lib_ebus_device.cpp
head/comms/ebusd/files/patch-src_lib_ebus_device.h
head/comms/ebusd/files/patch-src_lib_utils_tcpsocket.h
Modified:
head/comms/ebusd/Makefile
head/comms/ebusd/distinfo
head/comms/ebusd/files/patch-configure.ac
Modified: head/comms/ebusd/Makefile
==============================================================================
--- head/comms/ebusd/Makefile Sun May 3 13:16:22 2020 (r533777)
+++ head/comms/ebusd/Makefile Sun May 3 13:20:06 2020 (r533778)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= ebusd
-PORTVERSION= 3.3
+PORTVERSION= 3.4
DISTVERSIONPREFIX= v
CATEGORIES= comms
Modified: head/comms/ebusd/distinfo
==============================================================================
--- head/comms/ebusd/distinfo Sun May 3 13:16:22 2020 (r533777)
+++ head/comms/ebusd/distinfo Sun May 3 13:20:06 2020 (r533778)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1569925578
-SHA256 (john30-ebusd-v3.3_GH0.tar.gz) = 48669140cfafbe060c765b4530018b30f07e1b074dbce00b205a8f2a22dee573
-SIZE (john30-ebusd-v3.3_GH0.tar.gz) = 696172
+TIMESTAMP = 1588504293
+SHA256 (john30-ebusd-v3.4_GH0.tar.gz) = 38d69e8687ab98cd6cfcadc6ca1b1949ce29a0efa51f82e3e38777a1f99b28ae
+SIZE (john30-ebusd-v3.4_GH0.tar.gz) = 462066
Modified: head/comms/ebusd/files/patch-configure.ac
==============================================================================
--- head/comms/ebusd/files/patch-configure.ac Sun May 3 13:16:22 2020 (r533777)
+++ head/comms/ebusd/files/patch-configure.ac Sun May 3 13:20:06 2020 (r533778)
@@ -1,13 +1,5 @@
--- configure.ac.orig 2018-12-26 15:38:15 UTC
+++ configure.ac
-@@ -36,6 +36,7 @@ AC_SUBST(EXTRA_LIBS)
- AC_CHECK_FUNC([pselect], [AC_DEFINE(HAVE_PSELECT, [1], [Defined if pselect() is available.])])
- AC_CHECK_FUNC([ppoll], [AC_DEFINE(HAVE_PPOLL, [1], [Defined if ppoll() is available.])])
- AC_CHECK_HEADER([linux/serial.h], [AC_DEFINE(HAVE_LINUX_SERIAL, [1], [Defined if linux/serial.h is available.])])
-+AC_CHECK_HEADER([dev/usb/uftdiio.h], [AC_DEFINE(HAVE_FREEBSD_UFTDI, [1], [Defined if dev/usb/uftdiio.h is available.])])
-
- AC_ARG_ENABLE(coverage, AS_HELP_STRING([--enable-coverage], [enable code coverage tracking]), [CXXFLAGS+=" -coverage -O0"], [])
- AC_ARG_WITH(contrib, AS_HELP_STRING([--without-contrib], [disable inclusion of contributed sources]), [], [with_contrib=yes])
@@ -118,7 +119,7 @@ AM_COND_IF([CONTRIB], [AC_CONFIG_FILES([
])])
More information about the svn-ports-all
mailing list