pkgsrc-WIP-changes archive

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

scummvm-bass fix issue with ftp being unable to follow 301 redirect



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

Modified Files:
	scummvm-bass/Makefile

Log Message:
scummvm-bass fix issue with ftp being unable to follow 301 redirect

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

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

diffstat:
 scummvm-bass/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diffs:
diff --git a/scummvm-bass/Makefile b/scummvm-bass/Makefile
index face09edd2..249c41570f 100644
--- a/scummvm-bass/Makefile
+++ b/scummvm-bass/Makefile
@@ -1,8 +1,10 @@
 # $NetBSD$
 
-PKGNAME=		scummvm-bass-0
+PKGNAME=		scummvm-bass
 CATEGORIES=		games
-MASTER_SITES=		https://www.scummvm.org/frs/extras/Beneath%20a%20Steel%20Sky/
+#ftp can't deal with lack of urlencoded spaces on the 301
+#MASTER_SITES=		http://www.scummvm.org/frs/extras/Beneath%20a%20Steel%20Sky/
+MASTER_SITES=		https://fr1.eu.scummvm.net/extras/Beneath%20a%20Steel%20Sky/
 EXTRACT_SUFX=		.zip
 
 MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
@@ -10,6 +12,7 @@ HOMEPAGE=		https://www.scummvm.org/games/
 COMMENT=		Beneath a Steel Sky
 #LICENSE=		freeware license specified in readme.txt
 
+
 BASSDIR=	${PREFIX}/share/games/bass
 
 INSTALLATION_DIRS=	bin


Home | Main Index | Thread Index | Old Index