diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2017-01-24 19:44:33 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2017-01-24 19:44:33 +0000 |
commit | 37fc8ecec925dbe60385f0669f699b866b1d6af7 (patch) | |
tree | 4561e0ddaf3d8187ac69d369bb6a471e4f858e90 /net/Makefile | |
parent | a29bdb5e319edd6304707d695541e4d65a14209a (diff) | |
download | ports-37fc8ecec925dbe60385f0669f699b866b1d6af7.tar.gz ports-37fc8ecec925dbe60385f0669f699b866b1d6af7.zip |
- Update librsync to 2.0.0 and move to net/librsync2.
This is ABI-compatible with 1.0.0, but due to an accident
upstream with releasing 1.0.1 with a reversed shlib version,
they released 2.0.0 with only a restoration of the shlib
version of 2.
Submitted by: Danilo G. Baio (dbaio) <dbaio@bsd.com.br>
Notes
Notes:
svn path=/head/; revision=432379
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index d6ec562eb479..f1186ecd769d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -363,7 +363,7 @@ SUBDIR += librdkafka SUBDIR += librouteros SUBDIR += librsync - SUBDIR += librsync1 + SUBDIR += librsync2 SUBDIR += libsocket++ SUBDIR += libsocketcpp SUBDIR += libsrtp |