From owner-svn-ports-all@FreeBSD.ORG Tue Jun 17 07:09:13 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6343AC1B; Tue, 17 Jun 2014 07:09:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36C3E2C2B; Tue, 17 Jun 2014 07:09:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5H79DKn003490; Tue, 17 Jun 2014 07:09:13 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5H79CgP003487; Tue, 17 Jun 2014 07:09:12 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201406170709.s5H79CgP003487@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 17 Jun 2014 07:09:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358069 - head/sysutils/file X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2014 07:09:13 -0000 Author: bapt Date: Tue Jun 17 07:09:12 2014 New Revision: 358069 URL: http://svnweb.freebsd.org/changeset/ports/358069 QAT: https://qat.redports.org/buildarchive/r358069/ Log: Update to 5.19 Bug fix and security fixes release: http://mx.gw.com/pipermail/file/2014/001553.html While here convert to USES=libtool With hat: portmgr Modified: head/sysutils/file/Makefile head/sysutils/file/distinfo head/sysutils/file/pkg-plist Modified: head/sysutils/file/Makefile ============================================================================== --- head/sysutils/file/Makefile Tue Jun 17 04:58:17 2014 (r358068) +++ head/sysutils/file/Makefile Tue Jun 17 07:09:12 2014 (r358069) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= file -PORTVERSION= 5.18 +PORTVERSION= 5.19 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.astron.com/pub/file/ \ ftp://ftp.fu-berlin.de/unix/tools/file/ @@ -12,9 +12,10 @@ COMMENT= Utility to determine file type LICENSE= BSD2CLAUSE -USE_AUTOTOOLS= libtool +USES= libtool USE_LDCONFIG= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-fsect-man5 MAKE_ENV+= INSTALL_STRIP_FLAG="${STRIP}" Modified: head/sysutils/file/distinfo ============================================================================== --- head/sysutils/file/distinfo Tue Jun 17 04:58:17 2014 (r358068) +++ head/sysutils/file/distinfo Tue Jun 17 07:09:12 2014 (r358069) @@ -1,2 +1,2 @@ -SHA256 (file-5.18.tar.gz) = 6519fb706d583231c2419592ebecdbb21d33c62eaf7a1a0b24ddfcb80c08bf07 -SIZE (file-5.18.tar.gz) = 715461 +SHA256 (file-5.19.tar.gz) = 9484b3bbda1acc7b13a4f71031a85ce10c77bd0ffec7226741a219ef587e3a7c +SIZE (file-5.19.tar.gz) = 719158 Modified: head/sysutils/file/pkg-plist ============================================================================== --- head/sysutils/file/pkg-plist Tue Jun 17 04:58:17 2014 (r358068) +++ head/sysutils/file/pkg-plist Tue Jun 17 07:09:12 2014 (r358069) @@ -1,9 +1,8 @@ bin/file include/magic.h -lib/libmagic.a -lib/libmagic.la lib/libmagic.so lib/libmagic.so.1 +lib/libmagic.so.1.0.0 man/man1/file.1.gz man/man3/libmagic.3.gz man/man5/magic.5.gz