From owner-svn-ports-all@freebsd.org Fri May 19 15:57:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48D3AD74FE7; Fri, 19 May 2017 15:57:16 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 195F6277; Fri, 19 May 2017 15:57:16 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4JFvFLe093766; Fri, 19 May 2017 15:57:15 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4JFvFQg093765; Fri, 19 May 2017 15:57:15 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201705191557.v4JFvFQg093765@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Fri, 19 May 2017 15:57:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441248 - head/devel/flang X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2017 15:57:16 -0000 Author: jmd Date: Fri May 19 15:57:14 2017 New Revision: 441248 URL: https://svnweb.freebsd.org/changeset/ports/441248 Log: devel/flang: fix typo, increment port revision Reported by: mat Reviewed by: swills (mentor) Approved by: swills (mentor) Modified: head/devel/flang/Makefile Modified: head/devel/flang/Makefile ============================================================================== --- head/devel/flang/Makefile Fri May 19 15:56:44 2017 (r441247) +++ head/devel/flang/Makefile Fri May 19 15:57:14 2017 (r441248) @@ -3,6 +3,7 @@ PORTNAME= flang DISTVERSION= 3.9-20170518 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= jmd@FreeBSD.org @@ -24,7 +25,7 @@ ONLY_FOR_ARCHS_REASON_amd64= for now onl USE_LDCONFIG= ${PREFIX}/flang/lib USES= cmake:outsource compiler:c++11-lib libedit perl5 tar:xz \ shebangfix -USES_PYTHON?= python:build +_USES_PYTHON?= python:build USES+= ${_USES_PYTHON} USE_GITHUB= yes