diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2005-11-07 21:30:17 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2005-11-07 21:30:17 +0800 |
commit | 5b3dcd3b19cecab97dffefc7adb0696224526a04 (patch) | |
tree | 66ca50dbfc68ce67b8fe739347af359a53cbfc07 /sysutils/file | |
parent | 7a96a64fe86e098a996a314b651e4d3674f15fb5 (diff) | |
download | freebsd-ports-gnome-5b3dcd3b19cecab97dffefc7adb0696224526a04.tar.gz freebsd-ports-gnome-5b3dcd3b19cecab97dffefc7adb0696224526a04.tar.zst freebsd-ports-gnome-5b3dcd3b19cecab97dffefc7adb0696224526a04.zip |
- Update to 4.16 [1]
- Pacify portlint / Polish Makefile [2]
- Change COMMENT to be more PHB compliant [2]
- Use LIBTOOL and [2]
- remove a libtool .la archive [2]
- Reformat badly formated pkg-descr [2]
PR: 87640
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> [1]
Reworked by: ehaupt [2]
Approved by: maintainer timeout (20 days)
Diffstat (limited to 'sysutils/file')
-rw-r--r-- | sysutils/file/Makefile | 10 | ||||
-rw-r--r-- | sysutils/file/distinfo | 4 | ||||
-rw-r--r-- | sysutils/file/pkg-descr | 13 | ||||
-rw-r--r-- | sysutils/file/pkg-plist | 1 |
4 files changed, 14 insertions, 14 deletions
diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile index 3b959a547ba6..4611629c9380 100644 --- a/sysutils/file/Makefile +++ b/sysutils/file/Makefile @@ -6,20 +6,20 @@ # PORTNAME= file -PORTVERSION= 4.15 +PORTVERSION= 4.16 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.astron.com/pub/file/ \ ftp://ftp.gw.com/mirrors/pub/unix/file/ \ ftp://ftp.fu-berlin.de/unix/tools/file/ MAINTAINER= jharris@widomaker.com -COMMENT= File - determine file type +COMMENT= Utility to determine file type -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --enable-fsect-man5 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --enable-fsect-man5 + MAN1= file.1 MAN3= libmagic.3 MAN5= magic.5 diff --git a/sysutils/file/distinfo b/sysutils/file/distinfo index 66a89d24392f..389bdcff1af3 100644 --- a/sysutils/file/distinfo +++ b/sysutils/file/distinfo @@ -1,2 +1,2 @@ -MD5 (file-4.15.tar.gz) = 09a6603dadbe06e577e98a2547201fab -SIZE (file-4.15.tar.gz) = 546522 +MD5 (file-4.16.tar.gz) = 9bc5a7017ab7bd544f288fd931ec741a +SIZE (file-4.16.tar.gz) = 548877 diff --git a/sysutils/file/pkg-descr b/sysutils/file/pkg-descr index 0eb04acef6c4..0c552f8a75c1 100644 --- a/sysutils/file/pkg-descr +++ b/sysutils/file/pkg-descr @@ -1,7 +1,8 @@ -File - determine file type +File tests each argument in an attempt to classify it. There are three sets of +tests, performed in the following order: -File tests each argument in an attempt to classify it. -There are three sets of tests, performed in this order: -filesystem tests, magic number tests, and language tests. -The first test that succeeds causes the file type to be -printed. + - filesystem tests + - magic number tests + - language tests + +The first test that succeeds causes the file type to be printed. diff --git a/sysutils/file/pkg-plist b/sysutils/file/pkg-plist index 0d4bc9eede33..61eb8dd3833b 100644 --- a/sysutils/file/pkg-plist +++ b/sysutils/file/pkg-plist @@ -2,7 +2,6 @@ bin/file lib/libmagic.so.1 lib/libmagic.so lib/libmagic.a -lib/libmagic.la include/magic.h %%DATADIR%%/magic %%DATADIR%%/magic.mime |