Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Sep 2021 10:21:18 GMT
From:      Ashish SHUKLA <ashish@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cb0fb85a6e29 - main - net-im/conduit: add PKGNAMEPREFIX
Message-ID:  <202109051021.185ALI1J096299@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ashish:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cb0fb85a6e294e36b3ee6c3f522f6eb42ef88f6d

commit cb0fb85a6e294e36b3ee6c3f522f6eb42ef88f6d
Author:     Ashish SHUKLA <ashish@FreeBSD.org>
AuthorDate: 2021-09-05 10:17:08 +0000
Commit:     Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2021-09-05 10:21:00 +0000

    net-im/conduit: add PKGNAMEPREFIX
    
    This is to prevent PKGBASE collision with science/conduit port
    
    Reported by:    antoine
---
 net-im/conduit/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-im/conduit/Makefile b/net-im/conduit/Makefile
index 865e3d9039cd..4317a214d7f0 100644
--- a/net-im/conduit/Makefile
+++ b/net-im/conduit/Makefile
@@ -2,6 +2,7 @@ PORTNAME=	conduit
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.2.0
 CATEGORIES=	net-im
+PKGNAMEPREFIX=	matrix-
 
 MAINTAINER=	ashish@FreeBSD.org
 COMMENT=	Simple, fast and reliable chat server powered by Matrix



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109051021.185ALI1J096299>