svn commit: r522879 - head/devel/qt5-qmake

Adriaan de Groot adridg at FreeBSD.org
Mon Jan 13 11:56:43 UTC 2020


Author: adridg
Date: Mon Jan 13 11:56:42 2020
New Revision: 522879
URL: https://svnweb.freebsd.org/changeset/ports/522879

Log:
  Bump PORTREVISION to force rebuild of devel/qt5-qmake
  
  This should have happened with r521876, which changed some Qt5
  infrastructure to add --no-same-owner --no-same-permissions to
  extract args. This possibly needs to happen in other Qt ports
  as well (or wait for 5.14 to land).
  
  PR:		227027

Modified:
  head/devel/qt5-qmake/Makefile

Modified: head/devel/qt5-qmake/Makefile
==============================================================================
--- head/devel/qt5-qmake/Makefile	Mon Jan 13 11:55:42 2020	(r522878)
+++ head/devel/qt5-qmake/Makefile	Mon Jan 13 11:56:42 2020	(r522879)
@@ -2,6 +2,7 @@
 
 PORTNAME=	qmake
 DISTVERSION=	${QT5_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	qt5-
 


More information about the svn-ports-all mailing list