Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 2020 11:58:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530278 - in head: . net net/librsync net/librsync2 sysutils/burp sysutils/burp-devel sysutils/duplicity sysutils/duplicity07 sysutils/rdiff-backup
Message-ID:  <202004021158.032Bwi4P032468@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Apr  2 11:58:44 2020
New Revision: 530278
URL: https://svnweb.freebsd.org/changeset/ports/530278

Log:
  Move net/librsync2 to net/librsync
  
  - Bump PORTREVISION of dependent ports for dependency change
  
  net/librsync was removed from ports tree almost 3 years ago.
  
  from MOVED:
  net/librsync|net/librsync2|2017-04-28|Unmaintained, CVE-2014-8242, use net/librsync2 instead

Added:
  head/net/librsync/
     - copied from r530277, head/net/librsync2/
Deleted:
  head/net/librsync2/
Modified:
  head/MOVED
  head/net/Makefile
  head/net/librsync/Makefile
  head/sysutils/burp-devel/Makefile
  head/sysutils/burp/Makefile
  head/sysutils/duplicity/Makefile
  head/sysutils/duplicity07/Makefile
  head/sysutils/rdiff-backup/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Thu Apr  2 11:56:27 2020	(r530277)
+++ head/MOVED	Thu Apr  2 11:58:44 2020	(r530278)
@@ -9129,7 +9129,6 @@ security/py-crits||2017-04-19|Has expired: Does not bu
 www/py-cactus||2017-04-19|Removed, depends on expired Django version
 devel/py-django16-tastypie-mongoengine|devel/py-django-tastypie-mongoengine|2017-04-19|Removed, uses expired Django version
 devel/freeocl|lang/pocl|2017-04-19|Has expired: Unfetchable for more than six months (google code has gone away); use lang/pocl instead
-net/librsync|net/librsync2|2017-04-28|Unmaintained, CVE-2014-8242, use net/librsync2 instead
 devel/stormlib-ghost++||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away)
 devel/py-coil||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away)
 devel/py-cmdln||2017-04-30|Has expired: Unfetchable for more than six months (google code has gone away)
@@ -14521,3 +14520,4 @@ databases/mongodb34-tools|databases/mongodb36-tools|20
 databases/py-pypuppetdb03|databases/py-pypuppetdb|2020-04-01|Has expired: Use databases/py-pypuppetdb instead
 www/py-puppetboard02|www/py-puppetboard|2020-04-01|Has expired: Use www/py-puppetboard instead
 www/py-puppetboard03|www/py-puppetboard|2020-04-01|Has expired: Use www/py-puppetboard instead
+net/librsync2|net/librsync|2020-04-02|Remove PKGNAMESUFFIX 3 years after librsync removal

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Thu Apr  2 11:56:27 2020	(r530277)
+++ head/net/Makefile	Thu Apr  2 11:58:44 2020	(r530278)
@@ -399,7 +399,7 @@
     SUBDIR += libproxy-python
     SUBDIR += libproxy-webkit3
     SUBDIR += librdkafka
-    SUBDIR += librsync2
+    SUBDIR += librsync
     SUBDIR += libsignal
     SUBDIR += libsocket++
     SUBDIR += libsrtp2

Modified: head/net/librsync/Makefile
==============================================================================
--- head/net/librsync2/Makefile	Thu Apr  2 11:56:27 2020	(r530277)
+++ head/net/librsync/Makefile	Thu Apr  2 11:58:44 2020	(r530278)
@@ -4,9 +4,7 @@
 PORTNAME=	librsync
 PORTVERSION=	2.2.1
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
 CATEGORIES=	net devel
-PKGNAMESUFFIX=	2
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Library for delta compression of streams
@@ -19,8 +17,6 @@ LIB_DEPENDS=	libpopt.so:devel/popt
 USES=		compiler:c11 cmake
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
-
-CONFLICTS=	librsync-[0-9]* librsync1-[0-9]*
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librsync.so.${PORTVERSION}

