- Deprecate (This port is badly constrcuted, makes some weird conflicting
issues and has been unmaintained for a long time. I also added some comments, how it should be fixed, if there's an interested party.) - Set EXPIRATION_DATE Reported by: Martin Matuska <martin@matuska.org>
This commit is contained in:
parent
af96168719
commit
62986a721d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186667
1 changed files with 11 additions and 0 deletions
|
@ -18,6 +18,17 @@ MAKE_ENV= OPT="${CFLAGS}"
|
|||
|
||||
CONFLICTS= file-[0-9]*
|
||||
|
||||
# This port is constructed very weirdly. It installs common
|
||||
# utils, like file, md5 and lastcomm, thus it conflicts with a
|
||||
# a lot of ports, and makes weird issues. If somebody want to
|
||||
# save it, the port should be reworked to use those tools from
|
||||
# the base system or from the Ports Collection. Furthermore, it
|
||||
# has been unmaintained for a long time, and the development
|
||||
# seems to be stalled, you can use sysutils/sleuthkit instead,
|
||||
# which has more features.
|
||||
DEPRECATED= this port is obsolete, please use sysutils/sleuthkit instead
|
||||
EXPIRATION_DATE= 2007-04-06
|
||||
|
||||
MAN1= file-tct.1 grave-robber.1 icat.1 ils.1 lastcomm.1 lazarus.1 \
|
||||
mactime.1 major_minor.1 md5-tct.1 pcat.1 timeout.1 unrm.1
|
||||
MAN5= magic.5 tm-format.5
|
||||
|
|
Loading…
Reference in a new issue