aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2005-10-16 13:38:45 +0800
committerfenner <fenner@FreeBSD.org>2005-10-16 13:38:45 +0800
commit81de0860086fceeeb2023d7b0f506c9f15f75c4d (patch)
tree7cdceabfc15cd1f0df42bb2380de8f69e67e34f6 /devel
parentc734883a00daed74671201264dcef80d2a1f95e2 (diff)
downloadfreebsd-ports-gnome-81de0860086fceeeb2023d7b0f506c9f15f75c4d.tar.gz
freebsd-ports-gnome-81de0860086fceeeb2023d7b0f506c9f15f75c4d.tar.zst
freebsd-ports-gnome-81de0860086fceeeb2023d7b0f506c9f15f75c4d.zip
Fix the path on ftp.freepascal.org
Use ftp.planetmirror.com Use groups to not try fetching the wrong patch from the wrong site.
Diffstat (limited to 'devel')
-rw-r--r--devel/fpc-gdb/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/fpc-gdb/Makefile b/devel/fpc-gdb/Makefile
index af63e5eae675..bdbd0e9db02f 100644
--- a/devel/fpc-gdb/Makefile
+++ b/devel/fpc-gdb/Makefile
@@ -13,15 +13,15 @@ MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= gdb/old-releases
PKGNAMEPREFIX= fpc-
-PATCH_SITES= ftp://ftp.freepascal.org/fpc/contrib/libgdb/old/v5.2.1/ \
- ftp://planetmirror.com/pub/fpc/contrib/libgdb/old/v5.2.1/ \
+PATCH_SITES= ftp://ftp.freepascal.org/pub/fpc/contrib/libgdb/old/v5.2.1/ \
+ ftp://ftp.planetmirror.com/pub/fpc/contrib/libgdb/old/v5.2.1/ \
ftp://ftp.jp.freepascal.org/mirror/fpc/contrib/libgdb/old/v5.2.1/ \
ftp://freepascal.stack.nl/pub/fpc/contrib/libgdb/old/v5.2.1/ \
ftp://ftp.no.freepascal.org/pub/fpc/contrib/libgdb/old/v5.2.1/ \
ftp://ftp.us.freepascal.org/pub/fpc/contrib/libgdb/old/v5.2.1/ \
- ${MASTER_SITE_LOCAL}
-PATCH_SITE_SUBDIR= obrien
-PATCHFILES= gdb521.dif gdb521_xfree-loadmod.diff
+ ${MASTER_SITE_LOCAL:S/$/:local/}
+PATCH_SITE_SUBDIR= obrien/:local
+PATCHFILES= gdb521.dif gdb521_xfree-loadmod.diff:local
MAINTAINER= ports@FreeBSD.org
COMMENT= GNU GDB 5.2.1 modified for Free Pascal