Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jun 2020 14:12:50 +0000 (UTC)
From:      =?UTF-8?Q?Vin=c3=adcius_Zavam?= <egypcio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537483 - in head: devel/kronosnet net/corosync2 net/corosync3 net/pacemaker1 net/pacemaker2
Message-ID:  <202006011412.051ECoY2018945@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: egypcio
Date: Mon Jun  1 14:12:49 2020
New Revision: 537483
URL: https://svnweb.freebsd.org/changeset/ports/537483

Log:
  devel/kronosnet net/corosync* net/pacemaker*: follow changes in r537482

Modified:
  head/devel/kronosnet/Makefile
  head/net/corosync2/Makefile
  head/net/corosync2/Makefile.common
  head/net/corosync3/Makefile
  head/net/pacemaker1/Makefile
  head/net/pacemaker1/Makefile.common
  head/net/pacemaker2/Makefile

Modified: head/devel/kronosnet/Makefile
==============================================================================
--- head/devel/kronosnet/Makefile	Mon Jun  1 14:08:31 2020	(r537482)
+++ head/devel/kronosnet/Makefile	Mon Jun  1 14:12:49 2020	(r537483)
@@ -3,6 +3,7 @@
 
 PORTNAME=	kronosnet
 PORTVERSION=	1.15
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://kronosnet.org/releases/
 
@@ -15,7 +16,7 @@ LIB_DEPENDS=	liblzo2.so:archivers/lzo2 \
 		liblz4.so:archivers/liblz4 \
 		libnspr4.so:devel/nspr \
 		libnss3.so:security/nss \
-		libqb.so.0:devel/libqb \
+		libqb.so:devel/libqb \
 		libzstd.so:archivers/zstd
 
 USES=		autoreconf gmake localbase libtool pkgconfig ssl

Modified: head/net/corosync2/Makefile
==============================================================================
--- head/net/corosync2/Makefile	Mon Jun  1 14:08:31 2020	(r537482)
+++ head/net/corosync2/Makefile	Mon Jun  1 14:12:49 2020	(r537483)
@@ -2,6 +2,7 @@
 # $FreeBSD$
 
 PORTVERSION=		2.4.5
+PORTREVISION=		1
 PKGNAMESUFFIX=		2
 
 .include "${.CURDIR}/Makefile.common"

Modified: head/net/corosync2/Makefile.common
==============================================================================
--- head/net/corosync2/Makefile.common	Mon Jun  1 14:08:31 2020	(r537482)
+++ head/net/corosync2/Makefile.common	Mon Jun  1 14:12:49 2020	(r537483)
@@ -12,7 +12,7 @@ LICENSE=		BSD3CLAUSE
 
 LIB_DEPENDS=		libnspr4.so:devel/nspr \
 			libnss3.so:security/nss \
-			libqb.so.0:devel/libqb
+			libqb.so:devel/libqb
 
 TEST_DEPENDS=		augparse:textproc/augeas
 

Modified: head/net/corosync3/Makefile
==============================================================================
--- head/net/corosync3/Makefile	Mon Jun  1 14:08:31 2020	(r537482)
+++ head/net/corosync3/Makefile	Mon Jun  1 14:12:49 2020	(r537483)
@@ -2,6 +2,7 @@
 # $FreeBSD$
 
 PORTVERSION=		2.99.5
+PORTREVISION=		1
 PKGNAMESUFFIX=		3
 
 .include "${.CURDIR}/../corosync2/Makefile.common"

Modified: head/net/pacemaker1/Makefile
==============================================================================
--- head/net/pacemaker1/Makefile	Mon Jun  1 14:08:31 2020	(r537482)
+++ head/net/pacemaker1/Makefile	Mon Jun  1 14:12:49 2020	(r537483)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTVERSION=		1.1.22
-PORTREVISION=		1
+PORTREVISION=		2
 PKGNAMESUFFIX=		1
 
 .include "${.CURDIR}/Makefile.common"

Modified: head/net/pacemaker1/Makefile.common
==============================================================================
--- head/net/pacemaker1/Makefile.common	Mon Jun  1 14:08:31 2020	(r537482)
+++ head/net/pacemaker1/Makefile.common	Mon Jun  1 14:12:49 2020	(r537483)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=		bash:shells/bash \
 			getopt>=0:misc/getopt
 LIB_DEPENDS=		libgnutls.so:security/gnutls \
 			libltdl.so:devel/libltdl \
-			libqb.so.0:devel/libqb \
+			libqb.so:devel/libqb \
 			libuuid.so:misc/e2fsprogs-libuuid \
 			libxml2.so:textproc/libxml2 \
 			libxslt.so:textproc/libxslt

Modified: head/net/pacemaker2/Makefile
==============================================================================
--- head/net/pacemaker2/Makefile	Mon Jun  1 14:08:31 2020	(r537482)
+++ head/net/pacemaker2/Makefile	Mon Jun  1 14:12:49 2020	(r537483)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTVERSION=		2.0.3
-PORTREVISION=		1
+PORTREVISION=		2
 PKGNAMESUFFIX=		2
 
 .include "${.CURDIR}/../pacemaker1/Makefile.common"



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