From owner-svn-ports-head@FreeBSD.ORG Tue Jun 4 22:27:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EF17BA75; Tue, 4 Jun 2013 22:27:58 +0000 (UTC) (envelope-from bapt@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 E02F81F8A; Tue, 4 Jun 2013 22:27: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 r54MRwCQ001510; Tue, 4 Jun 2013 22:27:58 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r54MRwYk001508; Tue, 4 Jun 2013 22:27:58 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201306042227.r54MRwYk001508@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 4 Jun 2013 22:27:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319932 - in head/games: gnomechess gnomememoryblocks 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.14 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: Tue, 04 Jun 2013 22:27:59 -0000 Author: bapt Date: Tue Jun 4 22:27:58 2013 New Revision: 319932 URL: http://svnweb.freebsd.org/changeset/ports/319932 Log: Deprecated old gnome1 games Modified: head/games/gnomechess/Makefile head/games/gnomememoryblocks/Makefile Modified: head/games/gnomechess/Makefile ============================================================================== --- head/games/gnomechess/Makefile Tue Jun 4 22:24:50 2013 (r319931) +++ head/games/gnomechess/Makefile Tue Jun 4 22:27:58 2013 (r319932) @@ -12,6 +12,9 @@ DISTNAME= gnome-chess-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A GUI chess front-end to crafy, for the GNOME Desktop Environment +DEPRECATED= Unsupported upstream +EXPIRATION_DATE= 2013-07-04 + BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty Modified: head/games/gnomememoryblocks/Makefile ============================================================================== --- head/games/gnomememoryblocks/Makefile Tue Jun 4 22:24:50 2013 (r319931) +++ head/games/gnomememoryblocks/Makefile Tue Jun 4 22:27:58 2013 (r319932) @@ -11,6 +11,9 @@ DISTNAME= gnome-memblocks-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Memory Blocks game for GNOME +DEPRECATED= Unsupported upstream +EXPIRATION_DATE= 2013-07-04 + USES= pathfix gettext USE_GNOME= gnomeprefix gnomelibs gdkpixbuf USE_AUTOTOOLS= libtool