Date: Sat, 4 Apr 2015 08:20:18 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383193 - in head: deskutils/strigi devel/py-qt4 graphics/kipi-plugins-kde4 Message-ID: <201504040820.t348KIDI004640@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Apr 4 08:20:17 2015 New Revision: 383193 URL: https://svnweb.freebsd.org/changeset/ports/383193 Log: Revert broken conversion to USES=metaport With hat: portmgr Modified: head/deskutils/strigi/Makefile head/devel/py-qt4/Makefile head/graphics/kipi-plugins-kde4/Makefile Modified: head/deskutils/strigi/Makefile ============================================================================== --- head/deskutils/strigi/Makefile Sat Apr 4 07:07:20 2015 (r383192) +++ head/deskutils/strigi/Makefile Sat Apr 4 08:20:17 2015 (r383193) @@ -5,12 +5,15 @@ PORTNAME= strigi PORTVERSION= ${STRIGI_VERSION} PORTREVISION= 2 CATEGORIES= deskutils +DISTFILES= # MAINTAINER= kde@FreeBSD.org COMMENT= Strigi desktop search (meta port) USE_KDE4= strigi_run -USES= metaport +NO_BUILD= yes +NO_MTREE= yes +NO_INSTALL= yes OPTIONS_DEFINE= CLIENT DAEMON UTILITIES OPTIONS_DEFAULT= ${OPTIONS_DEFINE} Modified: head/devel/py-qt4/Makefile ============================================================================== --- head/devel/py-qt4/Makefile Sat Apr 4 07:07:20 2015 (r383192) +++ head/devel/py-qt4/Makefile Sat Apr 4 08:20:17 2015 (r383193) @@ -6,12 +6,17 @@ PORTVERSION= ${PYQT4_VERSION} CATEGORIES= devel python MASTER_SITES= # empty PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTFILES= # none +EXTRACT_ONLY= # empty MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt 4 toolkit (meta port) USES= python -USES= metaport + +NO_BUILD= yes +NO_INSTALL= yes +NO_MTREE= yes OPTIONS_DEFINE= ALL ${PYQT4_COMPONENTS} OPTIONS_DEFAULT= ALL Modified: head/graphics/kipi-plugins-kde4/Makefile ============================================================================== --- head/graphics/kipi-plugins-kde4/Makefile Sat Apr 4 07:07:20 2015 (r383192) +++ head/graphics/kipi-plugins-kde4/Makefile Sat Apr 4 08:20:17 2015 (r383193) @@ -4,11 +4,14 @@ PORTNAME= kipi-plugins PORTVERSION= ${DIGIKAM_VER} PORTEPOCH= 1 CATEGORIES= graphics kde +DISTFILES= # MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 kipi graphics plugins (meta port) -USES= metaport +NO_BUILD= yes +NO_INSTALL= yes +NO_MTREE= yes .include "${.CURDIR}/../digikam-kde4/Makefile.common"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504040820.t348KIDI004640>