From owner-svn-ports-all@FreeBSD.ORG Fri Jun 28 16:53:58 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 43C46D60; Fri, 28 Jun 2013 16:53:58 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 349FF18C2; Fri, 28 Jun 2013 16:53:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5SGrwpx023419; Fri, 28 Jun 2013 16:53:58 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5SGrv1I023418; Fri, 28 Jun 2013 16:53:57 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201306281653.r5SGrv1I023418@svn.freebsd.org> From: Koop Mast Date: Fri, 28 Jun 2013 16:53:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321967 - head/devel/goffice 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.14 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: Fri, 28 Jun 2013 16:53:58 -0000 Author: kwm Date: Fri Jun 28 16:53:57 2013 New Revision: 321967 URL: http://svnweb.freebsd.org/changeset/ports/321967 Log: Mark ignore for portscout, there will be no more new versions of this branch. Modified: head/devel/goffice/Makefile Modified: head/devel/goffice/Makefile ============================================================================== --- head/devel/goffice/Makefile Fri Jun 28 16:47:42 2013 (r321966) +++ head/devel/goffice/Makefile Fri Jun 28 16:53:57 2013 (r321967) @@ -17,6 +17,8 @@ COMMENT= GLib/GTK+ set of document centr LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +PORTSCOUT= ignore + LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre USE_XZ= yes