Date: Tue, 2 Jul 2013 16:53:30 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322179 - head/x11-toolkits/linux-f10-qt33 Message-ID: <201307021653.r62GrUWT007626@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Tue Jul 2 16:53:30 2013 New Revision: 322179 URL: http://svnweb.freebsd.org/changeset/ports/322179 Log: Copy pkg-descr from x11-toolkits/qt33 instead of referencing it. This fixes the INDEX build when x11-toolkits/qt33 gets removed. Added: - copied unchanged from r322174, head/x11-toolkits/qt33/pkg-descr Directory Properties: head/x11-toolkits/linux-f10-qt33/pkg-descr (props changed) Modified: head/x11-toolkits/linux-f10-qt33/Makefile Modified: head/x11-toolkits/linux-f10-qt33/Makefile ============================================================================== --- head/x11-toolkits/linux-f10-qt33/Makefile Tue Jul 2 16:22:37 2013 (r322178) +++ head/x11-toolkits/linux-f10-qt33/Makefile Tue Jul 2 16:53:30 2013 (r322179) @@ -1,9 +1,5 @@ -# New ports collection makefile for: x11-toolkits/linux-f10-qt33 -# Date created: 2009-05-03 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= ${LINUX_NAME}3 PORTVERSION= 3.3.8b @@ -26,6 +22,4 @@ RPMVERSION= 17.fc10 USE_LDCONFIG= yes PLIST= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH} -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - .include <bsd.port.mk> Copied: head/x11-toolkits/linux-f10-qt33/pkg-descr (from r322174, head/x11-toolkits/qt33/pkg-descr) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/linux-f10-qt33/pkg-descr Tue Jul 2 16:53:30 2013 (r322179, copy of r322174, head/x11-toolkits/qt33/pkg-descr) @@ -0,0 +1,10 @@ +Qt is a C++ toolkit for application development. It lets application +developers target all major operating systems with a single application +source code. + +Qt provides a platform-independent API to all central platform functionality: +GUI, database access, networking, file handling, etc. The Qt library +encapsulates the different APIs of different operating systems, providing +the application programmer with a single, common API for all operating systems. +The native C APIs are encapsulated in a set of well-designed, fully +object-oriented C++ classes.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307021653.r62GrUWT007626>