git: 32db1d31833c - main - deskutils/plan: Remove dead mirrors and switch to https for MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Oct 2024 10:14:48 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=32db1d31833c1ac13430953adfc3c539b6fe2dee commit 32db1d31833c1ac13430953adfc3c539b6fe2dee Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-10-13 10:12:34 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-10-13 10:13:54 +0000 deskutils/plan: Remove dead mirrors and switch to https for MASTER_SITES Remove dead mirrors and switch to https for MASTER_SITES Approved by: portmgr (blanket) --- deskutils/plan/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/deskutils/plan/Makefile b/deskutils/plan/Makefile index 949193b6f17d..da548fb56843 100644 --- a/deskutils/plan/Makefile +++ b/deskutils/plan/Makefile @@ -5,14 +5,12 @@ PORTVERSION= 1.12 PORTREVISION?= 1 CATEGORIES+= deskutils MASTER_SITES= https://cschubert.com/distfiles/plan/ \ - ftp://ftp.bitrot.de/pub/plan/ \ - ftp://plan.ftp.fu-berlin.de/ + https://plan.ftp.fu-berlin.de/ MAINTAINER= cy@FreeBSD.org COMMENT= X/Motif schedule planner with calendar WWW= https://www.bitrot.de/plan.html -FETCH_ARGS= -Fr --no-passive USES= motif USE_XORG= xt sm ice x11 xext WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src