Skip to content

Commit

Permalink
deskutils/plan: Restructure fetch
Browse files Browse the repository at this point in the history
A newer release of plan may be found on ftp.bitrot.de. However only port
(non-passive) FTP works. FETCH_ARGS are adjusted to circumvent this.
Also, mirror on my site to avoid FTP entirely.
  • Loading branch information
cschuber committed Feb 16, 2022
1 parent 7bfa2b6 commit 94a3c67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deskutils/plan/Makefile
Expand Up @@ -6,11 +6,14 @@ PORTNAME= plan
PORTVERSION= 1.10.1
PORTREVISION= 1
CATEGORIES+= deskutils
MASTER_SITES= ftp://plan.ftp.fu-berlin.de/
MASTER_SITES= https://cschubert.com/distfiles/plan/ \
ftp://ftp.bitrot.de/pub/plan/ \
ftp://plan.ftp.fu-berlin.de/

MAINTAINER= cy@FreeBSD.org
COMMENT= X/Motif schedule planner with calendar

FETCH_ARGS= -Fr --no-passive
USES= motif
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
ALL_TARGET= freebsd
Expand Down

0 comments on commit 94a3c67

Please sign in to comment.