svn commit: r495971 - in head: devel/linux-c6-qt47 devel/linux-c7-qt www/linux-c6-qt47-webkit www/linux-c7-qtwebkit x11-toolkits/linux-c6-qt47-x11 x11-toolkits/linux-c7-qt-x11

Tobias C. Berner tcberner at FreeBSD.org
Sat Mar 16 22:24:10 UTC 2019


Author: tcberner
Date: Sat Mar 16 22:24:07 2019
New Revision: 495971
URL: https://svnweb.freebsd.org/changeset/ports/495971

Log:
  Qt4 deprecation: add a Qt4 pkg-descr to the linux-*qt4* ports.
  
  - repo copied from devel/qt4 at 495966
  
  Approved by:	portmgr (implicit)

Added:
  head/devel/linux-c6-qt47/pkg-descr
     - copied unchanged from r495966, head/devel/qt4/pkg-descr
Modified:
  head/devel/linux-c6-qt47/Makefile
  head/devel/linux-c7-qt/Makefile
  head/www/linux-c6-qt47-webkit/Makefile
  head/www/linux-c7-qtwebkit/Makefile
  head/x11-toolkits/linux-c6-qt47-x11/Makefile
  head/x11-toolkits/linux-c7-qt-x11/Makefile

Modified: head/devel/linux-c6-qt47/Makefile
==============================================================================
--- head/devel/linux-c6-qt47/Makefile	Sat Mar 16 22:17:34 2019	(r495970)
+++ head/devel/linux-c6-qt47/Makefile	Sat Mar 16 22:24:07 2019	(r495971)
@@ -12,7 +12,6 @@ DIST_SUBDIR=	atrpms
 MAINTAINER=	emulation at FreeBSD.org
 COMMENT=	Cross-platform application and UI framework (Linux CentOS ${LINUX_DIST_VER})
 
-DESCR=		${.CURDIR}/../qt4/pkg-descr
 RPMVERSION=	1_18.el6
 USES=		linux:c6
 USE_LDCONFIG=	yes

Copied: head/devel/linux-c6-qt47/pkg-descr (from r495966, head/devel/qt4/pkg-descr)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/linux-c6-qt47/pkg-descr	Sat Mar 16 22:24:07 2019	(r495971, copy of r495966, head/devel/qt4/pkg-descr)
@@ -0,0 +1,9 @@
+Qt is a cross-platform application and UI framework for developers
+using C++ or QML, a CSS/JavaScript-like language.
+
+With Qt, code can be reused efficiently to target multiple platforms
+with one code base. The modular C++ class library and developer tools
+easily enables developers to create applications for one platform and
+easily build and run to deploy on another platform.
+
+WWW: http://qt-project.org

Modified: head/devel/linux-c7-qt/Makefile
==============================================================================
--- head/devel/linux-c7-qt/Makefile	Sat Mar 16 22:17:34 2019	(r495970)
+++ head/devel/linux-c7-qt/Makefile	Sat Mar 16 22:24:07 2019	(r495971)
@@ -12,7 +12,7 @@ COMMENT=	RPM of QT4 (Linux CentOS ${LINUX_DIST_VER})
 CONFLICTS=	linux-c6-${PORTNAME}47-[0-9]*
 
 DATADIR=	${PREFIX}/usr/share/${PORTNAME}4
-DESCR=		${.CURDIR}/../../devel/${PORTNAME}4/pkg-descr
+DESCR=		${.CURDIR}/../../devel/linux-c6-qt47/pkg-descr
 RPMVERSION=	15.el7_4
 USES=		linux:c7
 USE_LDCONFIG=	yes

Modified: head/www/linux-c6-qt47-webkit/Makefile
==============================================================================
--- head/www/linux-c6-qt47-webkit/Makefile	Sat Mar 16 22:17:34 2019	(r495970)
+++ head/www/linux-c6-qt47-webkit/Makefile	Sat Mar 16 22:24:07 2019	(r495971)
@@ -12,7 +12,7 @@ DIST_SUBDIR=	atrpms
 MAINTAINER=	emulation at FreeBSD.org
 COMMENT=	Qt WebKit implementation (Linux CentOS ${LINUX_DIST_VER})
 
-DESCR=		${.CURDIR}/../../devel/qt4/pkg-descr
+DESCR=		${.CURDIR}/../../devel/linux-c6-qt47/pkg-descr
 RPMVERSION=	1_18.el6
 USES=		linux:c6
 USE_LDCONFIG=	yes

Modified: head/www/linux-c7-qtwebkit/Makefile
==============================================================================
--- head/www/linux-c7-qtwebkit/Makefile	Sat Mar 16 22:17:34 2019	(r495970)
+++ head/www/linux-c7-qtwebkit/Makefile	Sat Mar 16 22:24:07 2019	(r495971)
@@ -12,7 +12,7 @@ COMMENT=	Qt WebKit implementation (Linux CentOS ${LINU
 
 CONFLICTS=	linux-c6-qt47-webkit-[0-9]*
 
-DESCR=		${.CURDIR}/../../devel/qt4/pkg-descr
+DESCR=		${.CURDIR}/../../devel/linux-c6-qt47/pkg-descr
 ONLY_FOR_ARCHS=	amd64
 RPMVERSION=	6.el7
 USES=		linux:c7

Modified: head/x11-toolkits/linux-c6-qt47-x11/Makefile
==============================================================================
--- head/x11-toolkits/linux-c6-qt47-x11/Makefile	Sat Mar 16 22:17:34 2019	(r495970)
+++ head/x11-toolkits/linux-c6-qt47-x11/Makefile	Sat Mar 16 22:24:07 2019	(r495971)
@@ -13,7 +13,7 @@ MAINTAINER=	emulation at FreeBSD.org
 COMMENT=	Cross-platform application and UI framework (Linux CentOS ${LINUX_DIST_VER})
 
 DATADIR=	${PREFIX}/usr/share/qt47
-DESCR=		${.CURDIR}/../../devel/qt4/pkg-descr
+DESCR=		${.CURDIR}/../../devel/linux-c6-qt47/pkg-descr
 RPMVERSION=	1_18.el6
 USES=		linux:c6
 USE_LDCONFIG=	yes

Modified: head/x11-toolkits/linux-c7-qt-x11/Makefile
==============================================================================
--- head/x11-toolkits/linux-c7-qt-x11/Makefile	Sat Mar 16 22:17:34 2019	(r495970)
+++ head/x11-toolkits/linux-c7-qt-x11/Makefile	Sat Mar 16 22:24:07 2019	(r495971)
@@ -14,7 +14,7 @@ COMMENT=	Cross-platform application and UI framework (
 CONFLICTS=	linux-c6-qt47-x11-[0-9]*
 
 DATADIR=	${PREFIX}/usr/share/${PORTNAME}4
-DESCR=		${.CURDIR}/../../devel/${PORTNAME}4/pkg-descr
+DESCR=		${.CURDIR}/../../devel/linux-c6-qt47/pkg-descr
 LINUXNAME=	${PORTNAME}${PKGNAMESUFFIX}
 RPMVERSION=	15.el7_4
 USES=		linux:c7


More information about the svn-ports-all mailing list