Modified: head/sysutils/burp-devel/Makefile
==============================================================================
--- head/sysutils/burp-devel/Makefile	Thu Apr  2 11:56:27 2020	(r530277)
+++ head/sysutils/burp-devel/Makefile	Thu Apr  2 11:58:44 2020	(r530278)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTVERSION=	2.3.24
-PORTREVISION=	0	#this is a slave port that needs PORTREVISION to be tracked separately
+PORTREVISION=	1	#this is a slave port that needs PORTREVISION to be tracked separately
 PKGNAMESUFFIX=	-devel
 
 COMMENT=	Network backup and restore program (development)

Modified: head/sysutils/burp/Makefile
==============================================================================
--- head/sysutils/burp/Makefile	Thu Apr  2 11:56:27 2020	(r530277)
+++ head/sysutils/burp/Makefile	Thu Apr  2 11:58:44 2020	(r530278)
@@ -5,7 +5,7 @@ PORTNAME=	burp
 PORTVERSION?=	2.2.18
 # whenever PORTREVISION is increased,
 # sysutils/burp-devel's PKGVERSION must also increase
-PORTREVISION?=	3
+PORTREVISION?=	4
 CATEGORIES=	sysutils
 
 MAINTAINER=	salvadore@FreeBSD.org
@@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${LOCALBASE}/include/uthash.h:devel/uthash \
 		${LOCALBASE}/include/yajl/yajl_common.h:devel/yajl
-LIB_DEPENDS=	librsync.so:net/librsync2
+LIB_DEPENDS=	librsync.so:net/librsync
 RUN_DEPENDS=	bash:shells/bash
 
 USES=		autoreconf gmake libtool ncurses pkgconfig ssl

Modified: head/sysutils/duplicity/Makefile
==============================================================================
--- head/sysutils/duplicity/Makefile	Thu Apr  2 11:56:27 2020	(r530277)
+++ head/sysutils/duplicity/Makefile	Thu Apr  2 11:58:44 2020	(r530278)
@@ -4,6 +4,7 @@
 PORTNAME=	duplicity
 PORTVERSION=	0.8.12
 DISTVERSIONSUFFIX=	.1612
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	https://code.launchpad.net/duplicity/0.8-series/${PORTVERSION}/+download/
 
@@ -13,7 +14,7 @@ COMMENT=	Backup tool that uses librsync and GnuPG
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	librsync.so:net/librsync2
+LIB_DEPENDS=	librsync.so:net/librsync
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fasteners>=0:devel/py-fasteners@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}paramiko>=0:security/py-paramiko@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} \

Modified: head/sysutils/duplicity07/Makefile
==============================================================================
--- head/sysutils/duplicity07/Makefile	Thu Apr  2 11:56:27 2020	(r530277)
+++ head/sysutils/duplicity07/Makefile	Thu Apr  2 11:58:44 2020	(r530278)
@@ -3,7 +3,7 @@
 
 PORTNAME=	duplicity
 PORTVERSION=	0.7.19
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://launchpad.net/duplicity/0.7-series/${PORTVERSION}/+download/
 PKGNAMESUFFIX=	07
@@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 DEPRECATED=	Uses deprecated version of Python
 EXPIRATION_DATE=2020-06-20
 
-LIB_DEPENDS=	librsync.so:net/librsync2
+LIB_DEPENDS=	librsync.so:net/librsync
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fasteners>=0:devel/py-fasteners@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}paramiko>=1.7.7.1:security/py-paramiko@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR}

Modified: head/sysutils/rdiff-backup/Makefile
==============================================================================
--- head/sysutils/rdiff-backup/Makefile	Thu Apr  2 11:56:27 2020	(r530277)
+++ head/sysutils/rdiff-backup/Makefile	Thu Apr  2 11:58:44 2020	(r530278)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rdiff-backup
 PORTVERSION=	1.2.8
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	SAVANNAH \
@@ -17,7 +17,7 @@ LICENSE=	GPLv2
 DEPRECATED=	Uses deprecated version of python
 EXPIRATION_DATE=	2020-09-15
 
-LIB_DEPENDS=	librsync.so:net/librsync2
+LIB_DEPENDS=	librsync.so:net/librsync
 
 CONFLICTS=	rdiff-backup-devel-[0-9]* rdiff-backup-1.0*
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004021158.032Bwi4P032468>