svn commit: r428959 - head/devel/qmake5

Tobias C. Berner tcberner at FreeBSD.org
Mon Dec 19 20:47:21 UTC 2016


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-
 


More information about the svn-ports-all mailing list