svn commit: r438332 - head/lang/gcc48

Gerald Pfeifer gerald at FreeBSD.org
Wed Apr 12 06:37:47 UTC 2017


Author: gerald
Date: Wed Apr 12 06:37:46 2017
New Revision: 438332
URL: https://svnweb.freebsd.org/changeset/ports/438332

Log:
  Replace the sole use of DISTVERSION (in MASTER_SITES) by PORTVERSION.
  
  Inspired by:	mat

Modified:
  head/lang/gcc48/Makefile

Modified: head/lang/gcc48/Makefile
==============================================================================
--- head/lang/gcc48/Makefile	Wed Apr 12 03:11:08 2017	(r438331)
+++ head/lang/gcc48/Makefile	Wed Apr 12 06:37:46 2017	(r438332)
@@ -5,7 +5,7 @@ PORTNAME=	gcc
 PORTVERSION=	4.8.5
 PORTREVISION=	1
 CATEGORIES=	lang java
-MASTER_SITES=	GCC/releases/gcc-${DISTVERSION}
+MASTER_SITES=	GCC/releases/gcc-${PORTVERSION}
 PKGNAMESUFFIX=	${SUFFIX}
 
 MAINTAINER=	gerald at FreeBSD.org


More information about the svn-ports-all mailing list