From owner-svn-ports-head@freebsd.org Fri Apr 10 15:17:24 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 01EB42C059C; Fri, 10 Apr 2020 15:17:24 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48zM7l6B8Zz49k4; Fri, 10 Apr 2020 15:17:23 +0000 (UTC) (envelope-from danfe@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 CF9F827C; Fri, 10 Apr 2020 15:17:23 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03AFHNRR061483; Fri, 10 Apr 2020 15:17:23 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03AFHNcg061482; Fri, 10 Apr 2020 15:17:23 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202004101517.03AFHNcg061482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 10 Apr 2020 15:17:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531324 - head/devel/tigcc X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/devel/tigcc X-SVN-Commit-Revision: 531324 X-SVN-Commit-Repository: ports 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.29 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: Fri, 10 Apr 2020 15:17:24 -0000 Author: danfe Date: Fri Apr 10 15:17:23 2020 New Revision: 531324 URL: https://svnweb.freebsd.org/changeset/ports/531324 Log: Unbreak, undeprecate, and assume maintainership. PR: 245402 Modified: head/devel/tigcc/Makefile Modified: head/devel/tigcc/Makefile ============================================================================== --- head/devel/tigcc/Makefile Fri Apr 10 15:08:22 2020 (r531323) +++ head/devel/tigcc/Makefile Fri Apr 10 15:17:23 2020 (r531324) @@ -5,19 +5,15 @@ PORTNAME= tigcc PORTVERSION= 0.96.b8 PORTREVISION= 10 CATEGORIES= devel -MASTER_SITES= GCC/snapshots/4.1-20060728:gcc \ - GNU/binutils:gas \ - http://tigcc.ticalc.org/linux/:tigcc -DISTFILES= gcc-core-4.1-20060728.tar.bz2:gcc \ - binutils-2.16.1.tar.bz2:gas \ - tigcc_src.tar.bz2:tigcc +MASTER_SITES= http://freebsd.nsu.ru/distfiles/:gcc LOCAL/danfe:gcc \ + GNU/binutils:gas \ + http://tigcc.ticalc.org/linux/:tigcc +DISTFILES= gcc-core-4.1-20060728.tar.bz2:gcc \ + binutils-2.16.1.tar.bz2:gas \ + tigcc_src.tar.bz2:tigcc -MAINTAINER= cyberbotx@cyberbotx.com +MAINTAINER= danfe@FreeBSD.org COMMENT= C compiler for the TI89, 92, and 92+ calculators - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 USES= bison compiler:nestedfct gmake tar:bzip2 USE_CSTD= gnu89