Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2012 11:16:56 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304897 - head/security/find-zlib
Message-ID:  <201209261116.q8QBGuWY016621@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209261116.q8QBGuWY016621>