From owner-svn-ports-all@freebsd.org Mon May 14 09:04:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0427FE2C92; Mon, 14 May 2018 09:04:37 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5697488620; Mon, 14 May 2018 09:04:37 +0000 (UTC) (envelope-from vanilla@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 37CE81A0FD; Mon, 14 May 2018 09:04:37 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4E94bFM091458; Mon, 14 May 2018 09:04:37 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4E94aWt091456; Mon, 14 May 2018 09:04:36 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201805140904.w4E94aWt091456@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 14 May 2018 09:04:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469866 - head/devel/libqb X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/devel/libqb X-SVN-Commit-Revision: 469866 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.26 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: Mon, 14 May 2018 09:04:37 -0000 Author: vanilla Date: Mon May 14 09:04:36 2018 New Revision: 469866 URL: https://svnweb.freebsd.org/changeset/ports/469866 Log: change to distribution tarball. PR: 227563 Submitted by: maintainer Modified: head/devel/libqb/Makefile head/devel/libqb/distinfo Modified: head/devel/libqb/Makefile ============================================================================== --- head/devel/libqb/Makefile Mon May 14 09:04:05 2018 (r469865) +++ head/devel/libqb/Makefile Mon May 14 09:04:36 2018 (r469866) @@ -3,7 +3,9 @@ PORTNAME= libqb PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= devel +MASTER_SITES= https://github.com/ClusterLabs/libqb/releases/download/v${PORTVERSION}/ MAINTAINER= dpejesh@yahoo.com COMMENT= High performance logging, tracing, ipc, and polling library @@ -17,10 +19,6 @@ GROUPS= haclient QB_SOCKET_DIR?= /var/run/qb PLIST_SUB+= QB_SOCKET_DIR=${QB_SOCKET_DIR} - -USE_GITHUB= yes -GH_ACCOUNT= ClusterLabs -GH_TAGNAME= v${PORTVERSION} USE_BINUTILS= yes USE_LDCONFIG= yes Modified: head/devel/libqb/distinfo ============================================================================== --- head/devel/libqb/distinfo Mon May 14 09:04:05 2018 (r469865) +++ head/devel/libqb/distinfo Mon May 14 09:04:36 2018 (r469866) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523289774 -SHA256 (ClusterLabs-libqb-1.0.3-v1.0.3_GH0.tar.gz) = 730387ef08616ec3267c1af6bc679a5092c2ce56f16d71a2cb7369ee65221559 -SIZE (ClusterLabs-libqb-1.0.3-v1.0.3_GH0.tar.gz) = 227704 +TIMESTAMP = 1526140064 +SHA256 (libqb-1.0.3.tar.xz) = a02ba8564ba4bfe9a10bbc03d4f0952c2a73a5e674441b4ac8d19dfe54eaf4f7 +SIZE (libqb-1.0.3.tar.xz) = 490360