svn commit: r304897 - head/security/find-zlib
Frederic Culot
culot at FreeBSD.org
Wed Sep 26 11:16:57 UTC 2012
Author: culot
Date: Wed Sep 26 11:16:56 2012
New Revision: 304897
URL: http://svn.freebsd.org/changeset/ports/304897
Log:
- Update MASTER_SITES and WWW link
- Add LICENSE (GPL 2)
PR: ports/172054
Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
Modified:
head/security/find-zlib/Makefile
head/security/find-zlib/pkg-descr
Modified: head/security/find-zlib/Makefile
==============================================================================
--- head/security/find-zlib/Makefile Wed Sep 26 10:54:54 2012 (r304896)
+++ head/security/find-zlib/Makefile Wed Sep 26 11:16:56 2012 (r304897)
@@ -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 at 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
Modified: head/security/find-zlib/pkg-descr
==============================================================================
--- head/security/find-zlib/pkg-descr Wed Sep 26 10:54:54 2012 (r304896)
+++ head/security/find-zlib/pkg-descr Wed Sep 26 11:16:56 2012 (r304897)
@@ -2,4 +2,4 @@ This is a script to scan files for stati
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/
More information about the svn-ports-all
mailing list