svn commit: r493943 - head/lang/gcc49

Rene Ladan rene at FreeBSD.org
Tue Feb 26 08:07:45 UTC 2019


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 \


More information about the svn-ports-all mailing list