Index: head/sysutils/file/Makefile =================================================================== --- head/sysutils/file/Makefile (revision 78815) +++ head/sysutils/file/Makefile (revision 78816) @@ -1,32 +1,33 @@ # New ports collection makefile for: file # Date created: 2001-11-10 # Whom: Jason Harris # # $FreeBSD$ # PORTNAME= file -PORTVERSION= 3.41 +PORTVERSION= 4.02 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.astron.com/pub/file/ \ ftp://ftp.gw.com/mirrors/pub/unix/file/ \ - ftp://ftp.netsw.org/system/tools/fileutils/find/ \ ftp://ftp.fu-berlin.de/unix/tools/file/ +# ftp://ftp.netsw.org/system/tools/fileutils/find/ MAINTAINER= jharris@widomaker.com COMMENT= File - determine file type GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-fsect-man5 MAN1= file.1 +MAN3= libmagic.3 MAN5= magic.5 # The rules below are required to suppress invocations of aclocal, automake, # autoconf and autoheader at `make build' and `make install'. post-extract: ${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/aclocal.m4 ${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/Makefile.in ${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/stamp-h.in .include Property changes on: head/sysutils/file/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/sysutils/file/distinfo =================================================================== --- head/sysutils/file/distinfo (revision 78815) +++ head/sysutils/file/distinfo (revision 78816) @@ -1 +1 @@ -MD5 (file-3.41.tar.gz) = 1d9ac92fa1da3043a67c9445bb140824 +MD5 (file-4.02.tar.gz) = 5a853ecdf3b440915bda1d1a03240a5f Property changes on: head/sysutils/file/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/sysutils/file/pkg-plist =================================================================== --- head/sysutils/file/pkg-plist (revision 78815) +++ head/sysutils/file/pkg-plist (revision 78816) @@ -1,5 +1,11 @@ bin/file -share/magic -share/magic.mime -share/magic.mgc -share/magic.mime.mgc +lib/libmagic.so.1 +lib/libmagic.so +lib/libmagic.la +lib/libmagic.a +include/magic.h +share/file/magic +share/file/magic.mime +share/file/magic.mgc +share/file/magic.mime.mgc +@dirrm share/file Property changes on: head/sysutils/file/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property