1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Update to version 3.1.1.

This commit is contained in:
Boris Samorodov 2013-11-21 18:35:48 +00:00
parent ecfb6f5c63
commit 3ee0346495
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334508
3 changed files with 10 additions and 7 deletions

View File

@ -1,19 +1,17 @@
# $FreeBSD$
PORTNAME= libmodbus
PORTVERSION= 3.1.0
PORTVERSION= 3.1.1
CATEGORIES= comms
MASTER_SITES= http://libmodbus.org/site_media/build/
MAINTAINER= bsam@FreeBSD.org
COMMENT= Modbus library
LICENSE= LGPL21
USE_GITHUB= yes
GH_ACCOUNT= stephane
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= pathfix
USES= gmake pathfix
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (libmodbus-3.1.0.tar.gz) = 0ee9b40245a2a810de44f345580b7bfc54d79d9b2be60424bab84d5431098e4f
SIZE (libmodbus-3.1.0.tar.gz) = 521675
SHA256 (libmodbus-3.1.1.tar.gz) = 76d93aff749d6029f81dcf1fb3fd6abe10c9b48d376f3a03a4f41c5197c95c99
SIZE (libmodbus-3.1.1.tar.gz) = 595100

View File

@ -1,3 +1,4 @@
include/libmodbus/modbus.h
include/modbus/modbus-rtu.h
include/modbus/modbus-tcp.h
include/modbus/modbus-version.h
@ -13,11 +14,13 @@ man/man3/modbus_free.3.gz
man/man3/modbus_get_byte_from_bits.3.gz
man/man3/modbus_get_byte_timeout.3.gz
man/man3/modbus_get_float.3.gz
man/man3/modbus_get_float_dcba.3.gz
man/man3/modbus_get_header_length.3.gz
man/man3/modbus_get_response_timeout.3.gz
man/man3/modbus_get_socket.3.gz
man/man3/modbus_mapping_free.3.gz
man/man3/modbus_mapping_new.3.gz
man/man3/modbus_mask_write_register.3.gz
man/man3/modbus_new_rtu.3.gz
man/man3/modbus_new_tcp.3.gz
man/man3/modbus_new_tcp_pi.3.gz
@ -42,6 +45,7 @@ man/man3/modbus_set_byte_timeout.3.gz
man/man3/modbus_set_debug.3.gz
man/man3/modbus_set_error_recovery.3.gz
man/man3/modbus_set_float.3.gz
man/man3/modbus_set_float_dcba.3.gz
man/man3/modbus_set_response_timeout.3.gz
man/man3/modbus_set_slave.3.gz
man/man3/modbus_set_socket.3.gz
@ -54,3 +58,4 @@ man/man3/modbus_write_register.3.gz
man/man3/modbus_write_registers.3.gz
man/man7/libmodbus.7.gz
@dirrmtry include/modbus
@dirrmtry include/libmodbus