svn commit: r469866 - head/devel/libqb

Vanilla I. Shu vanilla at FreeBSD.org
Mon May 14 09:04:37 UTC 2018


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 at 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


More information about the svn-ports-all mailing list