Date: Fri, 4 Jan 2013 22:32:41 +0000 (UTC) From: Brendan Fabeny <bf@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309943 - head/sysutils/file Message-ID: <201301042232.r04MWft0060877@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bf Date: Fri Jan 4 22:32:41 2013 New Revision: 309943 URL: http://svnweb.freebsd.org/changeset/ports/309943 Log: update to 5.12 Modified: head/sysutils/file/Makefile (contents, props changed) head/sysutils/file/distinfo (contents, props changed) Modified: head/sysutils/file/Makefile ============================================================================== --- head/sysutils/file/Makefile Fri Jan 4 22:30:12 2013 (r309942) +++ head/sysutils/file/Makefile Fri Jan 4 22:32:41 2013 (r309943) @@ -1,12 +1,8 @@ -# New ports collection makefile for: file -# Date created: 2001-11-10 -# Whom: Jason Harris <jharris@widomaker.com> -# +# Created by: Jason Harris <jharris@widomaker.com> # $FreeBSD$ -# PORTNAME= file -PORTVERSION= 5.11 +PORTVERSION= 5.12 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.astron.com/pub/file/ \ ftp://ftp.fu-berlin.de/unix/tools/file/ @@ -14,6 +10,8 @@ MASTER_SITES= ftp://ftp.astron.com/pub/f MAINTAINER= bf@FreeBSD.org COMMENT= Utility to determine file type +LICENSE= BSD + USE_AUTOTOOLS= libtool USE_LDCONFIG= yes @@ -25,10 +23,17 @@ MAN1= file.1 MAN3= libmagic.3 MAN5= magic.5 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 800000 +CONFIGURE_ENV+= gl_cv_cc_visibility=no +.endif + check regression-test test: build @( cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check ; ) post-patch: @${REINPLACE_CMD} -e 's|$(datadir)/misc|$(datadir)/${PORTNAME}|g' \ ${WRKSRC}/configure -.include <bsd.port.mk> + +.include <bsd.port.post.mk> Modified: head/sysutils/file/distinfo ============================================================================== --- head/sysutils/file/distinfo Fri Jan 4 22:30:12 2013 (r309942) +++ head/sysutils/file/distinfo Fri Jan 4 22:32:41 2013 (r309943) @@ -1,2 +1,2 @@ -SHA256 (file-5.11.tar.gz) = c70ae29a28c0585f541d5916fc3248c3e91baa481f63d7ccec53d1534cbcc9b7 -SIZE (file-5.11.tar.gz) = 610019 +SHA256 (file-5.12.tar.gz) = 199d0dab2e32814cbced8dc30d3d2d5b7e45587598160a2c401358b573273d22 +SIZE (file-5.12.tar.gz) = 632808
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301042232.r04MWft0060877>