git: f8639b9b29 - main - Porters - Quick Porting: Upgrade FTP url to a working one
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Apr 2023 17:52:28 UTC
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=f8639b9b29c8728d94ccd9e6f27f3ea10aaeff2e commit f8639b9b29c8728d94ccd9e6f27f3ea10aaeff2e Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2023-04-09 17:50:52 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2023-04-09 17:50:52 +0000 Porters - Quick Porting: Upgrade FTP url to a working one PR: 269685 Reviewed by: jrm@ --- .../content/en/books/porters-handbook/quick-porting/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/porters-handbook/quick-porting/_index.adoc b/documentation/content/en/books/porters-handbook/quick-porting/_index.adoc index 41ae5dbfc4..fbf219e389 100644 --- a/documentation/content/en/books/porters-handbook/quick-porting/_index.adoc +++ b/documentation/content/en/books/porters-handbook/quick-porting/_index.adoc @@ -81,7 +81,7 @@ The minimal [.filename]#Makefile# would look something like this: PORTNAME= oneko DISTVERSION= 1.1b CATEGORIES= games -MASTER_SITES= ftp://ftp.cs.columbia.edu/archives/X11R5/contrib/ +MASTER_SITES= ftp://ftp.rediris.es/sites/ftp.freebsd.org/pub/FreeBSD/ MAINTAINER= youremail@example.com COMMENT= Cat chasing a mouse all over the screen