Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2019 08:36:19 +0000 (UTC)
From:      Alexander Nedotsukov <bland@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518759 - head/x11/xrestop
Message-ID:  <201912010836.xB18aJlM091576@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bland
Date: Sun Dec  1 08:36:19 2019
New Revision: 518759
URL: https://svnweb.freebsd.org/changeset/ports/518759

Log:
  Refer to release tag by commitid to fix build
  
  PR:	242324

Modified:
  head/x11/xrestop/Makefile

Modified: head/x11/xrestop/Makefile
==============================================================================
--- head/x11/xrestop/Makefile	Sun Dec  1 08:28:53 2019	(r518758)
+++ head/x11/xrestop/Makefile	Sun Dec  1 08:36:19 2019	(r518759)
@@ -13,7 +13,7 @@ USES=		gmake pkgconfig ncurses xorg xorg-cat:app
 USE_XORG=	x11 xext xrender xt xres xorgproto
 GNU_CONFIGURE=	yes
 USE_GITLAB=	yes
-GL_COMMIT=	${PORTNAME}-${PORTVERSION}
+GL_COMMIT=	5e3d606e9e055c2442e90285b6fe7ffdc2f721b8
 
 CONFIGURE_ENV=	XLIBS="-L${LOCALBASE}/lib -lX11"
 LDFLAGS+=	-L${LOCALBASE}/lib



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