Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2024 10:14:48 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 32db1d31833c - main - deskutils/plan: Remove dead mirrors and switch to https for MASTER_SITES
Message-ID:  <202410131014.49DAEmnr091323@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410131014.49DAEmnr091323>