From owner-svn-ports-all@freebsd.org Sun Jun 7 07:39:41 2020 Return-Path: Delivered-To: svn-ports-all@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 E7EEA34BC87; Sun, 7 Jun 2020 07:39:41 +0000 (UTC) (envelope-from flo@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49fpDs5vYgz45s5; Sun, 7 Jun 2020 07:39:41 +0000 (UTC) (envelope-from flo@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 C5F10F7C9; Sun, 7 Jun 2020 07:39:41 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0577df85073860; Sun, 7 Jun 2020 07:39:41 GMT (envelope-from flo@FreeBSD.org) Received: (from flo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0577dfQQ073858; Sun, 7 Jun 2020 07:39:41 GMT (envelope-from flo@FreeBSD.org) Message-Id: <202006070739.0577dfQQ073858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: flo set sender to flo@FreeBSD.org using -f From: Florian Smeets Date: Sun, 7 Jun 2020 07:39:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538146 - head/devel/libqb X-SVN-Group: ports-head X-SVN-Commit-Author: flo X-SVN-Commit-Paths: head/devel/libqb X-SVN-Commit-Revision: 538146 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2020 07:39:42 -0000 Author: flo Date: Sun Jun 7 07:39:41 2020 New Revision: 538146 URL: https://svnweb.freebsd.org/changeset/ports/538146 Log: Fix build/distinfo. Switch to using the release tarball instead of using the GitHub tag, as I don't have the original tarball that was used to generate the distinfo for the upgrade to 2.0. The release tarball has sha256 signatures posted and they match with what is being committed now. PR: 246916 Reported by: Juraj Lutter Approved by: blanket approval, tivial build fixes Modified: head/devel/libqb/Makefile head/devel/libqb/distinfo Modified: head/devel/libqb/Makefile ============================================================================== --- head/devel/libqb/Makefile Sun Jun 7 06:56:40 2020 (r538145) +++ head/devel/libqb/Makefile Sun Jun 7 07:39:41 2020 (r538146) @@ -3,7 +3,7 @@ PORTNAME= libqb PORTVERSION= 2.0.0 -DISTVERSIONPREFIX= v +MASTER_SITES= https://github.com/ClusterLabs/libqb/releases/download/v2.0.0/ CATEGORIES= devel MAINTAINER= egypcio@FreeBSD.org @@ -23,8 +23,6 @@ PLIST_SUB+= QB_SOCKET_DIR=${QB_SOCKET_DIR} USES= autoreconf gmake libtool pathfix pkgconfig python USE_BINUTILS= yes USE_LDCONFIG= yes -USE_GITHUB= yes -GH_ACCOUNT= ClusterLabs GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-socket-dir=${QB_SOCKET_DIR} \ Modified: head/devel/libqb/distinfo ============================================================================== --- head/devel/libqb/distinfo Sun Jun 7 06:56:40 2020 (r538145) +++ head/devel/libqb/distinfo Sun Jun 7 07:39:41 2020 (r538146) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590421343 -SHA256 (ClusterLabs-libqb-v2.0.0_GH0.tar.gz) = 46c30f1ed9bebe8bd834b40cea3378b3cbd46d6c5f463480ec4e8f5aecedcb29 -SIZE (ClusterLabs-libqb-v2.0.0_GH0.tar.gz) = 233996 +TIMESTAMP = 1591514574 +SHA256 (libqb-2.0.0.tar.gz) = 8a744547433f26e43aac1b510584aa12ce575700a62d4e7e21a4ed2567b53232 +SIZE (libqb-2.0.0.tar.gz) = 801066