From owner-svn-ports-head@FreeBSD.ORG Fri Oct 3 12:13:44 2014 Return-Path: Delivered-To: svn-ports-head@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 85DBC30D; Fri, 3 Oct 2014 12:13:44 +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 71EAC33B; Fri, 3 Oct 2014 12:13:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s93CDiBc035954; Fri, 3 Oct 2014 12:13:44 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93CDiGH035953; Fri, 3 Oct 2014 12:13:44 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410031213.s93CDiGH035953@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 3 Oct 2014 12:13:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369886 - head/devel/gnome2-hacker-tools 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.18-1 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: Fri, 03 Oct 2014 12:13:44 -0000 Author: bapt Date: Fri Oct 3 12:13:43 2014 New Revision: 369886 URL: https://svnweb.freebsd.org/changeset/ports/369886 QAT: https://qat.redports.org/buildarchive/r369886/ Log: mlview has been axed Modified: head/devel/gnome2-hacker-tools/Makefile Modified: head/devel/gnome2-hacker-tools/Makefile ============================================================================== --- head/devel/gnome2-hacker-tools/Makefile Fri Oct 3 12:05:43 2014 (r369885) +++ head/devel/gnome2-hacker-tools/Makefile Fri Oct 3 12:13:43 2014 (r369886) @@ -2,14 +2,13 @@ # $FreeBSD$ # $MCom: ports/devel/gnome2-hacker-tools/Makefile,v 1.47 2009/03/01 08:15:25 marcus Exp $ -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel gnome PKGNAMESUFFIX= -hacker-tools COMMENT= GNOME 2 development tools -RUN_DEPENDS= mlview:${PORTSDIR}/editors/mlview \ - gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \ +RUN_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \ glade-3:${PORTSDIR}/devel/glade3 \ ghex2:${PORTSDIR}/editors/ghex \ gob2:${PORTSDIR}/devel/gob2 \