From owner-svn-ports-all@freebsd.org Sun Jul 12 22:34:01 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 94E6699B13F; Sun, 12 Jul 2015 22:34:01 +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 856B81E2E; Sun, 12 Jul 2015 22:34:01 +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 t6CMY1R2076773; Sun, 12 Jul 2015 22:34:01 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6CMY1eI076772; Sun, 12 Jul 2015 22:34:01 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201507122234.t6CMY1eI076772@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:34:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391850 - head/x11/lxde-meta 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:34:01 -0000 Author: bapt Date: Sun Jul 12 22:34:00 2015 New Revision: 391850 URL: https://svnweb.freebsd.org/changeset/ports/391850 Log: Convert to USES=metaport PR: 201487 Submitted by: Andriy Voskoboinyk Modified: head/x11/lxde-meta/Makefile Modified: head/x11/lxde-meta/Makefile ============================================================================== --- head/x11/lxde-meta/Makefile Sun Jul 12 22:30:34 2015 (r391849) +++ head/x11/lxde-meta/Makefile Sun Jul 12 22:34:00 2015 (r391850) @@ -5,8 +5,6 @@ PORTNAME= lxde-meta PORTVERSION= 1.0 PORTREVISION= 7 CATEGORIES= x11 -MASTER_SITES= #none -DISTFILES= #none MAINTAINER= horia@racoviceanu.com COMMENT= "meta-port" of the LXDE desktop slimmed down for FreeBSD releases @@ -23,12 +21,6 @@ RUN_DEPENDS= openbox:${PORTSDIR}/x11-wm/ lxde-icon-theme>=0:${PORTSDIR}/x11-themes/lxde-icon-theme \ lxde-common>=0:${PORTSDIR}/misc/lxde-common -DESCR= ${.CURDIR}/pkg-descr - -NO_WRKSUBDIR= yes -NO_BUILD= yes -NO_MTREE= yes - -do-install: +USES= metaport .include