svn commit: r499384 - branches/2019Q2/devel/mdb

Steve Wills swills at FreeBSD.org
Fri Apr 19 18:58:39 UTC 2019


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


More information about the svn-ports-all mailing list