From owner-svn-ports-head@freebsd.org Wed Feb 27 22:41:01 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 994411507AF3; Wed, 27 Feb 2019 22:41:01 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) (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 9CDF19438E; Wed, 27 Feb 2019 22:41:00 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 8075A33E0C; Wed, 27 Feb 2019 17:40:59 -0500 (EST) Received: from anthias (unknown [46.57.101.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 9037833E0B; Wed, 27 Feb 2019 17:40:58 -0500 (EST) Date: Wed, 27 Feb 2019 23:40:56 +0100 (CET) From: Gerald Pfeifer To: Rene Ladan cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r493943 - head/lang/gcc49 In-Reply-To: <201902260807.x1Q87i9t055699@repo.freebsd.org> Message-ID: References: <201902260807.x1Q87i9t055699@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 9CDF19438E X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of gerald@pfeifer.com designates 209.68.5.143 as permitted sender) smtp.mailfrom=gerald@pfeifer.com X-Spamd-Result: default: False [-4.63 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+a:hamza.pair.com]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[pfeifer.com]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_DN_SOME(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; IP_SCORE(-1.33)[ip: (-5.52), ipnet: 209.68.0.0/18(-0.54), asn: 7859(-0.53), country: US(-0.07)]; MX_GOOD(-0.01)[cached: mailwash29.pair.com]; NEURAL_HAM_SHORT(-0.99)[-0.988,0]; RECEIVED_SPAMHAUS_PBL(0.00)[27.101.57.46.zen.spamhaus.org : 127.0.0.11]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7859, ipnet:209.68.0.0/18, country:US]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[] 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: Wed, 27 Feb 2019 22:41:01 -0000 On Tue, 26 Feb 2019, Rene Ladan wrote: > Log: > lang/gcc49: fix EXPIRATION_DATE No time travel over here? ;-) > -EXPIRATION_DATE=2018-04-26 > +EXPIRATION_DATE=2019-04-26 (Thanks for catching and fixing, Rene.) Gerald