Date: Sun, 9 Apr 2023 17:52:28 GMT From: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: f8639b9b29 - main - Porters - Quick Porting: Upgrade FTP url to a working one Message-ID: <202304091752.339HqSGj015035@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304091752.339HqSGj015035>