svn commit: r469832 - head/lang/gcc47

Gerald Pfeifer gerald at FreeBSD.org
Sun May 13 21:00:44 UTC 2018


Author: gerald
Date: Sun May 13 21:00:43 2018
New Revision: 469832
URL: https://svnweb.freebsd.org/changeset/ports/469832

Log:
  Add an EXPIRATION_DATE of 2018-07-13 since this version of GCC will not
  have been maintained upstream for more than three years by then. It also
  is not used anywhere in the FreeBSD Ports tree.

Modified:
  head/lang/gcc47/Makefile

Modified: head/lang/gcc47/Makefile
==============================================================================
--- head/lang/gcc47/Makefile	Sun May 13 20:55:08 2018	(r469831)
+++ head/lang/gcc47/Makefile	Sun May 13 21:00:43 2018	(r469832)
@@ -16,6 +16,7 @@ LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
 DEPRECATED=	Unsupported by upstream. Use GCC 6 or newer instead.
+EXPIRATION_DATE=2018-07-13
 ONLY_FOR_ARCHS=	amd64 i386 powerpc sparc64
 
 LIB_DEPENDS=	libgmp.so:math/gmp \


More information about the svn-ports-head mailing list