From owner-svn-ports-head@FreeBSD.ORG Fri Sep 12 11:02:15 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E0FF9881; Fri, 12 Sep 2014 11:02:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 CC981F2B; Fri, 12 Sep 2014 11:02:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8CB2FR7063434; Fri, 12 Sep 2014 11:02:15 GMT (envelope-from decke@FreeBSD.org) Received: (from decke@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8CB2FjM063433; Fri, 12 Sep 2014 11:02:15 GMT (envelope-from decke@FreeBSD.org) Message-Id: <201409121102.s8CB2FjM063433@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: decke set sender to decke@FreeBSD.org using -f From: Bernhard Froehlich Date: Fri, 12 Sep 2014 11:02:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368019 - head/devel/kBuild X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2014 11:02:16 -0000 Author: decke Date: Fri Sep 12 11:02:15 2014 New Revision: 368019 URL: http://svnweb.freebsd.org/changeset/ports/368019 QAT: https://qat.redports.org/buildarchive/r368019/ Log: -Bump PORTREVISION after gcc update to 4.8 because the binary names and paths get hardcoded in kBuild Reported by: Warren Block Modified: head/devel/kBuild/Makefile Modified: head/devel/kBuild/Makefile ============================================================================== --- head/devel/kBuild/Makefile Fri Sep 12 10:41:59 2014 (r368018) +++ head/devel/kBuild/Makefile Fri Sep 12 11:02:15 2014 (r368019) @@ -3,7 +3,7 @@ PORTNAME= kBuild DISTVERSION= ${KBUILD_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= ftp://ftp.netlabs.org/pub/kbuild/ \ http://tmp.chruetertee.ch/ \