- Switch comms/libmodbus to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed Approved by: portmgr blanket
This commit is contained in:
parent
3cb467d98c
commit
455ce7795f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365006
3 changed files with 5 additions and 4 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= libmodbus
|
||||
PORTVERSION= 3.1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= http://libmodbus.org/site_media/build/
|
||||
|
||||
|
@ -12,6 +13,6 @@ LICENSE= LGPL21
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= gmake pathfix
|
||||
USES= gmake libtool pathfix
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -3,9 +3,9 @@ include/modbus/modbus-rtu.h
|
|||
include/modbus/modbus-tcp.h
|
||||
include/modbus/modbus-version.h
|
||||
include/modbus/modbus.h
|
||||
lib/libmodbus.la
|
||||
lib/libmodbus.so
|
||||
lib/libmodbus.so.6
|
||||
lib/libmodbus.so.5
|
||||
lib/libmodbus.so.5.1.0
|
||||
libdata/pkgconfig/libmodbus.pc
|
||||
man/man3/modbus_close.3.gz
|
||||
man/man3/modbus_connect.3.gz
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= collectd
|
||||
PORTVERSION= 5.4.1
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://collectd.org/files/
|
||||
PKGNAMESUFFIX= 5
|
||||
|
|
Loading…
Reference in a new issue