git: a980cd2dffdb - main - mail/mboxgrep: point to new WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Nov 2023 06:14:58 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=a980cd2dffdbc3b4d5f6beadad7f6bdc731aa0c5 commit a980cd2dffdbc3b4d5f6beadad7f6bdc731aa0c5 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-11-20 19:22:51 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-11-24 06:12:34 +0000 mail/mboxgrep: point to new WWW The old Sourceforge site seems to no longer contain useful information. --- mail/mboxgrep/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/mboxgrep/Makefile b/mail/mboxgrep/Makefile index 54afd696ed34..abe607f96786 100644 --- a/mail/mboxgrep/Makefile +++ b/mail/mboxgrep/Makefile @@ -5,7 +5,7 @@ MASTER_SITES= https://git.datatipp.se/attachments/5e6a5b31-60b9-4fb3-9674-fe1e29 MAINTAINER= fuz@FreeBSD.org COMMENT= Utility to scan mailboxes for messages matching a regular expression -WWW= https://mboxgrep.sourceforge.net/ +WWW= https://mboxgrep.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING.md