Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2019 08:07:44 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493943 - head/lang/gcc49
Message-ID:  <201902260807.x1Q87i9t055699@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Tue Feb 26 08:07:44 2019
New Revision: 493943
URL: https://svnweb.freebsd.org/changeset/ports/493943

Log:
  lang/gcc49: fix EXPIRATION_DATE

Modified:
  head/lang/gcc49/Makefile

Modified: head/lang/gcc49/Makefile
==============================================================================
--- head/lang/gcc49/Makefile	Tue Feb 26 08:04:24 2019	(r493942)
+++ head/lang/gcc49/Makefile	Tue Feb 26 08:07:44 2019	(r493943)
@@ -15,7 +15,7 @@ LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
 DEPRECATED=	Unsupported by upstream. Use GCC 7 or newer instead.
-EXPIRATION_DATE=2018-04-26
+EXPIRATION_DATE=2019-04-26
 ONLY_FOR_ARCHS=	amd64 armv6 i386 powerpc powerpc64 sparc64
 
 LIB_DEPENDS=	libgmp.so:math/gmp \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902260807.x1Q87i9t055699>