git: dbb8d98297cc - main - sysutils/gdu: Add CONFLICTS_INSTALL

Lewis Cook lcook at FreeBSD.org
Tue Jul 13 09:38:02 UTC 2021


The branch main has been updated by lcook:

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

commit dbb8d98297cc87b08dcf8a8f44b287a5bc03ed83
Author:     Lewis Cook <lcook at FreeBSD.org>
AuthorDate: 2021-07-13 09:32:34 +0000
Commit:     Lewis Cook <lcook at FreeBSD.org>
CommitDate: 2021-07-13 09:37:18 +0000

    sysutils/gdu: Add CONFLICTS_INSTALL
    
    Reported by:    otis
---
 sysutils/gdu/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sysutils/gdu/Makefile b/sysutils/gdu/Makefile
index 85cfa1a9a949..b109972f7b4c 100644
--- a/sysutils/gdu/Makefile
+++ b/sysutils/gdu/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	gdu
 DISTVERSIONPREFIX=	v
 DISTVERSION=	5.2.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	lcook at FreeBSD.org
@@ -43,6 +44,8 @@ GO_BUILDFLAGS=	-ldflags "\
 		-X github.com/${GH_ACCOUNT}/${GH_PROJECT}/${_BUILD_MAJOR}/build.Version=${_BUILD_VERSION} \
 		-X github.com/${GH_ACCOUNT}/${GH_PROJECT}/${_BUILD_MAJOR}/build.Time=${_BUILD_DATE}"
 
+CONFLICTS_INSTALL=	coreutils
+
 PLIST_FILES=	bin/${PORTNAME}
 PORTDOCS=	README.md
 


More information about the dev-commits-ports-all mailing list