Date: Thu, 20 Apr 2023 16:23:27 GMT From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 52ea598e1454 - main - mail/mailpit: Fix error in MASTER_SITES. Message-ID: <202304201623.33KGNR50061387@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304201623.33KGNR50061387>