From owner-svn-ports-head@freebsd.org Tue Feb 4 17:11:36 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A71CD22C3DF; Tue, 4 Feb 2020 17:11:36 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Brp03z0kz49CZ; Tue, 4 Feb 2020 17:11:36 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8328A1D0B0; Tue, 4 Feb 2020 17:11:36 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 014HBaKq066684; Tue, 4 Feb 2020 17:11:36 GMT (envelope-from egypcio@FreeBSD.org) Received: (from egypcio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 014HBZwf066682; Tue, 4 Feb 2020 17:11:35 GMT (envelope-from egypcio@FreeBSD.org) Message-Id: <202002041711.014HBZwf066682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: egypcio set sender to egypcio@FreeBSD.org using -f From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= Date: Tue, 4 Feb 2020 17:11:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525178 - head/devel/libqb X-SVN-Group: ports-head X-SVN-Commit-Author: egypcio X-SVN-Commit-Paths: head/devel/libqb X-SVN-Commit-Revision: 525178 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2020 17:11:36 -0000 Author: egypcio Date: Tue Feb 4 17:11:35 2020 New Revision: 525178 URL: https://svnweb.freebsd.org/changeset/ports/525178 Log: devel/libqb: update 1.0.3_1 to 1.0.5 * while here, adopt the port; * present USE_GIHUB. PR: 243878 Modified: head/devel/libqb/Makefile head/devel/libqb/distinfo head/devel/libqb/pkg-plist Modified: head/devel/libqb/Makefile ============================================================================== --- head/devel/libqb/Makefile Tue Feb 4 16:29:33 2020 (r525177) +++ head/devel/libqb/Makefile Tue Feb 4 17:11:35 2020 (r525178) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= libqb -PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTVERSION= 1.0.5 +DISTVERSIONPREFIX= v CATEGORIES= devel -MASTER_SITES= https://github.com/ClusterLabs/libqb/releases/download/v${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= egypcio@FreeBSD.org COMMENT= High performance logging, tracing, ipc, and polling library LICENSE= LGPL21 @@ -20,9 +19,12 @@ GROUPS= haclient QB_SOCKET_DIR?= /var/run/qb PLIST_SUB+= QB_SOCKET_DIR=${QB_SOCKET_DIR} +USES= autoreconf gmake libtool pathfix pkgconfig tar:xz USE_BINUTILS= yes USE_LDCONFIG= yes -USES= autoreconf gmake libtool pathfix pkgconfig tar:xz +USE_GITHUB= yes +GH_ACCOUNT= ClusterLabs + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-socket-dir=${QB_SOCKET_DIR} LDFLAGS+= -B${LOCALBASE}/bin Modified: head/devel/libqb/distinfo ============================================================================== --- head/devel/libqb/distinfo Tue Feb 4 16:29:33 2020 (r525177) +++ head/devel/libqb/distinfo Tue Feb 4 17:11:35 2020 (r525178) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526140064 -SHA256 (libqb-1.0.3.tar.xz) = a02ba8564ba4bfe9a10bbc03d4f0952c2a73a5e674441b4ac8d19dfe54eaf4f7 -SIZE (libqb-1.0.3.tar.xz) = 490360 +TIMESTAMP = 1580833859 +SHA256 (ClusterLabs-libqb-v1.0.5_GH0.tar.gz) = f6203901e9ace24a759bdd6ed8ba414b98f8366c10d7600007774410ae9ba597 +SIZE (ClusterLabs-libqb-v1.0.5_GH0.tar.gz) = 228182 Modified: head/devel/libqb/pkg-plist ============================================================================== --- head/devel/libqb/pkg-plist Tue Feb 4 16:29:33 2020 (r525177) +++ head/devel/libqb/pkg-plist Tue Feb 4 17:11:35 2020 (r525178) @@ -15,7 +15,7 @@ include/qb/qbutil.h lib/libqb.a lib/libqb.so lib/libqb.so.0 -lib/libqb.so.0.19.0 +lib/libqb.so.0.19.2 libdata/pkgconfig/libqb.pc %%DOXYGEN%%man/man3/qbarray.h.3.gz %%DOXYGEN%%man/man3/qbatomic.h.3.gz