svn commit: r553556 - head/devel/llvm10

Brooks Davis brooks at FreeBSD.org
Wed Oct 28 17:15:46 UTC 2020


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}


More information about the svn-ports-all mailing list