1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Add gimp MASTER_SITES block.

This commit is contained in:
Koop Mast 2014-12-09 11:42:34 +00:00
parent 532ed7f174
commit d68d7f4f0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374371

View File

@ -577,6 +577,16 @@ MASTER_SITE_GNOME+= \
http://ftp.gnome.org/pub/GNOME/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_GIMP)
MASTER_SITE_GIMP+= \
http://gimp.mirrors.hoobly.com/pub/%SUBDIR%/ \
http://gimper.net/downloads/pub/%SUBDIR%/ \
http://mirror.hessmo.com/gimp/pub/%SUBDIR%/ \
http://de-mirror.gimper.net/pub/%SUBDIR%/ \
http://gimp.afri.cc/pub/%SUBDIR%/ \
http://download.gimp.org/pub/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_GNU)
MASTER_SITE_GNU+= \
http://ftpmirror.gnu.org/%SUBDIR%/ \
@ -1522,6 +1532,7 @@ MASTER_SITES_SUBDIRS= APACHE_JAKARTA:${PORTNAME:S,-,/,}/source \
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}/ \
GNU:${PORTNAME} \
GNU_ALPHA:${PORTNAME} \
HORDE:${PORTNAME} \