[Midnightbsd-cvs] mports [23431] trunk/sysutils/qt5-qtpaths/Makefile: fix version

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue May 8 09:14:00 EDT 2018


Revision: 23431
          http://svnweb.midnightbsd.org/mports/?rev=23431
Author:   laffer1
Date:     2018-05-08 09:13:59 -0400 (Tue, 08 May 2018)
Log Message:
-----------
fix version

Modified Paths:
--------------
    trunk/sysutils/qt5-qtpaths/Makefile

Modified: trunk/sysutils/qt5-qtpaths/Makefile
===================================================================
--- trunk/sysutils/qt5-qtpaths/Makefile	2018-05-08 13:11:44 UTC (rev 23430)
+++ trunk/sysutils/qt5-qtpaths/Makefile	2018-05-08 13:13:59 UTC (rev 23431)
@@ -1,4 +1,3 @@
-# $MidnightBSD$
 # $FreeBSD: head/sysutils/qt5-qtpaths/Makefile 378033 2015-01-28 01:15:22Z rakuco $
 
 PORTNAME=	qtpaths
@@ -21,7 +20,7 @@
 # from the qtpaths directory. If we run it from the top of the source tree, it
 # will look for a lot more dependencies for other tools such as lupdate, which
 # we do not really have to depend on.
-WRKSRC=	${WRKDIR}/qttools-opensource-src-5.5.1/src/${PORTNAME}
+WRKSRC=	${WRKDIR}/qttools-opensource-src-5.6.2/src/${PORTNAME}
 post-patch:
 	${CP} ${WRKSRC}/../../.qmake.conf ${WRKSRC}
 



More information about the Midnightbsd-cvs mailing list