git: f80e86ea24b0 - main - Mk/bsd.sites.mk: Remove HORDE MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Nov 2023 22:44:11 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=f80e86ea24b014698f5bc91278ad882803308ce4 commit f80e86ea24b014698f5bc91278ad882803308ce4 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-11-20 16:06:00 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-11-22 22:44:01 +0000 Mk/bsd.sites.mk: Remove HORDE MASTER_SITES The URLS return 404 as all of there have been moved to https://pear.horde.org and this is the URL used in Mk/Uses/horde.mk Approved by: portmgr (blanket) --- Mk/bsd.sites.mk | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 8cf949434896..01063a65f2e3 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -639,16 +639,6 @@ MASTER_SITE_HACKAGE+= \ http://hackage.haskell.org/package/ .endif -.if !defined(IGNORE_MASTER_SITE_HORDE) -MASTER_SITE_HORDE+= \ - https://ftp.horde.org/pub/%SUBDIR%/ \ - ftp://ftp.horde.org/pub/%SUBDIR%/ \ - ftp://ftp.at.horde.org/infosys/webapps/horde/%SUBDIR%/ \ - ftp://ftp.se.horde.org/mirror/horde/pub/%SUBDIR%/ \ - ftp://ftp.tw.horde.org/pub/%SUBDIR%/ \ - ftp://ftp.us.horde.org/pub/software/horde//%SUBDIR%/ -.endif - .if !defined(IGNORE_MASTER_SITE_IDSOFTWARE) MASTER_SITE_IDSOFTWARE+= \ ftp://ftp.gwdg.de/pub/misc2/ftp.idsoftware.com/idstuff/%SUBDIR%/ \ @@ -1112,7 +1102,6 @@ MASTER_SITES_SUBDIRS= APACHE_COMMONS_BINARIES:${PORTNAME:S,commons-,,} \ GNU:${PORTNAME} \ GNUPG:${PORTNAME} \ GNU_ALPHA:${PORTNAME} \ - HORDE:${PORTNAME} \ LIBREOFFICE_DEV:${PORTNAME} \ MATE:${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \ MOZDEV:${PORTNAME:tl} \