Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Bernd Ernesti <veego@netbsd.org>
List: source-changes
Date: 09/01/2000 11:51:22
Module Name:	pkgsrc
Committed By:	veego
Date:		Fri Sep  1 08:51:22 UTC 2000

Modified Files:
	pkgsrc/devel/bonobo: Makefile

Log Message:
Remove a / from the MASTER_SITE url. Otherwise you would get urls like that:
ftp://ftp.gnome.org/pub/GNOME//unstable/sources/bonobo/
                              ^
and then get this error:

500 'CWD ': command not understood.
CWD command not recognized, trying XCWD.
500 'XCWD ': command not understood.

ftp: The `CWD ' command (without a directory), which is required by
     RFC 1738 to support the empty directory in the URL pathname (`//'),
     conflicts with the server's conformance to RFC 959.
     Try the same URL without the `//' in the URL pathname.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/bonobo/Makefile

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