aboutsummaryrefslogtreecommitdiff
path: root/comms/libmodbus
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update WWWDmitry Marakasov2020-04-063-3/+5
| | | | | | | | | | - Pet portlint - Add missing manpage to plist Approved by: portmgr blanket Notes: svn path=/head/; revision=530873
* comms/libmodbus: Update to version 3.1.6Boris Samorodov2019-12-042-5/+4
| | | | Notes: svn path=/head/; revision=519004
* comms/libmodbus: Spell LICENSE_FILE correctlyTobias Kortkamp2019-05-251-1/+1
| | | | Notes: svn path=/head/; revision=502553
* - Fix LICENSEDmitry Marakasov2016-11-282-1/+20
| | | | | | | | | | - Add LICENSE_FILE - Add missing files to plist Approved by: portmgr blanket Notes: svn path=/head/; revision=427306
* comms/libmodbus: Update to version 3.1.4.Boris Samorodov2016-09-073-6/+7
| | | | Notes: svn path=/head/; revision=421489
* comms/libmodbus: strip a library while install and remove @dirrmtry'sBoris Samorodov2014-09-222-2/+1
| | | | Notes: svn path=/head/; revision=368942
* - Switch comms/libmodbus to USES=libtool, drop .la filesDmitry Marakasov2014-08-152-3/+4
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=365006
* Update to version 3.1.1.Boris Samorodov2013-11-213-7/+10
| | | | Notes: svn path=/head/; revision=334508
* STAGE'ify comms/libmodbus.Boris Samorodov2013-09-242-29/+56
| | | | Notes: svn path=/head/; revision=328142
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | comms) Notes: svn path=/head/; revision=327714
* Use the power of USES=pathfix instead of the file patch.Boris Samorodov2013-05-142-11/+1
| | | | | | | | PR: ports/178610 Submitted by: jgh (thanks!) Notes: svn path=/head/; revision=318145
* Libmodbus is a C library designed to provide a fast and robustBoris Samorodov2013-05-134-0/+64
implementation of the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, QNX and Windows. WWW: http://libmodbus.org/ Notes: svn path=/head/; revision=318133