Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Apr 2021 23:54:29 GMT
From:      =?utf-8?B?Vmluw61jaXVzIFphdmFt?= <egypcio@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 276abcbfdd72 - main - devel/libqb: update 2.0.0 to 2.0.3
Message-ID:  <202104182354.13INsTRw052336@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by egypcio:

URL: https://cgit.FreeBSD.org/ports/commit/?id=276abcbfdd72c8ee3712e3ae4310d6580fe38ddf

commit 276abcbfdd72c8ee3712e3ae4310d6580fe38ddf
Author:     Vinícius Zavam <egypcio@FreeBSD.org>
AuthorDate: 2021-04-18 23:53:18 +0000
Commit:     Vinícius Zavam <egypcio@FreeBSD.org>
CommitDate: 2021-04-18 23:53:18 +0000

    devel/libqb: update 2.0.0 to 2.0.3
    
      while here, fixes portscout's check
      - present USE_GITHUB to this port's Makefile
    
    Reported by:    flo
---
 devel/libqb/Makefile  | 7 +++++--
 devel/libqb/distinfo  | 6 +++---
 devel/libqb/pkg-plist | 2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/devel/libqb/Makefile b/devel/libqb/Makefile
index 7a6f15a2cfd2..e053b4159582 100644
--- a/devel/libqb/Makefile
+++ b/devel/libqb/Makefile
@@ -1,8 +1,8 @@
 # Created by: David Shane Holden <dpejesh@yahoo.com>
 
 PORTNAME=		libqb
-PORTVERSION=		2.0.0
-MASTER_SITES=		https://github.com/ClusterLabs/libqb/releases/download/v2.0.0/
+DISTVERSIONPREFIX=	v
+DISTVERSION=		2.0.3
 CATEGORIES=		devel
 
 MAINTAINER=		egypcio@FreeBSD.org
@@ -21,8 +21,11 @@ PLIST_SUB+=		QB_SOCKET_DIR=${QB_SOCKET_DIR}
 
 USES=			autoreconf gmake libtool pathfix pkgconfig python
 USE_BINUTILS=		yes
+USE_GITHUB=		yes
 USE_LDCONFIG=		yes
 
+GH_ACCOUNT=		ClusterLabs
+
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS=		--with-socket-dir=${QB_SOCKET_DIR} \
 			PACKAGE_STRING="${PORTNAME} ${PORTVERSION}" \
diff --git a/devel/libqb/distinfo b/devel/libqb/distinfo
index 630a9eee8abb..bea873fc3c54 100644
--- a/devel/libqb/distinfo
+++ b/devel/libqb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1591514574
-SHA256 (libqb-2.0.0.tar.gz) = 8a744547433f26e43aac1b510584aa12ce575700a62d4e7e21a4ed2567b53232
-SIZE (libqb-2.0.0.tar.gz) = 801066
+TIMESTAMP = 1618789424
+SHA256 (ClusterLabs-libqb-v2.0.3_GH0.tar.gz) = 0e915679eb9476fe0afe3878f4c98bd57f84c454d19b62c9054a9ed955786256
+SIZE (ClusterLabs-libqb-v2.0.3_GH0.tar.gz) = 232760
diff --git a/devel/libqb/pkg-plist b/devel/libqb/pkg-plist
index 506e4cfc6055..041ef918f63a 100644
--- a/devel/libqb/pkg-plist
+++ b/devel/libqb/pkg-plist
@@ -15,7 +15,7 @@ include/qb/qbutil.h
 lib/libqb.a
 lib/libqb.so
 lib/libqb.so.100
-lib/libqb.so.100.0.0
+lib/libqb.so.100.2.0
 libdata/pkgconfig/libqb.pc
 %%DOXYGEN%%man/man3/qbarray.h.3.gz
 %%DOXYGEN%%man/man3/qbatomic.h.3.gz



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