From owner-svn-ports-head@FreeBSD.ORG Thu Sep 13 09:55:17 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D349106564A; Thu, 13 Sep 2012 09:55:17 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 18F8C8FC0C; Thu, 13 Sep 2012 09:55:17 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8D9tGo8068412; Thu, 13 Sep 2012 09:55:16 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8D9tGpI068410; Thu, 13 Sep 2012 09:55:16 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201209130955.q8D9tGpI068410@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 13 Sep 2012 09:55:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304190 - head/x11-toolkits/gal X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 13 Sep 2012 09:55:17 -0000 Author: bapt Date: Thu Sep 13 09:55:16 2012 New Revision: 304190 URL: http://svn.freebsd.org/changeset/ports/304190 Log: Deprecate this old gnome1 library, development as ceased and last user in the ports tree (guppi) is now deprecated), set the same expiration date as guppi Approved by: gnome (kvm) Modified: head/x11-toolkits/gal/Makefile Modified: head/x11-toolkits/gal/Makefile ============================================================================== --- head/x11-toolkits/gal/Makefile Thu Sep 13 09:54:05 2012 (r304189) +++ head/x11-toolkits/gal/Makefile Thu Sep 13 09:55:16 2012 (r304190) @@ -15,6 +15,9 @@ DIST_SUBDIR= gnome MAINTAINER?= gnome@FreeBSD.org COMMENT= A collection of widgets taken from GNOME gnumeric and evolution +DEPRECATED= Developement ceased, and nothing in the ports tree uses it anymore +EXPIRATION_DATE= 2012-10-13 + LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode USE_BZIP2= yes