svn commit: r358069 - head/sysutils/file

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 17 07:09:13 UTC 2014


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


More information about the svn-ports-head mailing list