git: 52ea598e1454 - main - mail/mailpit: Fix error in MASTER_SITES.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Apr 2023 16:23:27 UTC
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=52ea598e14547b111628d1126a7d0a43955e7383 commit 52ea598e14547b111628d1126a7d0a43955e7383 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2023-04-20 16:23:07 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2023-04-20 16:23:07 +0000 mail/mailpit: Fix error in MASTER_SITES. --- mail/mailpit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/mailpit/Makefile b/mail/mailpit/Makefile index 83988225f136..1578cacebe09 100644 --- a/mail/mailpit/Makefile +++ b/mail/mailpit/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 1.5.5 CATEGORIES= mail devel MASTER_SITES= https://www.madpilot.net/mailpit/:npmcache \ - LOCAL/madpilot/mailpit + LOCAL/madpilot/mailpit:npmcache DISTFILES= ${PORTNAME}-npm-cache-${DISTVERSION}${EXTRACT_SUFX}:npmcache MAINTAINER= madpilot@FreeBSD.org