svn commit: r368019 - head/devel/kBuild

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 12 11:02:16 UTC 2014


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 at 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/ \


More information about the svn-ports-head mailing list