svn commit: r353119 - head/lang/gnat-aux

John Marino marino at FreeBSD.org
Tue May 6 19:06:48 UTC 2014


Author: marino
Date: Tue May  6 19:06:47 2014
New Revision: 353119
URL: http://svnweb.freebsd.org/changeset/ports/353119
QAT: https://qat.redports.org/buildarchive/r353119/

Log:
  lang/gnat-aux: Update deprecation message to reflect current affairs
  
  The latest gcc-aux compiler is now based on gcc 4.9.  The 4.7-based
  compiler is still available at lang/gcc47-aux though.  Note that
  this port will be deleted in less than one month from now.

Modified:
  head/lang/gnat-aux/Makefile

Modified: head/lang/gnat-aux/Makefile
==============================================================================
--- head/lang/gnat-aux/Makefile	Tue May  6 18:44:19 2014	(r353118)
+++ head/lang/gnat-aux/Makefile	Tue May  6 19:06:47 2014	(r353119)
@@ -16,7 +16,7 @@ COMMENT=	GNAT Ada compiler based on GCC 
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi
 
-DEPRECATED=	Superceded by gcc4.7-based lang/gcc-aux, use it instead
+DEPRECATED=	Superceded by gcc4.9-based lang/gcc-aux, use it instead
 EXPIRATION_DATE=2014-06-01
 
 .include "${.CURDIR}/Makefile.common"


More information about the svn-ports-head mailing list