mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 4.04, which fixes all memory leakage.
- Define INSTALLS_SHLIB. Approved by: MAINTAINER timeout, but with implicit approval in advance
This commit is contained in:
parent
5fec40cf2a
commit
5ff389cda5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91240
2 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= file
|
PORTNAME= file
|
||||||
PORTVERSION= 4.02
|
PORTVERSION= 4.04
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= ftp://ftp.astron.com/pub/file/ \
|
MASTER_SITES= ftp://ftp.astron.com/pub/file/ \
|
||||||
ftp://ftp.gw.com/mirrors/pub/unix/file/ \
|
ftp://ftp.gw.com/mirrors/pub/unix/file/ \
|
||||||
|
@ -22,6 +22,8 @@ MAN1= file.1
|
||||||
MAN3= libmagic.3
|
MAN3= libmagic.3
|
||||||
MAN5= magic.5
|
MAN5= magic.5
|
||||||
|
|
||||||
|
INSTALLS_SHLIB= yes
|
||||||
|
|
||||||
# The rules below are required to suppress invocations of aclocal, automake,
|
# The rules below are required to suppress invocations of aclocal, automake,
|
||||||
# autoconf and autoheader at `make build' and `make install'.
|
# autoconf and autoheader at `make build' and `make install'.
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (file-4.02.tar.gz) = 5a853ecdf3b440915bda1d1a03240a5f
|
MD5 (file-4.04.tar.gz) = b041591227905db8ed3c952bee17b458
|
||||||
|
|
Loading…
Add table
Reference in a new issue