Date: Wed, 20 Mar 2024 03:24:10 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a1967046c872 - main - net/rdist7: Add PKGNAMESUFFIX Message-ID: <202403200324.42K3OAnR003916@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=a1967046c872e3d506ab5e69ac103c0cf47ae136 commit a1967046c872e3d506ab5e69ac103c0cf47ae136 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-03-20 03:23:22 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-03-20 03:23:22 +0000 net/rdist7: Add PKGNAMESUFFIX Avoid a PKGNAME collistion with rdist6; add PKGNAMESUFFIX of 7. --- net/rdist7/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/rdist7/Makefile b/net/rdist7/Makefile index f2b7655e0d4d..aaa37ec7713c 100644 --- a/net/rdist7/Makefile +++ b/net/rdist7/Makefile @@ -2,6 +2,7 @@ PORTNAME= rdist PORTVERSION= 7.0.0.a10 CATEGORIES= net MASTER_SITES= http://www.magnicomp.com/download/rdist/ +PKGNAMESUFFIX= 7 DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/-alpha/} MAINTAINER= cy@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403200324.42K3OAnR003916>