Date: Tue, 21 Oct 2014 14:38:59 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371323 - in head/lang: gcc-aux gnat_util Message-ID: <201410211438.s9LEcxO5001379@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410211438.s9LEcxO5001379>