svn commit: r494147 - head/sysutils/file
Kai Knoblich
kai at FreeBSD.org
Thu Feb 28 12:29:35 UTC 2019
Author: kai
Date: Thu Feb 28 12:29:33 2019
New Revision: 494147
URL: https://svnweb.freebsd.org/changeset/ports/494147
Log:
sysutils/file: Update to 5.36
While I'm here:
* Remove obsolete CONFLICTS of sysutils/tct - that port has gone long ago
on 2007-04-06
Changelog since 5.34:
* Fix cast to use cast macros
* Add UCS-32 builtin detection (PR/61) reported by tmc
* Fix stack read (PR/62) and write (PR/64) stack overflows reported by spinpx
* Add FreeBSD ELF core file support (John Baldwin)
* PR/30: Allow all parameter values to be set (don't treat 0 specially)
* handle default annotations on the softmagic match instead at the end.
* PR/23: Recognize JSON files
* PR/18: file --mime-encoding should not print mime-type
PR: 235788
Submitted by: Jason Harris (maintainer)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19394
Modified:
head/sysutils/file/Makefile
head/sysutils/file/distinfo
Modified: head/sysutils/file/Makefile
==============================================================================
--- head/sysutils/file/Makefile Thu Feb 28 12:20:04 2019 (r494146)
+++ head/sysutils/file/Makefile Thu Feb 28 12:29:33 2019 (r494147)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= file
-PORTVERSION= 5.34
+PORTVERSION= 5.36
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.astron.com/pub/file/ \
ftp://ftp.fu-berlin.de/unix/tools/file/
@@ -20,8 +20,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-fsect-man5
MAKE_ENV= INSTALL_STRIP_FLAG="${STRIP}"
TEST_TARGET= check
-
-CONFLICTS= tct-[0-9]*
post-patch:
@${REINPLACE_CMD} -e 's|$$(datadir)/misc|$$(datadir)/${PORTNAME}|g' \
Modified: head/sysutils/file/distinfo
==============================================================================
--- head/sysutils/file/distinfo Thu Feb 28 12:20:04 2019 (r494146)
+++ head/sysutils/file/distinfo Thu Feb 28 12:29:33 2019 (r494147)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533737299
-SHA256 (file-5.34.tar.gz) = f15a50dbbfa83fec0bd1161e8e191b092ec832720e30cd14536e044ac623b20a
-SIZE (file-5.34.tar.gz) = 840219
+TIMESTAMP = 1550771584
+SHA256 (file-5.36.tar.gz) = fb608290c0fd2405a8f63e5717abf6d03e22e183fb21884413d1edd918184379
+SIZE (file-5.36.tar.gz) = 875792
More information about the svn-ports-head
mailing list