From owner-svn-ports-all@FreeBSD.ORG Sat Mar 28 15:21:25 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8AD56CA1; Sat, 28 Mar 2015 15:21:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CF89F4E; Sat, 28 Mar 2015 15:21:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2SFLPJm093990; Sat, 28 Mar 2015 15:21:25 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2SFLOs2093669; Sat, 28 Mar 2015 15:21:24 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201503281521.t2SFLOs2093669@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 28 Mar 2015 15:21:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382504 - in head/x11: mate mate-base X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Mar 2015 15:21:25 -0000 Author: bapt Date: Sat Mar 28 15:21:23 2015 New Revision: 382504 URL: https://svnweb.freebsd.org/changeset/ports/382504 QAT: https://qat.redports.org/buildarchive/r382504/ Log: Convert to USES=metaport Deleted: head/x11/mate-base/pkg-plist head/x11/mate/pkg-plist Modified: head/x11/mate-base/Makefile head/x11/mate/Makefile Modified: head/x11/mate-base/Makefile ============================================================================== --- head/x11/mate-base/Makefile Sat Mar 28 15:18:01 2015 (r382503) +++ head/x11/mate-base/Makefile Sat Mar 28 15:21:23 2015 (r382504) @@ -4,13 +4,12 @@ PORTNAME= mate-base PORTVERSION= 1.8.1 CATEGORIES= x11 mate -MASTER_SITES= # empty -DISTFILES= # empty -EXTRACT_ONLY= # empty MAINTAINER= gnome@FreeBSD.org COMMENT= "meta-port" for the MATE base integrated X11 desktop +USES= metaport + RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSerif.ttf:${PORTSDIR}/x11-fonts/dejavu \ ${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:${PORTSDIR}/sysutils/hal-info \ ${LOCALBASE}/share/mate-background-properties/mate-desktop.xml:${PORTSDIR}/x11-themes/mate-backgrounds \ @@ -22,8 +21,4 @@ USE_MATE= caja:run controlcenter:run dia marco:run notificationdaemon:run panel:run \ polkit:run -NO_BUILD= yes -NO_INSTALL= yes -NO_MTREE= yes - .include Modified: head/x11/mate/Makefile ============================================================================== --- head/x11/mate/Makefile Sat Mar 28 15:18:01 2015 (r382503) +++ head/x11/mate/Makefile Sat Mar 28 15:21:23 2015 (r382504) @@ -4,13 +4,12 @@ PORTNAME= mate PORTVERSION= 1.8.1 CATEGORIES= x11 mate -MASTER_SITES= # empty -DISTFILES= # empty -EXTRACT_ONLY= # empty MAINTAINER= gnome@FreeBSD.org COMMENT= "meta-port" for the MATE integrated X11 desktop +USES= metaport + RUN_DEPENDS= mate-base>=1.8.0:${PORTSDIR}/x11/mate-base \ mate-themes>=1.8.0:${PORTSDIR}/x11-themes/mate-themes \ mate-icon-theme-faenza>=1.8.0:${PORTSDIR}/x11-themes/mate-icon-theme-faenza \ @@ -29,8 +28,4 @@ RUN_DEPENDS= mate-base>=1.8.0:${PORTSDIR USE_MATE= pluma:run -NO_BUILD= yes -NO_INSTALL= yes -NO_MTREE= yes - .include