Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Apr 2019 18:58:38 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r499384 - branches/2019Q2/devel/mdb
Message-ID:  <201904191858.x3JIwcVD078672@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Apr 19 18:58:37 2019
New Revision: 499384
URL: https://svnweb.freebsd.org/changeset/ports/499384

Log:
  MFH: r497977
  
  Fix build with clang 8.
  
  Workaround clang 8 compile issues on head.  Note that this requires
  changes to the kernel source tree in r345196.
  
  While here, switch to using a date for the version number since there
  are no real version numbers in the git repository.  This doesn't use
  the 'g' prefix since the older versions that already exist would sort
  after it.
  
  PR:	236207
  Reviewed by:	swills, jrm
  Differential Revision:	https://reviews.freebsd.org/D19602
  
  Approved by:	ports-secteam (implicit)

Modified:
  branches/2019Q2/devel/mdb/Makefile
  branches/2019Q2/devel/mdb/distinfo
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/devel/mdb/Makefile
==============================================================================
--- branches/2019Q2/devel/mdb/Makefile	Fri Apr 19 18:55:09 2019	(r499383)
+++ branches/2019Q2/devel/mdb/Makefile	Fri Apr 19 18:58:37 2019	(r499384)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	mdb
-PORTVERSION=	0.3
-PORTREVISION=	1
+PORTVERSION=	20190315
 CATEGORIES=	devel
 
 MAINTAINER=	jhb@FreeBSD.org
@@ -15,7 +14,7 @@ USES=		uidfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	bsdjhb
 GH_PROJECT=	illumos-gate
-GH_TAGNAME=	fc55b6de75
+GH_TAGNAME=	dbca84a2a4
 
 ONLY_FOR_ARCHS=	amd64
 

Modified: branches/2019Q2/devel/mdb/distinfo
==============================================================================
--- branches/2019Q2/devel/mdb/distinfo	Fri Apr 19 18:55:09 2019	(r499383)
+++ branches/2019Q2/devel/mdb/distinfo	Fri Apr 19 18:58:37 2019	(r499384)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1520637045
-SHA256 (bsdjhb-illumos-gate-0.3-fc55b6de75_GH0.tar.gz) = d60ab54561e1f1b06568d1303e75077808508611f4455638d59f6708ee027db5
-SIZE (bsdjhb-illumos-gate-0.3-fc55b6de75_GH0.tar.gz) = 115106753
+TIMESTAMP = 1552676788
+SHA256 (bsdjhb-illumos-gate-20190315-dbca84a2a4_GH0.tar.gz) = e454434d5cd17e1a2fad5edbd5590688015137142395bb5a80eea3f5fcc4bddc
+SIZE (bsdjhb-illumos-gate-20190315-dbca84a2a4_GH0.tar.gz) = 115103767



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