aboutsummaryrefslogtreecommitdiff
path: root/sysutils
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 /sysutils
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 'sysutils')
-rw-r--r--sysutils/burp/Makefile2
-rw-r--r--sysutils/duplicity/Makefile2
-rw-r--r--sysutils/rdiff-backup-devel/Makefile2
-rw-r--r--sysutils/rdiff-backup/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/burp/Makefile b/sysutils/burp/Makefile
index 5e70abed9efb..7451ab4b7913 100644
--- a/sysutils/burp/Makefile
+++ b/sysutils/burp/Makefile
@@ -13,7 +13,7 @@ LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/include/uthash.h:devel/uthash
-LIB_DEPENDS= librsync.so:net/librsync1
+LIB_DEPENDS= librsync.so:net/librsync2
OPTIONS_DEFINE= IPV6
diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile
index d1ca2f067800..94635485f7c8 100644
--- a/sysutils/duplicity/Makefile
+++ b/sysutils/duplicity/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://launchpad.net/duplicity/0.7-series/${PORTVERSION}/+download
MAINTAINER= ports@FreeBSD.org
COMMENT= Backup tool that uses librsync and GnuPG
-LIB_DEPENDS= librsync.so:net/librsync1
+LIB_DEPENDS= librsync.so:net/librsync2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lockfile>=0:devel/py-lockfile
USES= python:2
diff --git a/sysutils/rdiff-backup-devel/Makefile b/sysutils/rdiff-backup-devel/Makefile
index 9748eebb0ef1..41e88e0c09e8 100644
--- a/sysutils/rdiff-backup-devel/Makefile
+++ b/sysutils/rdiff-backup-devel/Makefile
@@ -15,7 +15,7 @@ COMMENT= Local/remote mirroring+incremental backup
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= librsync.so:net/librsync1
+LIB_DEPENDS= librsync.so:net/librsync2
CONFLICTS= rdiff-backup-[0-9]*
diff --git a/sysutils/rdiff-backup/Makefile b/sysutils/rdiff-backup/Makefile
index befd0ebadafa..9d98a2dc6629 100644
--- a/sysutils/rdiff-backup/Makefile
+++ b/sysutils/rdiff-backup/Makefile
@@ -14,7 +14,7 @@ COMMENT= Local/remote mirroring+incremental backup
LICENSE= GPLv2
-LIB_DEPENDS= librsync.so:net/librsync1
+LIB_DEPENDS= librsync.so:net/librsync2
CONFLICTS= rdiff-backup-devel-[0-9]* rdiff-backup-1.0*