aboutsummaryrefslogtreecommitdiff
path: root/net/librsync
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2017-01-24 19:44:33 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2017-01-24 19:44:33 +0000
commit37fc8ecec925dbe60385f0669f699b866b1d6af7 (patch)
tree4561e0ddaf3d8187ac69d369bb6a471e4f858e90 /net/librsync
parenta29bdb5e319edd6304707d695541e4d65a14209a (diff)
downloadports-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/librsync')
-rw-r--r--net/librsync/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/librsync/Makefile b/net/librsync/Makefile
index 07603ee185f6..5074cad7fd2b 100644
--- a/net/librsync/Makefile
+++ b/net/librsync/Makefile
@@ -12,7 +12,7 @@ COMMENT= Library for delta compression of streams
LIB_DEPENDS= libpopt.so:devel/popt
-CONFLICTS= librsync1-*
+CONFLICTS= librsync1-[0-9]* librsync2-[0-9]*
USES= gmake libtool
USE_CSTD= gnu89