From owner-svn-ports-head@FreeBSD.ORG Wed Sep 26 11:16:57 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 08987106566B; Wed, 26 Sep 2012 11:16:57 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E7A828FC08; Wed, 26 Sep 2012 11:16:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8QBGuBW016624; Wed, 26 Sep 2012 11:16:56 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8QBGuWY016621; Wed, 26 Sep 2012 11:16:56 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201209261116.q8QBGuWY016621@svn.freebsd.org> From: Frederic Culot Date: Wed, 26 Sep 2012 11:16:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304897 - head/security/find-zlib X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2012 11:16:57 -0000 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 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@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/