From tkato432@yahoo.com  Mon Apr  1 18:30:57 2013
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 0AE13CE6
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon,  1 Apr 2013 18:30:43 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164])
	by mx1.freebsd.org (Postfix) with ESMTP id D793D80C
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon,  1 Apr 2013 18:30:42 +0000 (UTC)
Received: from localhost.localdomain (ZT034105.ppp.dion.ne.jp [59.128.34.105])
	by msa101lp.auone-net.jp (au one net msa) with ESMTP id 2D7BB34034
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue,  2 Apr 2013 03:30:40 +0900 (JST)
Message-Id: <20130402032130.fc9fce39d09ac4122129b512@yahoo.com>
Date: Tue, 2 Apr 2013 03:21:30 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: security/ranpwd: Update MASTER_SITES

>Number:         177557
>Category:       ports
>Synopsis:       security/ranpwd: Update MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 01 18:40:02 UTC 2013
>Closed-Date:    Fri May 10 14:40:37 UTC 2013
>Last-Modified:  Fri May 10 14:50:01 UTC 2013
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p11 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES
- Support STRIP properly

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/security/ranpwd/Makefile security/ranpwd/Makefile
--- /usr/ports/security/ranpwd/Makefile	2013-02-13 23:47:59.000000000 +0900
+++ security/ranpwd/Makefile	2013-03-31 04:15:22.000000000 +0900
@@ -1,27 +1,30 @@
-# ex:ts=8
-# Ports collection makefile for:	ranpwd
-# Date created:			Jun 11, 2009
-# Whom:				corky1951@comcast.net
-#
+# Created by: corky1951@comcast.net
 # $FreeBSD: head/security/ranpwd/Makefile 312155 2013-02-13 14:33:14Z miwi $
-#
 
 PORTNAME=	ranpwd
 PORTVERSION=	1.2
+PORTREVISION=	1
 CATEGORIES=	security
-MASTER_SITES=	${MASTER_SITE_KERNEL_ORG}
+#MASTER_SITES=	KERNEL_ORG
+MASTER_SITES=	http://artfiles.org/kernel.org/pub/%SUBDIR%/ \
+		http://debian.securedservers.com/kernel/pub/%SUBDIR%/ \
+		http://ftp.cc.uoc.gr/pub/%SUBDIR%/ \
+		http://ftp.naist.jp/pub/Linux/kernel.org/%SUBDIR%/
 MASTER_SITE_SUBDIR=	software/utils/admin/ranpwd
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A tool to generate random passwords
+COMMENT=	Tool to generate random passwords
 
-GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+LICENSE=	GPLv2 # (or later)
 
-BROKEN=		checksum mismatch
+USE_GMAKE=	yes
+GNU_CONFIGURE=	yes
 
+MAN1=		ranpwd.1
 PLIST_FILES=	bin/ranpwd
 
-MAN1=		ranpwd.1
+do-install:
+	(cd ${WRKSRC} && ${INSTALL_PROGRAM} ranpwd ${PREFIX}/bin)
+	(cd ${WRKSRC} && ${INSTALL_MAN} ranpwd.1 ${MANPREFIX}/man/man1)
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Apr 1 18:40:45 UTC 2013 
Responsible-Changed-Why:  
miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177557 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri May 10 14:40:36 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177557 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177557: commit references a PR
Date: Fri, 10 May 2013 14:40:41 +0000 (UTC)

 Author: miwi
 Date: Fri May 10 14:40:33 2013
 New Revision: 317816
 URL: http://svnweb.freebsd.org/changeset/ports/317816
 
 Log:
   - Update MASTER_SITES
   
   PR:		177557
   Submitted by:	Ports Fury
 
 Modified:
   head/security/ranpwd/Makefile
 
 Modified: head/security/ranpwd/Makefile
 ==============================================================================
 --- head/security/ranpwd/Makefile	Fri May 10 14:39:50 2013	(r317815)
 +++ head/security/ranpwd/Makefile	Fri May 10 14:40:33 2013	(r317816)
 @@ -1,27 +1,30 @@
 -# ex:ts=8
 -# Ports collection makefile for:	ranpwd
 -# Date created:			Jun 11, 2009
 -# Whom:				corky1951@comcast.net
 -#
 +# Created by: corky1951@comcast.net
  # $FreeBSD$
 -#
  
  PORTNAME=	ranpwd
  PORTVERSION=	1.2
 +PORTREVISION=	1
  CATEGORIES=	security
 -MASTER_SITES=	${MASTER_SITE_KERNEL_ORG}
 +#MASTER_SITES=	KERNEL_ORG
 +MASTER_SITES=	http://artfiles.org/kernel.org/pub/%SUBDIR%/ \
 +		http://debian.securedservers.com/kernel/pub/%SUBDIR%/ \
 +		http://ftp.cc.uoc.gr/pub/%SUBDIR%/ \
 +		http://ftp.naist.jp/pub/Linux/kernel.org/%SUBDIR%/
  MASTER_SITE_SUBDIR=	software/utils/admin/ranpwd
  
  MAINTAINER=	ports@FreeBSD.org
 -COMMENT=	A tool to generate random passwords
 +COMMENT=	Tool to generate random passwords
  
 -GNU_CONFIGURE=	yes
 -USE_GMAKE=	yes
 +LICENSE=	GPLv2 # (or later)
  
 -BROKEN=		checksum mismatch
 +USE_GMAKE=	yes
 +GNU_CONFIGURE=	yes
  
 +MAN1=		ranpwd.1
  PLIST_FILES=	bin/ranpwd
  
 -MAN1=		ranpwd.1
 +do-install:
 +	(cd ${WRKSRC} && ${INSTALL_PROGRAM} ranpwd ${PREFIX}/bin)
 +	(cd ${WRKSRC} && ${INSTALL_MAN} ranpwd.1 ${MANPREFIX}/man/man1)
  
  .include <bsd.port.mk>
 _______________________________________________
 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"
 
>Unformatted:
