- Update to 4.15
PR: ports/86590 Submitted by: Andrej Zverev <az@inec.ru> Approved by: maintainer
This commit is contained in:
parent
b915c4b014
commit
cad1c7ef6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145634
3 changed files with 12 additions and 11 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= file
|
||||
PORTVERSION= 4.13
|
||||
PORTVERSION= 4.15
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://ftp.astron.com/pub/file/ \
|
||||
ftp://ftp.gw.com/mirrors/pub/unix/file/ \
|
||||
|
@ -15,12 +15,13 @@ MASTER_SITES= ftp://ftp.astron.com/pub/file/ \
|
|||
MAINTAINER= jharris@widomaker.com
|
||||
COMMENT= File - determine file type
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --enable-fsect-man5
|
||||
HAS_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= file.1
|
||||
MAN3= libmagic.3
|
||||
MAN5= magic.5
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (file-4.13.tar.gz) = 2bfc0f878ee22e50441b68df2ccbb984
|
||||
SIZE (file-4.13.tar.gz) = 420851
|
||||
MD5 (file-4.15.tar.gz) = 09a6603dadbe06e577e98a2547201fab
|
||||
SIZE (file-4.15.tar.gz) = 546522
|
||||
|
|
|
@ -4,8 +4,8 @@ lib/libmagic.so
|
|||
lib/libmagic.a
|
||||
lib/libmagic.la
|
||||
include/magic.h
|
||||
share/file/magic
|
||||
share/file/magic.mime
|
||||
share/file/magic.mgc
|
||||
share/file/magic.mime.mgc
|
||||
@dirrm share/file
|
||||
%%DATADIR%%/magic
|
||||
%%DATADIR%%/magic.mime
|
||||
%%DATADIR%%/magic.mgc
|
||||
%%DATADIR%%/magic.mime.mgc
|
||||
@dirrm %%DATADIR%%
|
||||
|
|
Loading…
Reference in a new issue