Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jun 2020 07:39:41 +0000 (UTC)
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538146 - head/devel/libqb
Message-ID:  <202006070739.0577dfQQ073858@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <juraj@lutter.sk>
  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



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