Bug 172054 - security/find_zlib: Update MASTER_SITES
Summary: security/find_zlib: Update MASTER_SITES
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-25 19:20 UTC by tkato432
Modified: 2012-09-26 12:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.31 KB, patch)
2012-09-25 19:20 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2012-09-25 19:20:15 UTC
- Update MASTER_SITES and WWW: line
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2012-09-26 06:09:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-26 12:17:07 UTC
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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2012-09-26 12:17:12 UTC
State Changed
From-To: open->closed

Committed. Thanks!