Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2023 17:13:23 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6e12a6be3e42 - main - sysutils/ncdu: Remove CONFLICTS_INSTALL after sysutils/ncdu2 installs ncdu2 instead
Message-ID:  <202308211713.37LHDN4r098373@gitrepo.freebsd.org>

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

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

commit 6e12a6be3e427b2c077bb7e0f2329bba922fbdbf
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-21 17:03:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-21 17:03:07 +0000

    sysutils/ncdu: Remove CONFLICTS_INSTALL after sysutils/ncdu2 installs ncdu2 instead
    
    - Update WWW
---
 sysutils/ncdu/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sysutils/ncdu/Makefile b/sysutils/ncdu/Makefile
index 58c1bbcbc229..df349e009cfa 100644
--- a/sysutils/ncdu/Makefile
+++ b/sysutils/ncdu/Makefile
@@ -5,7 +5,8 @@ MASTER_SITES=	https://dev.yorhel.nl/download/
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	NCurses Disk Usage (LTS version written in C)
-WWW=		https://dev.yorhel.nl/ncdu
+WWW=		https://dev.yorhel.nl/ncdu \
+		https://code.blicky.net/yorhel/ncdu
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
@@ -17,8 +18,6 @@ GNU_CONFIGURE=	yes
 PLIST_FILES=	bin/ncdu \
 		man/man1/ncdu.1.gz
 
-CONFLICTS_INSTALL=	ncdu2
-
 # ncdu 1.* (LTS) is written in C.
 # ncdu 2.* (stable) is written in Zig which only works with specific version.
 PORTSCOUT=	limit:^1\.



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