From owner-svn-ports-head@freebsd.org Wed Aug 12 00:07:17 2015 Return-Path: Delivered-To: svn-ports-head@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 9138299FE40; Wed, 12 Aug 2015 00:07:17 +0000 (UTC) (envelope-from pgollucci@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 8198AB85; Wed, 12 Aug 2015 00:07:17 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7C07H4C012169; Wed, 12 Aug 2015 00:07:17 GMT (envelope-from pgollucci@FreeBSD.org) Received: (from pgollucci@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7C07HXw012168; Wed, 12 Aug 2015 00:07:17 GMT (envelope-from pgollucci@FreeBSD.org) Message-Id: <201508120007.t7C07HXw012168@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgollucci set sender to pgollucci@FreeBSD.org using -f From: "Philip M. Gollucci" Date: Wed, 12 Aug 2015 00:07:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393987 - head/x11-themes/gnome-icons X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Aug 2015 00:07:17 -0000 Author: pgollucci Date: Wed Aug 12 00:07:16 2015 New Revision: 393987 URL: https://svnweb.freebsd.org/changeset/ports/393987 Log: x11-themes/gnome-icons: convert to USES=metaport PR: 201619 Submitted by: s3erios@gmail.com Deleted: head/x11-themes/gnome-icons/pkg-plist Modified: head/x11-themes/gnome-icons/Makefile Modified: head/x11-themes/gnome-icons/Makefile ============================================================================== --- head/x11-themes/gnome-icons/Makefile Wed Aug 12 00:04:20 2015 (r393986) +++ head/x11-themes/gnome-icons/Makefile Wed Aug 12 00:07:16 2015 (r393987) @@ -9,9 +9,6 @@ PORTNAME= gnome-icons PORTVERSION= 20060914 PORTREVISION= 4 CATEGORIES= x11-themes gnome -MASTER_SITES= # empty -DISTFILES= # empty -EXTRACT_ONLY= # empty MAINTAINER= ports@FreeBSD.org COMMENT= Meta-port for Gnome iconsets @@ -30,8 +27,6 @@ RUN_DEPENDS= ${LOCALBASE}/share/icons/Aq ${LOCALBASE}/share/icons/ximian-south/index.theme:${PORTSDIR}/x11-themes/gnome-icons-ximian-south \ ${LOCALBASE}/share/icons/Lila/index.theme:${PORTSDIR}/x11-themes/gnome-icons-lila -NO_BUILD= yes - -do-install: # empty +USES= metaport .include