From owner-svn-ports-all@FreeBSD.ORG Sat Sep 22 15:57:57 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6F0B106566B; Sat, 22 Sep 2012 15:57:57 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 924AE8FC17; Sat, 22 Sep 2012 15:57:57 +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 q8MFvvpw095877; Sat, 22 Sep 2012 15:57:57 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8MFvvrM095875; Sat, 22 Sep 2012 15:57:57 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201209221557.q8MFvvrM095875@svn.freebsd.org> From: Thomas Abthorpe Date: Sat, 22 Sep 2012 15:57:57 +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: r304692 - head/games/spellathon X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 22 Sep 2012 15:57:57 -0000 Author: tabthorpe Date: Sat Sep 22 15:57:57 2012 New Revision: 304692 URL: http://svn.freebsd.org/changeset/ports/304692 Log: - Reassign to the heap at maintainer's request Modified: head/games/spellathon/Makefile (contents, props changed) Modified: head/games/spellathon/Makefile ============================================================================== --- head/games/spellathon/Makefile Sat Sep 22 15:54:26 2012 (r304691) +++ head/games/spellathon/Makefile Sat Sep 22 15:57:57 2012 (r304692) @@ -1,9 +1,5 @@ -# New ports collection makefile for: spellathon -# Date created: 7 May 2009 -# Whom: girish -# +# Created by: girish # $FreeBSD$ -# PORTNAME= spellathon PORTVERSION= 5.79 @@ -11,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF -MAINTAINER= girish.rao.dev@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Word game to test your English vocabulary skills USE_QT4= gui moc_build qmake_build rcc_build uic_build