Date: Tue, 14 Apr 2026 13:09:34 +0000 From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 07ed11c5d4f7 - main - mail/mew-devel: Fix PKGBASE collision with mail/mew Message-ID: <69de3c8e.3faaa.117463d2@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=07ed11c5d4f7893f3ca5bbf72cdf46ffa4a517b2 commit 07ed11c5d4f7893f3ca5bbf72cdf46ffa4a517b2 Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2026-04-14 13:04:25 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2026-04-14 13:08:39 +0000 mail/mew-devel: Fix PKGBASE collision with mail/mew Add PKGNAMESUFFIX=-devel to avoid a PKGBASE collision with mail/new. Reported by: antoine Sponsored by: The FreeBSD Foundation --- mail/mew-devel/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/mail/mew-devel/Makefile b/mail/mew-devel/Makefile index 17e493035c79..95654e33c5f4 100644 --- a/mail/mew-devel/Makefile +++ b/mail/mew-devel/Makefile @@ -4,6 +4,7 @@ PORTREVISION= 1 DISTVERSION= 6.10-49 DISTVERSIONSUFFIX= -ge50839a CATEGORIES= mail elisp +PKGNAMESUFFIX= -devel MAINTAINER= ports@FreeBSD.org COMMENT= Messaging in the Emacs World for emacs (Development Version)home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69de3c8e.3faaa.117463d2>
