From tkato432@yahoo.com  Tue Mar 13 18:04:31 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 9759E1065674
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 13 Mar 2012 18:04:27 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168])
	by mx1.freebsd.org (Postfix) with ESMTP id 6DEEC8FC1E
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 13 Mar 2012 18:04:27 +0000 (UTC)
Received: from localhost.localdomain (ZT029054.ppp.dion.ne.jp [59.128.29.54])
	by msa105lp.auone-net.jp (au one net msa) with ESMTP id BFBF950036
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 14 Mar 2012 03:04:25 +0900 (JST)
Message-Id: <20120314022218.07efa8e1.tkato432@yahoo.com>
Date: Wed, 14 Mar 2012 02:22:18 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: textproc/py-chardet

>Number:         166052
>Category:       ports
>Synopsis:       Update port: textproc/py-chardet
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 13 18:10:13 UTC 2012
>Closed-Date:    Sun Apr 08 06:42:22 UTC 2012
>Last-Modified:  Sun Apr  8 06:50:10 UTC 2012
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Add LICENSE
- Support COPYTREE_SHARE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/textproc/py-chardet/Makefile textproc/py-chardet/Makefile
--- /usr/ports/textproc/py-chardet/Makefile	2010-04-04 16:42:16.000000000 +0900
+++ textproc/py-chardet/Makefile	2012-03-11 03:54:19.000000000 +0900
@@ -6,8 +6,14 @@
 
 PORTNAME=	chardet
 PORTVERSION=	2.0.1
+PORTREVISION=	1
 CATEGORIES=	textproc python
-MASTER_SITES=	http://chardet.feedparser.org/download/
+#MASTER_SITES=	http://chardet.feedparser.org/download/
+MASTER_SITES=	http://darkstar.ist.utl.pt/slackware/addon/slacky/%SUBDIR%/ \
+		http://repository.slacky.eu/%SUBDIR%/ \
+		http://slack.isper.sk/pub/%SUBDIR%/ \
+		http://www.slackware.org.uk/slacky/%SUBDIR%/
+MASTER_SITE_SUBDIR=	slackware64-13.37/libraries/python2-${PORTNAME}/${PORTVERSION}/src
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	python2-${PORTNAME}-${PORTVERSION}
 EXTRACT_SUFX=	.tgz
@@ -15,19 +21,20 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Character encoding auto-detection in Python
 
+LICENSE=	LGPL21
+LICENCE_FILE=	${WRKSRC}/COPYING
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
 
-.if !defined(NOPORTDOCS)
-PORTDOCS=	docs COPYING
-.endif
+DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
+
+PORTDOCS=	*
 
 post-install:
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-.for i in ${PORTDOCS}
-	${CP} -R ${WRKSRC}/${i} ${DOCSDIR}
-.endfor
+	@${MKDIR} ${DOCSDIR}
+	@(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR})
 .endif
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Mar 13 18:13:57 UTC 2012 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166052 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Apr 8 06:42:20 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/166052: commit references a PR
Date: Sun,  8 Apr 2012 06:42:19 +0000 (UTC)

 miwi        2012-04-08 06:42:12 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/py-chardet  Makefile 
   Log:
   - Fix MASTER_SITES
   - Add LICENSE
   - Support COPYTREE_SHARE
   
   PR:             166052
   Submitted by:   Ports Fury
   Feature safe:   yes
   
   Revision  Changes    Path
   1.7       +15 -8     ports/textproc/py-chardet/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
