From owner-svn-ports-all@freebsd.org Wed Sep 7 11:04:49 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 157C9BCF65A; Wed, 7 Sep 2016 11:04:49 +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 C19D2683; Wed, 7 Sep 2016 11:04:48 +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 u87B4mSt042196; Wed, 7 Sep 2016 11:04:48 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u87B4lVW042193; Wed, 7 Sep 2016 11:04:47 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201609071104.u87B4lVW042193@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Wed, 7 Sep 2016 11:04:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421489 - head/comms/libmodbus 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: Wed, 07 Sep 2016 11:04:49 -0000 Author: bsam Date: Wed Sep 7 11:04:47 2016 New Revision: 421489 URL: https://svnweb.freebsd.org/changeset/ports/421489 Log: comms/libmodbus: Update to version 3.1.4. Modified: head/comms/libmodbus/Makefile head/comms/libmodbus/distinfo head/comms/libmodbus/pkg-plist Modified: head/comms/libmodbus/Makefile ============================================================================== --- head/comms/libmodbus/Makefile Wed Sep 7 10:31:10 2016 (r421488) +++ head/comms/libmodbus/Makefile Wed Sep 7 11:04:47 2016 (r421489) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libmodbus -PORTVERSION= 3.1.1 -PORTREVISION= 1 +PORTVERSION= 3.1.4 CATEGORIES= comms MASTER_SITES= http://libmodbus.org/site_media/build/ @@ -11,6 +10,9 @@ COMMENT= Modbus library LICENSE= LGPL21 +BUILD_DEPENDS= a2x:textproc/asciidoc \ + xmlto:textproc/xmlto + GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= gmake libtool pathfix Modified: head/comms/libmodbus/distinfo ============================================================================== --- head/comms/libmodbus/distinfo Wed Sep 7 10:31:10 2016 (r421488) +++ head/comms/libmodbus/distinfo Wed Sep 7 11:04:47 2016 (r421489) @@ -1,2 +1,3 @@ -SHA256 (libmodbus-3.1.1.tar.gz) = 76d93aff749d6029f81dcf1fb3fd6abe10c9b48d376f3a03a4f41c5197c95c99 -SIZE (libmodbus-3.1.1.tar.gz) = 595100 +TIMESTAMP = 1464558272 +SHA256 (libmodbus-3.1.4.tar.gz) = c8c862b0e9a7ba699a49bc98f62bdffdfafd53a5716c0e162696b4bf108d3637 +SIZE (libmodbus-3.1.4.tar.gz) = 471576 Modified: head/comms/libmodbus/pkg-plist ============================================================================== --- head/comms/libmodbus/pkg-plist Wed Sep 7 10:31:10 2016 (r421488) +++ head/comms/libmodbus/pkg-plist Wed Sep 7 11:04:47 2016 (r421489) @@ -1,4 +1,3 @@ -include/libmodbus/modbus.h include/modbus/modbus-rtu.h include/modbus/modbus-tcp.h include/modbus/modbus-version.h @@ -30,7 +29,6 @@ man/man3/modbus_read_input_registers.3.g man/man3/modbus_read_registers.3.gz man/man3/modbus_receive.3.gz man/man3/modbus_receive_confirmation.3.gz -man/man3/modbus_receive_from.3.gz man/man3/modbus_reply.3.gz man/man3/modbus_reply_exception.3.gz man/man3/modbus_report_slave_id.3.gz