mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Use groups to look in the right directory on the right MASTER_SITE.
Switch to the old-releases on MASTER_SITE_SOURCEWARE. Approved by: obrien (MAINTAINER) (blanket)
This commit is contained in:
parent
0697603752
commit
534e400359
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145687
@ -11,8 +11,10 @@ PORTVERSION= 5.3
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEWARE} ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= gdb/releases obrien
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEWARE:S/$/:sw/} \
|
||||
${MASTER_SITE_LOCAL:S/$/:local/}
|
||||
MASTER_SITE_SUBDIR= gdb/old-releases/:sw obrien/:local
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sw,local
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
COMMENT= Source level debugger - GNU GDB 5.3
|
||||
|
Loading…
Reference in New Issue
Block a user