svn commit: r379391 - head/devel/qmake

Max Brazhnikov makc at FreeBSD.org
Thu Feb 19 21:15:13 UTC 2015


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 at 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


More information about the svn-ports-head mailing list