svn commit: r374401 - head/Mk

Koop Mast kwm at FreeBSD.org
Tue Dec 9 15:17:55 UTC 2014


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} \


More information about the svn-ports-head mailing list