svn commit: r518759 - head/x11/xrestop

Alexander Nedotsukov bland at FreeBSD.org
Sun Dec 1 08:36:20 UTC 2019


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


More information about the svn-ports-all mailing list