Suspecting that nobody uses it any longer, and I am lacking the resources to keep maintaining it. Same applies to lang/t3x, lang/alisp, lang/sketchy. Do I have to submit a separate PR for each of those?
Responsible Changed From-To: freebsd-ports-bugs->culot I'll take it.
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 <nmh@t3x.org> 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Maintainership was reset for all four ports. Thanks for your work!