Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Dec 2014 15:17:55 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374401 - head/Mk
Message-ID:  <201412091517.sB9FHtKD019485@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Tue Dec  9 15:17:54 2014
New Revision: 374401
URL: https://svnweb.freebsd.org/changeset/ports/374401
QAT: https://qat.redports.org/buildarchive/r374401/

Log:
  Fix subdir part of GIMP sites.
  
  Make sure we only select the two numeric values of the version. I tested
  this with the gimp update but gimp overwrites the master_site_subdir value.

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Tue Dec  9 15:04:22 2014	(r374400)
+++ head/Mk/bsd.sites.mk	Tue Dec  9 15:17:54 2014	(r374401)
@@ -1532,7 +1532,7 @@ MASTER_SITES_SUBDIRS=	APACHE_JAKARTA:${P
 			GITHUB:${GH_ACCOUNT}/${GH_PROJECT}/legacy.tar.gz/${GH_TAGNAME}?dummy=/ \
 			GITHUB_CLOUD:${GH_ACCOUNT}/${GH_PROJECT}/ \
 			GNOME:sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \
-			GIMP:${PORTNAME}/${PORTVERSION}/ \
+			GIMP:${PORTNAME}/${PORTVERSION:R}/ \
 			GNU:${PORTNAME} \
 			GNU_ALPHA:${PORTNAME} \
 			HORDE:${PORTNAME} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412091517.sB9FHtKD019485>