diff options
author | mnag <mnag@FreeBSD.org> | 2005-11-15 05:31:14 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-11-15 05:31:14 +0800 |
commit | 443f2376e32004d03b9245e6c128ae8bf536b375 (patch) | |
tree | 193b5562ac9654a51d734ff02b39a1638040a090 /games/quake-source | |
parent | 6695e475f6562892ac2669bd070d0699b5c2e5fe (diff) | |
download | freebsd-ports-gnome-443f2376e32004d03b9245e6c128ae8bf536b375.tar.gz freebsd-ports-gnome-443f2376e32004d03b9245e6c128ae8bf536b375.tar.zst freebsd-ports-gnome-443f2376e32004d03b9245e6c128ae8bf536b375.zip |
Add secondary MASTER_SITES
Add SHA256
PR: 89033
Submitted by: "Alejandro Pulver" <alejandro@varnet.biz> (maintainer)
Diffstat (limited to 'games/quake-source')
-rw-r--r-- | games/quake-source/Makefile | 6 | ||||
-rw-r--r-- | games/quake-source/distinfo | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games/quake-source/Makefile b/games/quake-source/Makefile index 8b309f443ced..ca8f0d9171b0 100644 --- a/games/quake-source/Makefile +++ b/games/quake-source/Makefile @@ -8,7 +8,8 @@ PORTNAME= source PORTVERSION= 1.01 CATEGORIES= games -MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/source/:s +MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/source/:s \ + ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/source/:s PKGNAMEPREFIX= quake- DISTNAME= qcc DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:s @@ -28,7 +29,8 @@ LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME} .include <bsd.port.pre.mk> .if defined(WITH_QUAKEWORLD) -MASTER_SITES+= ftp://ftp.idsoftware.com/idstuff/quakeworld/unix/:qw +MASTER_SITES+= ftp://ftp.idsoftware.com/idstuff/quakeworld/unix/:qw \ + ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/quakeworld/unix/:qw DISTFILES+= qwsv-2.30-glibc-i386-unknown-linux2.0${EXTRACT_SUFX}:qw USE_REINPLACE= yes PLIST_SUB+= QUAKEWORLD="" diff --git a/games/quake-source/distinfo b/games/quake-source/distinfo index a2574b287cb5..0650cb7021c4 100644 --- a/games/quake-source/distinfo +++ b/games/quake-source/distinfo @@ -1,4 +1,6 @@ MD5 (qcc.tar.gz) = 7c5ef5180fd5e13bfe75a79efc61e5f9 +SHA256 (qcc.tar.gz) = 8fe99dbd973a82c302ab4c4374ac4ada7a55d5a48c979b69a227ecb2f08c1d40 SIZE (qcc.tar.gz) = 204053 MD5 (qwsv-2.30-glibc-i386-unknown-linux2.0.tar.gz) = 75333c66edd156a1695452d3971169d7 +SHA256 (qwsv-2.30-glibc-i386-unknown-linux2.0.tar.gz) = c4e065f3a3660fa7990536c87318795b9e04f20b9d63328abbf3282caec7106c SIZE (qwsv-2.30-glibc-i386-unknown-linux2.0.tar.gz) = 205578 |