mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Port conflict (net/trafshow and net/trafshow4)
net/trafshow and net/trafshow4 installs same executable (bin/trafshow). Both Makefile are missing CONFLICTS= line. Also added NO_LATEST_LINK for net/trafshow4 PR: ports/71097 Submitted by: Riccardo Torrini <riccardo@torrini.org>
This commit is contained in:
parent
ba76c597bf
commit
a68d37a4ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119381
@ -17,6 +17,8 @@ EXTRACT_SUFX= .tgz
|
||||
MAINTAINER= ryan@sasknow.com
|
||||
COMMENT= Full screen visualization of network traffic
|
||||
|
||||
CONFLICTS= trafshow-4.*
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_TRAFSHOW_SLANG) || \
|
||||
|
@ -17,6 +17,8 @@ EXTRACT_SUFX= .tgz
|
||||
MAINTAINER= ryan@sasknow.com
|
||||
COMMENT= Full screen visualization of network traffic
|
||||
|
||||
CONFLICTS= trafshow-4.*
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_TRAFSHOW_SLANG) || \
|
||||
|
@ -15,6 +15,9 @@ EXTRACT_SUFX= .tgz
|
||||
MAINTAINER= ryan@sasknow.com
|
||||
COMMENT= Full screen visualization of network traffic
|
||||
|
||||
CONFLICTS= trafshow-3.*
|
||||
NO_LATEST_LINK= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_TRAFSHOW_SLANG) || \
|
||||
|
Loading…
Reference in New Issue
Block a user