git: 81ce1e45a912 - main - */*: move my local distfiles to LOCAL/fuz
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Feb 2023 20:23:55 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=81ce1e45a91224a42927c292da35be3c9697a630 commit 81ce1e45a91224a42927c292da35be3c9697a630 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-02-11 00:19:06 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-02-14 20:23:41 +0000 */*: move my local distfiles to LOCAL/fuz This ensures that the ports remain usable even if my website goes down eventually. Approved by: eduardo (mentor) Differential Revision: https://reviews.freebsd.org/D38522 --- security/fragrouter/Makefile | 2 +- sysutils/vcp/Makefile | 2 +- www/writefreely/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/fragrouter/Makefile b/security/fragrouter/Makefile index 6ff16e13cb30..38b349685527 100644 --- a/security/fragrouter/Makefile +++ b/security/fragrouter/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 1.6 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://monkey.org/~dugsong/ \ - http://fuz.su/~fuz/distfiles/fragrouter/ \ + LOCAL/fuz \ LOCAL/ohauer MAINTAINER= fuz@FreeBSD.org diff --git a/sysutils/vcp/Makefile b/sysutils/vcp/Makefile index 1ed352ef6f97..c51a7513d1d2 100644 --- a/sysutils/vcp/Makefile +++ b/sysutils/vcp/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 2.2 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://freebsdcluster.org/~mich/software/ \ - http://fuz.su/~fuz/distfiles/vcp/ + LOCAL/fuz MAINTAINER= fuz@FreeBSD.org COMMENT= Copy files in curses interface diff --git a/www/writefreely/Makefile b/www/writefreely/Makefile index 1284ec7c5900..a9ea05ea5ac1 100644 --- a/www/writefreely/Makefile +++ b/www/writefreely/Makefile @@ -111,7 +111,7 @@ OPTIONS_SINGLE_CSS= CSS_DIST CSS_LESSC CSS_DESC= Stylesheets CSS_DIST_DESC= Use pre-generated stylesheets CSS_LESSC_DESC= Generate stylesheets with lessc (requires npm) -CSS_DIST_MASTER_SITES= http://fuz.su/~fuz/distfiles/writefreely/:css +CSS_DIST_MASTER_SITES= LOCAL/fuz:css CSS_DIST_DISTFILES= writefreely-css-${DISTVERSION}.tar.gz:css CSS_LESSC_BUILD_DEPENDS= npm:www/npm CSS_LESSC_VARS= LEGAL_PACKAGE=yes \