- Update MASTER_SITES and WWW link
- Add LICENSE (GPL 2) PR: ports/172054 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
c60658e046
commit
0e892d06c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304897
@ -1,14 +1,10 @@
|
||||
# New ports collection makefile for: find-zlib
|
||||
# Date created: 2002-05-08
|
||||
# Whom: trevor
|
||||
#
|
||||
# Created by: trevor
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= find_zlib
|
||||
PORTVERSION= 1.9
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.gzip.org/zlib/
|
||||
MASTER_SITES= http://zlib.net/
|
||||
DISTNAME= find-zlib
|
||||
EXTRACT_SUFX=
|
||||
EXTRACT_ONLY=
|
||||
@ -16,10 +12,14 @@ EXTRACT_ONLY=
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Scans files for statically linked zlib (libz) code
|
||||
|
||||
PLIST_FILES= bin/find-zlib
|
||||
LICENSE= GPLv2
|
||||
|
||||
NO_BUILD= none
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
|
||||
PLIST_FILES= bin/find-zlib
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin
|
||||
|
||||
|
@ -2,4 +2,4 @@ This is a script to scan files for statically linked zlib (libz)
|
||||
code. Programs which contain such code may be affected by the
|
||||
double free() security bug.
|
||||
|
||||
WWW: http://www.gzip.org/zlib/
|
||||
WWW: http://zlib.net/
|
||||
|
Loading…
Reference in New Issue
Block a user