git: 982eea75649b - main - mail/greylite: switch from public_distfiles to github
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Nov 2022 19:06:46 UTC
The branch main has been updated by oliver: URL: https://cgit.FreeBSD.org/ports/commit/?id=982eea75649ba80a7a7c41e1b85036fe23e18494 commit 982eea75649ba80a7a7c41e1b85036fe23e18494 Author: Oliver Lehmann <oliver@FreeBSD.org> AuthorDate: 2022-11-12 19:04:28 +0000 Commit: Oliver Lehmann <oliver@FreeBSD.org> CommitDate: 2022-11-12 19:06:27 +0000 mail/greylite: switch from public_distfiles to github --- mail/greylite/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/greylite/Makefile b/mail/greylite/Makefile index 2c84b667d481..349102279743 100644 --- a/mail/greylite/Makefile +++ b/mail/greylite/Makefile @@ -2,11 +2,11 @@ PORTNAME= greylite PORTVERSION= 2.3 PORTREVISION= 5 CATEGORIES= mail -MASTER_SITES= LOCAL/oliver +MASTER_SITES= https://github.com/OlliL/greylite/releases/download/v${PORTVERSION}/ MAINTAINER= oliver@FreeBSD.org COMMENT= Modified greylisting for qmail and for any other MDA -WWW= http://mij.oltrelinux.com/net/greylite/ +WWW= https://github.com/OlliL/greylite/ LICENSE= BSD3CLAUSE