- Add a new macro SFP, SourceForge Project, for use with the new
file layout used for new uploads at sourceforge.net - Readd garr after the issues are resolved Based on patches from: Sylvio Cesar <scjamorim@bsd.com.br> and amdmi3
This commit is contained in:
parent
1c09346ace
commit
cbf7cbeac7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239408
@ -1172,12 +1172,19 @@ MASTER_SITE_SAVANNAH+= \
|
||||
.endif
|
||||
|
||||
.if !defined(IGNORE_MASTER_SITE_SOURCEFORGE)
|
||||
.for mirror in superb-east nchc kent easynews ufpr mesh heanet # garr
|
||||
.for mirror in garr superb-east nchc kent easynews ufpr mesh heanet
|
||||
MASTER_SITE_SOURCEFORGE+= \
|
||||
http://${mirror}.dl.sourceforge.net/sourceforge/%SUBDIR%/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.if !defined(IGNORE_MASTER_SITE_SOURCEFORGE_PROJECT)
|
||||
.for mirror in garr superb-east nchc kent easynews ufpr mesh heanet
|
||||
MASTER_SITE_SOURCEFORGE_PROJECT+= \
|
||||
http://${mirror}.dl.sourceforge.net/project/%SUBDIR%/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
# official sf.net mirrors that don't mirror all projects, check
|
||||
# http://prdownloads.sourceforge.net/%SUBDIR%/
|
||||
.if !defined(IGNORE_MASTER_SITE_SOURCEFORGE_EXTENDED)
|
||||
@ -1493,7 +1500,7 @@ MASTER_SITE_KERNEL_ORG+= \
|
||||
|
||||
# Macro magic
|
||||
|
||||
MASTER_SITES_ABBREVS= CPAN:PERL_CPAN SF:SOURCEFORGE SFE:SOURCEFORGE_EXTENDED \
|
||||
MASTER_SITES_ABBREVS= CPAN:PERL_CPAN SF:SOURCEFORGE SFP:SOURCEFORGE_PROJECT SFE:SOURCEFORGE_EXTENDED \
|
||||
SFJP:SOURCEFORGE_JP RF:RUBYFORGE
|
||||
MASTER_SITES_SUBDIRS= \
|
||||
APACHE_JAKARTA:${PORTNAME:S,-,/,}/source \
|
||||
@ -1514,6 +1521,7 @@ MASTER_SITES_SUBDIRS= \
|
||||
RUBY_GNOME:${RUBY_GNOME_MASTER_SITE_SUBDIR} \
|
||||
SAVANNAH:${PORTNAME:L} \
|
||||
SOURCEFORGE:${PORTNAME:L} \
|
||||
SOURCEFORGE_PROJECT:${PORTNAME:L} \
|
||||
SOURCEFORGE_EXTENDED:${PORTNAME:L} \
|
||||
RUBYFORGE:${PORTNAME:L}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user