Date: Tue, 8 Jun 2021 16:37:10 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: be6300a4f2ab - main - irc/ergo: Add PKGNAMESUFFIX to uniquify package name Message-ID: <202106081637.158GbAJx059628@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=be6300a4f2ab4087adaabbc2dea36c47ef7b00c0 commit be6300a4f2ab4087adaabbc2dea36c47ef7b00c0 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-06-08 16:35:02 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-06-08 16:37:08 +0000 irc/ergo: Add PKGNAMESUFFIX to uniquify package name This fixes duplication with science/ergo. Reported by: anotoine --- irc/ergo/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/irc/ergo/Makefile b/irc/ergo/Makefile index ae84389b88af..b35ff46b2dc8 100644 --- a/irc/ergo/Makefile +++ b/irc/ergo/Makefile @@ -2,6 +2,7 @@ PORTNAME= ergo DISTVERSIONPREFIX= v DISTVERSION= 2.7.0 CATEGORIES= irc +PKGNAMESUFFIX= -irc-server MAINTAINER= yuri@FreeBSD.org COMMENT= Modern IRC server (daemon/ircd) written in Go
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106081637.158GbAJx059628>