From owner-svn-ports-all@freebsd.org Sun Jul 12 22:42:30 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1D4699B2BB; Sun, 12 Jul 2015 22:42:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.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 9B6D011AE; Sun, 12 Jul 2015 22:42:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6CMgUgL081509; Sun, 12 Jul 2015 22:42:30 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6CMgUEj081508; Sun, 12 Jul 2015 22:42:30 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507122242.t6CMgUEj081508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 12 Jul 2015 22:42:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391851 - head/x11/deforaos-desktop 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.20 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: Sun, 12 Jul 2015 22:42:30 -0000 Author: bapt Date: Sun Jul 12 22:42:29 2015 New Revision: 391851 URL: https://svnweb.freebsd.org/changeset/ports/391851 Log: Convert to USES=metaport PR: 201499 Submitted by: Andriy Voskoboinyk Modified: head/x11/deforaos-desktop/Makefile Modified: head/x11/deforaos-desktop/Makefile ============================================================================== --- head/x11/deforaos-desktop/Makefile Sun Jul 12 22:34:00 2015 (r391850) +++ head/x11/deforaos-desktop/Makefile Sun Jul 12 22:42:29 2015 (r391851) @@ -5,9 +5,6 @@ PORTNAME= desktop PORTVERSION= 0.1 PORTREVISION= 1 CATEGORIES= x11 -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none PKGNAMEPREFIX= deforaos- MAINTAINER= olivier@cochard.me @@ -26,10 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/keyboard:$ ${LOCALBASE}/bin/editor:${PORTSDIR}/editors/deforaos-editor \ ${LOCALBASE}/bin/phone:${PORTSDIR}/comms/deforaos-phone -NO_BUILD= yes -NO_MTREE= yes - -do-install: +USES= metaport pre-everything:: @${ECHO_MSG} "This is a meta-port, meaning that it just depends on its subparts of the port."