Date: Fri, 12 Sep 2014 11:02:15 +0000 (UTC) From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368019 - head/devel/kBuild Message-ID: <201409121102.s8CB2FjM063433@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <wblock@wonkity.com> 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/ \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409121102.s8CB2FjM063433>