svn commit: r383193 - in head: deskutils/strigi devel/py-qt4 graphics/kipi-plugins-kde4

Antoine Brodin antoine at FreeBSD.org
Sat Apr 4 08:20:19 UTC 2015


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


More information about the svn-ports-head mailing list