Date: Tue, 17 Jun 2014 07:09:12 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358069 - head/sysutils/file Message-ID: <201406170709.s5H79CgP003487@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406170709.s5H79CgP003487>