Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 2015 21:15:12 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379391 - head/devel/qmake
Message-ID:  <201502192115.t1JLFCuj002478@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Thu Feb 19 21:15:11 2015
New Revision: 379391
URL: https://svnweb.freebsd.org/changeset/ports/379391
QAT: https://qat.redports.org/buildarchive/r379391/

Log:
  devel/qmake:
  - Make it clear this qmake is from ancient Qt 3. I'd remove this port,
    but maintainer still has hopes for KDE 3 rebirth
  - update WWW
  
  PR:		182857
  Approved by:	mi (maintainer)

Modified:
  head/devel/qmake/Makefile
  head/devel/qmake/pkg-descr

Modified: head/devel/qmake/Makefile
==============================================================================
--- head/devel/qmake/Makefile	Thu Feb 19 21:13:51 2015	(r379390)
+++ head/devel/qmake/Makefile	Thu Feb 19 21:15:11 2015	(r379391)
@@ -11,7 +11,7 @@ DISTNAME=	qt-x11-free-${PORTVERSION}
 DIST_SUBDIR=	KDE
 
 MAINTAINER=	mi@aldan.algebra.com
-COMMENT=	The build utility of the Qt project
+COMMENT=	The build utility of the Qt 3 project
 
 REINPLACE_ARGS=	-i ""
 WRKSRC=		${WRKDIR}/${DISTNAME}/qmake

Modified: head/devel/qmake/pkg-descr
==============================================================================
--- head/devel/qmake/pkg-descr	Thu Feb 19 21:13:51 2015	(r379390)
+++ head/devel/qmake/pkg-descr	Thu Feb 19 21:15:11 2015	(r379391)
@@ -1,8 +1,8 @@
-Qt is a C++ toolkit for application development.  It lets application
+Qt 3 is a C++ toolkit for application development.  It lets application
 developers target all major operating systems with a single application
 source code.
 
-Qmake is a project and makefile creating utility, that is part of Qt.
+Qmake is a project and makefile creating utility, that is part of Qt 3.
 For ease of maintenance it is split out into a port of its own.
 
-WWW: http://www.trolltech.com/products/qt/index.html
+WWW: http://doc.qt.digia.com/3.3/index.html



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