From owner-svn-ports-head@freebsd.org Thu Feb 28 12:29:35 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 175711505C38; Thu, 28 Feb 2019 12:29:35 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF3728F91B; Thu, 28 Feb 2019 12:29:34 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9AC084E7C; Thu, 28 Feb 2019 12:29:34 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1SCTYrq016208; Thu, 28 Feb 2019 12:29:34 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1SCTYw6016206; Thu, 28 Feb 2019 12:29:34 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201902281229.x1SCTYw6016206@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Thu, 28 Feb 2019 12:29:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494147 - head/sysutils/file X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/sysutils/file X-SVN-Commit-Revision: 494147 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AF3728F91B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2019 12:29:35 -0000 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