From owner-svn-ports-head@FreeBSD.ORG Tue Dec 9 15:17:55 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 568B8272; Tue, 9 Dec 2014 15:17:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 433BA130; Tue, 9 Dec 2014 15:17:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB9FHtA3019486; Tue, 9 Dec 2014 15:17:55 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB9FHtKD019485; Tue, 9 Dec 2014 15:17:55 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201412091517.sB9FHtKD019485@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 9 Dec 2014 15:17:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374401 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2014 15:17:55 -0000 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} \