Date: Wed, 30 Oct 2024 09:02:40 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 99d3c911969b - main - */*: move WWW for all schilytools ports to Codeberg Message-ID: <202410300902.49U92eLH013524@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=99d3c911969b305288af636ec216bac469bb361e commit 99d3c911969b305288af636ec216bac469bb361e Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2024-10-28 16:07:12 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-10-30 09:00:36 +0000 */*: move WWW for all schilytools ports to Codeberg Seems like Sourceforge has given up on hosting old schily's project websites. Consistently point to our Codeberg page instead. --- archivers/tartest/Makefile | 2 +- devel/sunpromake/Makefile | 2 +- editors/ved/Makefile | 2 +- shells/bosh/Makefile | 2 +- sysutils/schilyutils/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/archivers/tartest/Makefile b/archivers/tartest/Makefile index 90e00461f5c7..efdbc293ac07 100644 --- a/archivers/tartest/Makefile +++ b/archivers/tartest/Makefile @@ -2,7 +2,7 @@ PORTNAME= tartest CATEGORIES= archivers devel COMMENT= Test tar archive for POSIX.1-1990 compliance -WWW= https://schilytools.sourceforge.net/ +WWW= https://codeberg.org/schilytools/schilytools MASTERDIR= ${.CURDIR}/../../devel/schilybase COMPONENTS= tartest diff --git a/devel/sunpromake/Makefile b/devel/sunpromake/Makefile index bc91fed95cc0..474cd46e2929 100644 --- a/devel/sunpromake/Makefile +++ b/devel/sunpromake/Makefile @@ -2,7 +2,7 @@ PORTNAME= sunpromake CATEGORIES= devel parallel COMMENT= Parallel-execution enabled SunOS make program, enhanced to fit POSIX -WWW= https://schilytools.sourceforge.net/sunpromake.html +WWW= https://codeberg.org/schilytools/schilytools USE_LDCONFIG= yes diff --git a/editors/ved/Makefile b/editors/ved/Makefile index 2e8e5a50f264..a7bcfdae43bc 100644 --- a/editors/ved/Makefile +++ b/editors/ved/Makefile @@ -2,7 +2,7 @@ PORTNAME= ved CATEGORIES= editors COMMENT= Visual editor (easy to learn, fast, and lean) -WWW= https://schilytools.sourceforge.net/ved.html +WWW= https://codeberg.org/schilytools/schilytools OPTIONS_DEFINE= DOCS diff --git a/shells/bosh/Makefile b/shells/bosh/Makefile index d51603de8c1c..54833905e78d 100644 --- a/shells/bosh/Makefile +++ b/shells/bosh/Makefile @@ -3,7 +3,7 @@ CATEGORIES= shells COMMENT= Bourne Shell extended by J. Schilling MAINTAINER= fuz@FreeBSD.org -WWW= https://schilytools.sourceforge.net/bosh.html +WWW= https://codeberg.org/schilytools/schilytools # bin/bosh CONFLICTS_INSTALL= bosh-cli diff --git a/sysutils/schilyutils/Makefile b/sysutils/schilyutils/Makefile index 5151b19c2bc4..b73d0758fde5 100644 --- a/sysutils/schilyutils/Makefile +++ b/sysutils/schilyutils/Makefile @@ -2,7 +2,7 @@ PORTNAME= schilyutils CATEGORIES= sysutils converters deskutils textproc shells COMMENT= Collection of utilities from J. Schilling -WWW= https://schilytools.sourceforge.net/ +WWW= https://codeberg.org/schilytools/schilytools USES+= perl5 shebangfix USE_PERL5= run
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410300902.49U92eLH013524>