svn commit: r514883 - head/devel/f18

Antoine Brodin antoine at FreeBSD.org
Sun Oct 20 07:59:17 UTC 2019


Author: antoine
Date: Sun Oct 20 07:59:16 2019
New Revision: 514883
URL: https://svnweb.freebsd.org/changeset/ports/514883

Log:
  Fix typos (?)

Modified:
  head/devel/f18/Makefile

Modified: head/devel/f18/Makefile
==============================================================================
--- head/devel/f18/Makefile	Sun Oct 20 07:58:59 2019	(r514882)
+++ head/devel/f18/Makefile	Sun Oct 20 07:59:16 2019	(r514883)
@@ -3,6 +3,7 @@
 
 PORTNAME=	f18
 DISTVERSION=	g20191019
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	jmd at FreeBSD.org
@@ -14,9 +15,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 ONLY_FOR_ARCHS=	amd64
 
 BUILD_DEPENDS=	llvm80>=0:devel/llvm80
-RUN_DEPENDS=	llvm80>=0:devel/llvm60
+RUN_DEPENDS=	llvm80>=0:devel/llvm80
 
-USES=		cmake:noninja compiler:c++11-lib libedit perl5 tar:xz \
+USES=		cmake:noninja libedit perl5 tar:xz \
 		shebangfix
 _USES_PYTHON?=	python:build
 USES+=		${_USES_PYTHON}


More information about the svn-ports-head mailing list