From owner-svn-ports-all@freebsd.org Mon Jan 8 15:34:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0D1BE72D61; Mon, 8 Jan 2018 15:34:24 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9AB83806BC; Mon, 8 Jan 2018 15:34:24 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C5B2D189B; Mon, 8 Jan 2018 15:34:23 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w08FYNwL049480; Mon, 8 Jan 2018 15:34:23 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w08FYN6X049479; Mon, 8 Jan 2018 15:34:23 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201801081534.w08FYN6X049479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Mon, 8 Jan 2018 15:34:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458428 - head/lang/tcc X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: head/lang/tcc X-SVN-Commit-Revision: 458428 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Mon, 08 Jan 2018 15:34:24 -0000 Author: cpm Date: Mon Jan 8 15:34:23 2018 New Revision: 458428 URL: https://svnweb.freebsd.org/changeset/ports/458428 Log: Back to the pool Modified: head/lang/tcc/Makefile Modified: head/lang/tcc/Makefile ============================================================================== --- head/lang/tcc/Makefile Mon Jan 8 15:20:57 2018 (r458427) +++ head/lang/tcc/Makefile Mon Jan 8 15:34:23 2018 (r458428) @@ -6,7 +6,7 @@ DISTVERSION= 0_9_26 PORTREVISION= 5 CATEGORIES= lang -MAINTAINER= cpm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tiny C Compiler LICENSE= LGPL21