Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Oct 2020 17:15:46 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553556 - head/devel/llvm10
Message-ID:  <202010281715.09SHFkLk095605@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Wed Oct 28 17:15:45 2020
New Revision: 553556
URL: https://svnweb.freebsd.org/changeset/ports/553556

Log:
  Bump port revion after r553456
  
  The patch to openmp was either ignored or the build was broken depending
  on different aspects of the build environment. Now that it applies, the
  pkg contents change...
  
  PR:		250530
  Reported by:	John Hein

Modified:
  head/devel/llvm10/Makefile

Modified: head/devel/llvm10/Makefile
==============================================================================
--- head/devel/llvm10/Makefile	Wed Oct 28 17:15:33 2020	(r553555)
+++ head/devel/llvm10/Makefile	Wed Oct 28 17:15:45 2020	(r553556)
@@ -2,7 +2,7 @@
 
 PORTNAME=	llvm
 DISTVERSION=	10.0.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel lang
 MASTER_SITES=	https://github.com/llvm/llvm-project/releases/download/llvmorg-${DISTVERSION:S/rc/-rc/}/ \
 		https://${PRE_}releases.llvm.org/${LLVM_RELEASE}/${RCDIR}



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