svn commit: r528754 - head/devel/mdb

John Baldwin jhb at FreeBSD.org
Fri Mar 20 01:33:44 UTC 2020


Author: jhb (src,doc committer)
Date: Fri Mar 20 01:33:42 2020
New Revision: 528754
URL: https://svnweb.freebsd.org/changeset/ports/528754

Log:
  Pull in a fix to ignore a warning in llvm 10.
  
  This fixes the build of the port on head.
  
  Submitted by:	glebius
  Approved by:	mandree
  Differential Revision:	https://reviews.freebsd.org/D24132

Modified:
  head/devel/mdb/Makefile
  head/devel/mdb/distinfo

Modified: head/devel/mdb/Makefile
==============================================================================
--- head/devel/mdb/Makefile	Fri Mar 20 01:30:46 2020	(r528753)
+++ head/devel/mdb/Makefile	Fri Mar 20 01:33:42 2020	(r528754)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	mdb
-PORTVERSION=	20190315
+PORTVERSION=	20200319
 CATEGORIES=	devel
 
 MAINTAINER=	jhb at FreeBSD.org
@@ -14,7 +14,7 @@ USES=		compiler uidfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	bsdjhb
 GH_PROJECT=	illumos-gate
-GH_TAGNAME=	dbca84a2a4
+GH_TAGNAME=	8d7364cff1
 
 ONLY_FOR_ARCHS=	amd64
 

Modified: head/devel/mdb/distinfo
==============================================================================
--- head/devel/mdb/distinfo	Fri Mar 20 01:30:46 2020	(r528753)
+++ head/devel/mdb/distinfo	Fri Mar 20 01:33:42 2020	(r528754)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1552676788
-SHA256 (bsdjhb-illumos-gate-20190315-dbca84a2a4_GH0.tar.gz) = e454434d5cd17e1a2fad5edbd5590688015137142395bb5a80eea3f5fcc4bddc
-SIZE (bsdjhb-illumos-gate-20190315-dbca84a2a4_GH0.tar.gz) = 115103767
+TIMESTAMP = 1584664903
+SHA256 (bsdjhb-illumos-gate-20200319-8d7364cff1_GH0.tar.gz) = 7b942f291c1f0f676b88d6922075adba182d77a57e4465882b66af5cbd59dff0
+SIZE (bsdjhb-illumos-gate-20200319-8d7364cff1_GH0.tar.gz) = 115100592


More information about the svn-ports-all mailing list