From owner-svn-ports-head@FreeBSD.ORG Mon Apr 14 13:18:08 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB72AE86; Mon, 14 Apr 2014 13:18:08 +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 7EDE016B8; Mon, 14 Apr 2014 13:18:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3EDI8CP043341; Mon, 14 Apr 2014 13:18:08 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3EDI7U9043337; Mon, 14 Apr 2014 13:18:07 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201404141318.s3EDI7U9043337@svn.freebsd.org> From: Frederic Culot Date: Mon, 14 Apr 2014 13:18:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351258 - in head: devel/tide lang/alisp lang/sketchy lang/t3x 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.17 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: Mon, 14 Apr 2014 13:18:08 -0000 Author: culot Date: Mon Apr 14 13:18:07 2014 New Revision: 351258 URL: http://svnweb.freebsd.org/changeset/ports/351258 QAT: https://qat.redports.org/buildarchive/r351258/ Log: - Reassign to the heap at maintainer's request With hat: portmgr-lurker PR: ports/188514 Submitted by: Nils M Holm Modified: head/devel/tide/Makefile head/lang/alisp/Makefile head/lang/sketchy/Makefile head/lang/t3x/Makefile Modified: head/devel/tide/Makefile ============================================================================== --- head/devel/tide/Makefile Mon Apr 14 13:17:07 2014 (r351257) +++ head/devel/tide/Makefile Mon Apr 14 13:18:07 2014 (r351258) @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= # http://www.t3x.org/files/ DISTNAME= tide-${PORTVERSION:S/.//g} -MAINTAINER= nmh@t3x.org +MAINTAINER= ports@FreeBSD.org COMMENT= Collection of classes for the T3X language LICENSE= BSD Modified: head/lang/alisp/Makefile ============================================================================== --- head/lang/alisp/Makefile Mon Apr 14 13:17:07 2014 (r351257) +++ head/lang/alisp/Makefile Mon Apr 14 13:18:07 2014 (r351258) @@ -6,7 +6,7 @@ PORTVERSION= 20060917 CATEGORIES= lang devel lisp MASTER_SITES= http://t3x.org/files/ -MAINTAINER= nmh@t3x.org +MAINTAINER= ports@FreeBSD.org COMMENT= An interpreter for purely symbolic LISP MAN7= alisp.7 Modified: head/lang/sketchy/Makefile ============================================================================== --- head/lang/sketchy/Makefile Mon Apr 14 13:17:07 2014 (r351257) +++ head/lang/sketchy/Makefile Mon Apr 14 13:18:07 2014 (r351258) @@ -6,7 +6,7 @@ PORTVERSION= 20070218 CATEGORIES= lang devel lisp scheme MASTER_SITES= http://www.t3x.org/files/ -MAINTAINER= nmh@t3x.org +MAINTAINER= ports@FreeBSD.org COMMENT= An interpreter for purely applicative Scheme USE_LDCONFIG= yes Modified: head/lang/t3x/Makefile ============================================================================== --- head/lang/t3x/Makefile Mon Apr 14 13:17:07 2014 (r351257) +++ head/lang/t3x/Makefile Mon Apr 14 13:18:07 2014 (r351258) @@ -8,7 +8,7 @@ CATEGORIES= lang devel MASTER_SITES= http://www.t3x.org/files/ DISTNAME= t3x-${PORTVERSION:S/.//g} -MAINTAINER= nmh@t3x.org +MAINTAINER= ports@FreeBSD.org COMMENT= A compiler for the minimum procedural language T3X ONLY_FOR_ARCHS= i386