Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Dec 2016 20:47:20 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428959 - head/devel/qmake5
Message-ID:  <201612192047.uBJKlKdR064710@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Mon Dec 19 20:47:19 2016
New Revision: 428959
URL: https://svnweb.freebsd.org/changeset/ports/428959

Log:
  Bump portrevision as package changed
  
  In r428918 the commit to change the way pkgconfig-filepaths are fixed
  for Qt5 ports did not include a PORTREVISION bump for devel/qmake5.
  
  This is however necessary, as
  a) the package of devel/qmake5 changes by that bit
  b) if a qt5 port is rebuilt without a "fixed" by r428918 version of qmake5,
     it will fail to stage.
  
  Reported by:		rakuco
  Approved by:		rakuco (mentor)

Modified:
  head/devel/qmake5/Makefile

Modified: head/devel/qmake5/Makefile
==============================================================================
--- head/devel/qmake5/Makefile	Mon Dec 19 20:28:42 2016	(r428958)
+++ head/devel/qmake5/Makefile	Mon Dec 19 20:47:19 2016	(r428959)
@@ -2,6 +2,7 @@
 
 PORTNAME=	qmake
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	qt5-
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612192047.uBJKlKdR064710>