pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

work around ftp issue fetching from scummvm mirror



Module Name:	pkgsrc-wip
Committed By:	i3enedek <pkgsrc%xn--rvztrtkrfrgp-bbb7j2b8f0b9d7a21oft.com@localhost>
Pushed By:	i3enedek
Date:		Sat Aug 22 01:33:45 2020 +0100
Changeset:	4499ae2e1cfcf5744e0c120c13b28987e96a7e31

Modified Files:
	scummvm-bass/Makefile
	scummvm-fotaq/Makefile

Log Message:
work around ftp issue fetching from scummvm mirror

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4499ae2e1cfcf5744e0c120c13b28987e96a7e31

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 scummvm-bass/Makefile  | 2 +-
 scummvm-fotaq/Makefile | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/scummvm-bass/Makefile b/scummvm-bass/Makefile
index 249c41570f..7c09f60974 100644
--- a/scummvm-bass/Makefile
+++ b/scummvm-bass/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=		scummvm-bass
+PKGNAME=		scummvm-bass-0
 CATEGORIES=		games
 #ftp can't deal with lack of urlencoded spaces on the 301
 #MASTER_SITES=		http://www.scummvm.org/frs/extras/Beneath%20a%20Steel%20Sky/
diff --git a/scummvm-fotaq/Makefile b/scummvm-fotaq/Makefile
index 7b020ba334..55bed878b9 100644
--- a/scummvm-fotaq/Makefile
+++ b/scummvm-fotaq/Makefile
@@ -3,7 +3,9 @@
 
 PKGNAME=		scummvm-fotaq-0
 CATEGORIES=		games
-MASTER_SITES=		https://www.scummvm.org/frs/extras/Flight%20of%20the%20Amazon%20Queen/
+#ftp can't deal with lack of urlencoded spaces on the 301
+#MASTER_SITES=		https://www.scummvm.org/frs/extras/Flight%20of%20the%20Amazon%20Queen/
+MASTER_SITES=		https://fr1.eu.scummvm.net/extras/Flight%20of%20the%20Amazon%20Queen/
 EXTRACT_SUFX=		.zip
 
 MAINTAINER=		pkgsrc-users%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index