svn commit: r371323 - in head/lang: gcc-aux gnat_util

John Marino marino at FreeBSD.org
Tue Oct 21 14:39:00 UTC 2014


Author: marino
Date: Tue Oct 21 14:38:58 2014
New Revision: 371323
URL: https://svnweb.freebsd.org/changeset/ports/371323
QAT: https://qat.redports.org/buildarchive/r371323/

Log:
  lang/gnat_util: Move PORTREVISION to central location
  
  Many of the ports based on gcc-aux sources have a central location
  defining their PORTREVISION to make it easy to reset all them all when
  the base version is updated.  lang/gnat_util should have had, but did not
  and as a result the PORTREVISION didn't get reset at all.  Centralize
  it for the future.

Modified:
  head/lang/gcc-aux/Makefile.version
  head/lang/gnat_util/Makefile

Modified: head/lang/gcc-aux/Makefile.version
==============================================================================
--- head/lang/gcc-aux/Makefile.version	Tue Oct 21 14:01:16 2014	(r371322)
+++ head/lang/gcc-aux/Makefile.version	Tue Oct 21 14:38:58 2014	(r371323)
@@ -5,6 +5,7 @@ GCC_POINT=		1
 GCC_VERSION=		${GCC_BRANCH}.${GCC_POINT}
 SNAPSHOT=		20140716
 MAIN_PR=		0
+UTIL_PR=		2
 ARMV5_PR=		0
 ARMV7_PR=		0
 

Modified: head/lang/gnat_util/Makefile
==============================================================================
--- head/lang/gnat_util/Makefile	Tue Oct 21 14:01:16 2014	(r371322)
+++ head/lang/gnat_util/Makefile	Tue Oct 21 14:38:58 2014	(r371323)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnat_util
 PORTVERSION=	${SNAPSHOT}
-PORTREVISION=	2
+PORTREVISION=	${UTIL_PR}
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_GCC}
 MASTER_SITE_SUBDIR= ${MS_SUBDIR}


More information about the svn-ports-all mailing list