git: 8449100fd9ec - main - Mk/bsd.sites.mk: Update OSSP entries
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Mar 2023 18:08:45 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8449100fd9ecabb4339b1a4ef857c8e53ff6dedb
commit 8449100fd9ecabb4339b1a4ef857c8e53ff6dedb
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-03-19 16:47:19 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-03-19 18:08:32 +0000
Mk/bsd.sites.mk: Update OSSP entries
Remove dead main site and add HTTP URL for ftp.ntua.gr
---
Mk/bsd.sites.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index 9ceeba7b33a2..a98eee27a8ea 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -787,7 +787,7 @@ FETCH_ARGS+= --user-agent=curl/7.68.0
.if !defined(IGNORE_MASTER_SITE_OSSP)
MASTER_SITE_OSSP+= \
- ftp://ftp.ossp.org/pkg/%SUBDIR%/ \
+ http://ftp.ntua.gr/pub/utils/ossp/%SUBDIR%/ \
ftp://ftp.ntua.gr/pub/utils/ossp/%SUBDIR%/
.endif