From owner-svn-ports-branches@FreeBSD.ORG Sat May 10 21:25:36 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C99C87D9; Sat, 10 May 2014 21:25:36 +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 B6F99C00; Sat, 10 May 2014 21:25:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4ALPa8e050942; Sat, 10 May 2014 21:25:36 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4ALPaLg050941; Sat, 10 May 2014 21:25:36 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201405102125.s4ALPaLg050941@svn.freebsd.org> From: Antoine Brodin Date: Sat, 10 May 2014 21:25:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r353609 - branches/2014Q2/devel/libtecla X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2014 21:25:36 -0000 Author: antoine Date: Sat May 10 21:25:36 2014 New Revision: 353609 URL: http://svnweb.freebsd.org/changeset/ports/353609 QAT: https://qat.redports.org/buildarchive/r353609/ Log: MFH: r353608 Maintainer no longer wishes to maintain this port With hat: portmgr Modified: branches/2014Q2/devel/libtecla/Makefile Directory Properties: branches/2014Q2/ (props changed) Modified: branches/2014Q2/devel/libtecla/Makefile ============================================================================== --- branches/2014Q2/devel/libtecla/Makefile Sat May 10 21:23:11 2014 (r353608) +++ branches/2014Q2/devel/libtecla/Makefile Sat May 10 21:25:36 2014 (r353609) @@ -6,7 +6,7 @@ PORTVERSION= 1.6.2 CATEGORIES= devel MASTER_SITES= http://www.astro.caltech.edu/~mcs/tecla/ -MAINTAINER= mike@fth-devel.net +MAINTAINER= ports@FreeBSD.org COMMENT= Interactive command line editing facilities LICENSE= MIT