svn commit: r408796 - head/lang/cloudabi-clang

Ed Schouten ed at FreeBSD.org
Sat Feb 13 13:52:11 UTC 2016


Author: ed (src committer)
Date: Sat Feb 13 13:52:09 2016
New Revision: 408796
URL: https://svnweb.freebsd.org/changeset/ports/408796

Log:
  Let the CloudABI toolchain use Clang 3.8 instead of 3.7.
  
  As all of the CloudABI tests also pass with Clang 3.8, I think it may be
  wise to just go ahead and upgrade.

Modified:
  head/lang/cloudabi-clang/Makefile

Modified: head/lang/cloudabi-clang/Makefile
==============================================================================
--- head/lang/cloudabi-clang/Makefile	Sat Feb 13 13:51:38 2016	(r408795)
+++ head/lang/cloudabi-clang/Makefile	Sat Feb 13 13:52:09 2016	(r408796)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cloudabi-clang
-PORTVERSION=	3.7
-PORTREVISION=	2
+PORTVERSION=	3.8
 CATEGORIES=	lang
 MASTER_SITES=	# None
 DISTFILES=	# None


More information about the svn-ports-all mailing list