From tkato432@yahoo.com  Tue Sep 25 18:08:22 2012
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id DCF91106566B
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 25 Sep 2012 18:08:16 +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 905938FC22
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 25 Sep 2012 18:08:16 +0000 (UTC)
Received: from localhost.localdomain (ZT030063.ppp.dion.ne.jp [59.128.30.63])
	by msa101lp.auone-net.jp (au one net msa) with ESMTP id 78E3634034
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 26 Sep 2012 03:08:14 +0900 (JST)
Message-Id: <20120926022441.f2f1b1039ba72225bb52dc0d@yahoo.com>
Date: Wed, 26 Sep 2012 02:24:41 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: lang/diveintopython: Update MASTER_SITES

>Number:         172026
>Category:       ports
>Synopsis:       lang/diveintopython: Update MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 25 18:10:32 UTC 2012
>Closed-Date:    Sat Nov 10 12:28:04 UTC 2012
>Last-Modified:  Sat Nov 10 12:28:04 UTC 2012
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/lang/diveintopython/Makefile lang/diveintopython/Makefile
--- /usr/ports/lang/diveintopython/Makefile	2006-05-10 05:52:12.000000000 +0900
+++ lang/diveintopython/Makefile	2012-09-25 03:35:56.000000000 +0900
@@ -1,15 +1,11 @@
-# New ports collection makefile for:	py-diveintopython
-# Date created:		15 March 2001
-# Whom:	      		Johann Visagie <johann@egenetics.com>
-#
+# Created by: Johann Visagie <johann@egenetics.com>
 # $FreeBSD: ports/lang/diveintopython/Makefile,v 1.23 2006/05/09 20:52:12 edwin Exp $
-#
 
 PORTNAME=	diveintopython
 PORTVERSION=	5.4
 #PORTREVISION=	1
 CATEGORIES=	lang python
-MASTER_SITES=	http://diveintopython.org/download/
+MASTER_SITES=	http://www.diveintopython.net/download/
 DISTNAME=	${PORTNAME}
 DISTFILES=	${DISTNAME}-html-${VERSIONSTR}${EXTRACT_SUFX} \
 		${DISTNAME}-html-flat-${VERSIONSTR}${EXTRACT_SUFX} \
@@ -25,25 +21,29 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A free Python tutorial book that is "not For Dummies(tm)"
 
-NO_BUILD=	YES
-USE_ZIP=	YES
+LICENSE=	GFDL
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${VERSIONSTR}/html
+NO_BUILD=	yes
+
+USE_ZIP=	yes
+
+PLIST_SUB=	VERSION="${VERSIONSTR}"
+
 DIPDLDIR=	${DOCSDIR}/download
-CPIO=		cpio --quiet -pdum -R
 VERSIONSTR=	${PORTVERSION:C|(\.[^.]*)\.([^.]*)$|\1-\2|}
-PLIST_SUB+=	VERSION=${VERSIONSTR}
 
 post-patch:
-	@ ${FIND} ${WRKSRC} -name \*.html | xargs ${REINPLACE_CMD} \
+	@ ${FIND} ${WRKSRC} -name \*.html | ${XARGS} ${REINPLACE_CMD} \
 	  "s#http[^>]*\(download/${PORTNAME}-examples-${VERSIONSTR}.zip\)#\.\./\1#"
 
 do-install:
 	@ ${MKDIR} ${DIPDLDIR}
 	@ cd ${WRKSRC} && \
 	  ${FIND} . -name \*.html -o -name \*.css -o -name \*.png \
-	  | ${CPIO} ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
+	  | ${CPIO} --quiet -pdum -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
 	@ cd ${WRKSRC}/../py && ${FIND} * \
-	  | ${CPIO} ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
+	  | ${CPIO} --quiet -pdum -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
 .for format in html html-flat pdf text word xml common examples
 	@ ${INSTALL_DATA} \
 	  ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}-${format}-${VERSIONSTR}.zip \
diff -urN /usr/ports/lang/diveintopython/pkg-descr lang/diveintopython/pkg-descr
--- /usr/ports/lang/diveintopython/pkg-descr	2009-12-21 11:17:22.000000000 +0900
+++ lang/diveintopython/pkg-descr	2012-07-09 17:23:02.000000000 +0900
@@ -4,4 +4,4 @@
 available in a variety of formats.  It is currently being translated into a
 number of languages.
 
-WWW:    http://diveintopython.org/
+WWW:    http://www.diveintopython.net/
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Sep 25 18:17:06 UTC 2012 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

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

From: KATO Tsuguru <tkato432@yahoo.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/172026: lang/diveintopython: Update MASTER_SITES
Date: Sat, 27 Oct 2012 02:46:36 +0900

 This is a multi-part message in MIME format.
 
 --Multipart=_Sat__27_Oct_2012_02_46_36_+0900_smyTwrD+kPbAhTQe
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Remake of the patch against current tree.
 
 --Multipart=_Sat__27_Oct_2012_02_46_36_+0900_smyTwrD+kPbAhTQe
 Content-Type: text/x-diff;
  name="lang_diveintopython.diff"
 Content-Disposition: attachment;
  filename="lang_diveintopython.diff"
 Content-Transfer-Encoding: 7bit
 
 diff -urN /usr/ports/lang/diveintopython/Makefile lang/diveintopython/Makefile
 --- /usr/ports/lang/diveintopython/Makefile	2012-10-26 23:57:50.000000000 +0900
 +++ lang/diveintopython/Makefile	2012-10-27 01:52:26.000000000 +0900
 @@ -5,7 +5,7 @@
  PORTVERSION=	5.4
  #PORTREVISION=	1
  CATEGORIES=	lang python
 -MASTER_SITES=	http://diveintopython.org/download/
 +MASTER_SITES=	http://www.diveintopython.net/download/
  DISTNAME=	${PORTNAME}
  DISTFILES=	${DISTNAME}-html-${VERSIONSTR}${EXTRACT_SUFX} \
  		${DISTNAME}-html-flat-${VERSIONSTR}${EXTRACT_SUFX} \
 @@ -21,28 +21,29 @@
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	A free Python tutorial book that is "not For Dummies(tm)"
  
 -DEPRECATED=	No more public distfiles
 -EXPIRATION_DATE=	2012-11-26
 +LICENSE=	GFDL
  
 -NO_BUILD=	YES
 -USE_ZIP=	YES
  WRKSRC=		${WRKDIR}/${PORTNAME}-${VERSIONSTR}/html
 +NO_BUILD=	yes
 +
 +USE_ZIP=	yes
 +
 +PLIST_SUB=	VERSION="${VERSIONSTR}"
 +
  DIPDLDIR=	${DOCSDIR}/download
 -CPIO=		cpio --quiet -pdum -R
  VERSIONSTR=	${PORTVERSION:C|(\.[^.]*)\.([^.]*)$|\1-\2|}
 -PLIST_SUB+=	VERSION=${VERSIONSTR}
  
  post-patch:
 -	@ ${FIND} ${WRKSRC} -name \*.html | xargs ${REINPLACE_CMD} \
 +	@ ${FIND} ${WRKSRC} -name \*.html | ${XARGS} ${REINPLACE_CMD} \
  	  "s#http[^>]*\(download/${PORTNAME}-examples-${VERSIONSTR}.zip\)#\.\./\1#"
  
  do-install:
  	@ ${MKDIR} ${DIPDLDIR}
  	@ cd ${WRKSRC} && \
  	  ${FIND} . -name \*.html -o -name \*.css -o -name \*.png \
 -	  | ${CPIO} ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
 +	  | ${CPIO} --quiet -pdum -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
  	@ cd ${WRKSRC}/../py && ${FIND} * \
 -	  | ${CPIO} ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
 +	  | ${CPIO} --quiet -pdum -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
  .for format in html html-flat pdf text word xml common examples
  	@ ${INSTALL_DATA} \
  	  ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}-${format}-${VERSIONSTR}.zip \
 diff -urN /usr/ports/lang/diveintopython/pkg-descr lang/diveintopython/pkg-descr
 --- /usr/ports/lang/diveintopython/pkg-descr	2009-12-21 11:17:22.000000000 +0900
 +++ lang/diveintopython/pkg-descr	2012-07-09 17:23:02.000000000 +0900
 @@ -4,4 +4,4 @@
  available in a variety of formats.  It is currently being translated into a
  number of languages.
  
 -WWW:    http://diveintopython.org/
 +WWW:    http://www.diveintopython.net/
 
 --Multipart=_Sat__27_Oct_2012_02_46_36_+0900_smyTwrD+kPbAhTQe--
Responsible-Changed-From-To: miwi->freebsd-ports-bugs 
Responsible-Changed-By: bapt 
Responsible-Changed-When: Mon Oct 29 09:46:24 UTC 2012 
Responsible-Changed-Why:  
Reassign to the heap miwi being overloaded for now 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172026 
State-Changed-From-To: open->closed 
State-Changed-By: pawel 
State-Changed-When: Sat Nov 10 12:28:03 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172026 
>Unformatted:
