From tkato432@yahoo.com  Wed Mar 19 18:31:52 2014
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id C3E654CA
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 19 Mar 2014 18:31:52 +0000 (UTC)
Received: from omta01.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145])
	by mx1.freebsd.org (Postfix) with ESMTP id 98089C04
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 19 Mar 2014 18:31:52 +0000 (UTC)
Received: from coppermine.my.domain (ZT028161.ppp.dion.ne.jp [59.128.28.161])
	by omta01.auone-net.jp (au one net mail) with ESMTP id 3DF1998000A
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 20 Mar 2014 03:31:50 +0900 (JST)
Message-Id: <20140320032631.c2b72ad769992de6e34b6582@yahoo.com>
Date: Thu, 20 Mar 2014 03:26:31 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: net-p2p/btpd: Support USE_GITHUB

>Number:         187749
>Category:       ports
>Synopsis:       net-p2p/btpd: Support USE_GITHUB
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 19 18:40:04 UTC 2014
>Closed-Date:    Sat Apr 26 02:25:52 UTC 2014
>Last-Modified:  Sat Apr 26 02:30:01 UTC 2014
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Support USE_GITHUB

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/net-p2p/btpd/Makefile net-p2p/btpd/Makefile
--- /usr/ports/net-p2p/btpd/Makefile	2014-01-23 03:23:29.000000000 +0900
+++ net-p2p/btpd/Makefile	2014-03-20 00:00:00.000000000 +0900
@@ -4,21 +4,25 @@
 PORTVERSION=	0.16
 PORTREVISION=	2
 CATEGORIES=	net-p2p
-MASTER_SITES=	http://cloud.github.com/downloads/btpd/btpd/
+MASTER_SITES=	GHC
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Bittorrent client consisting of a daemon and client commands
 
 LICENSE=	BSD
 
-OPTIONS_DEFINE=	DOCS
+WRKSRC=		${WRKDIR}/${DISTNAME}
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	${PORTNAME}
 
-USE_AUTOTOOLS=	autoconf aclocal
-GNU_CONFIGURE=	yes
 USE_OPENSSL=	yes
+USE_AUTOTOOLS=	aclocal autoconf
+
+OPTIONS_DEFINE=	DOCS
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
+	(cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR})
 
 .include <bsd.port.mk>
diff -urN /usr/ports/net-p2p/btpd/pkg-descr net-p2p/btpd/pkg-descr
--- /usr/ports/net-p2p/btpd/pkg-descr	2014-01-23 03:23:29.000000000 +0900
+++ net-p2p/btpd/pkg-descr	2014-03-20 00:00:00.000000000 +0900
@@ -1,8 +1,8 @@
-BTPD is a bittorrent client consisting of a daemon and client commands, which
-can be used to read and/or manipulate the daemon state. The daemon is capable of
-running several torrents simultaneously and only uses one tcp port. It's fairly
-low on resource usage and should be perfect for file distribution sites.
-Efficient downloads and ease of use makes this client a good choice for the
-casual user as well.
+BTPD is a bittorrent client consisting of a daemon and client commands,
+which can be used to read and/or manipulate the daemon state. The daemon
+is capable of running several torrents simultaneously and only uses one
+tcp port. It's fairly low on resource usage and should be perfect for
+file distribution sites. Efficient downloads and ease of use makes this
+client a good choice for the casual user as well.
 
 WWW: http://wiki.github.com/btpd/btpd/
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Mar 19 18:41:08 UTC 2014 
Responsible-Changed-Why:  
miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187749 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Apr 26 02:25:52 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/187749: commit references a PR
Date: Sat, 26 Apr 2014 02:26:17 +0000 (UTC)

 Author: miwi
 Date: Sat Apr 26 02:26:13 2014
 New Revision: 352209
 URL: http://svnweb.freebsd.org/changeset/ports/352209
 QAT: https://qat.redports.org/buildarchive/r352209/
 
 Log:
   - Support USE_GITHUB
   - Update DESCR
   
   PR:		187749
   Submitted by:	Ports fury
 
 Modified:
   head/net-p2p/btpd/Makefile
   head/net-p2p/btpd/pkg-descr
 
 Modified: head/net-p2p/btpd/Makefile
 ==============================================================================
 --- head/net-p2p/btpd/Makefile	Sat Apr 26 02:24:53 2014	(r352208)
 +++ head/net-p2p/btpd/Makefile	Sat Apr 26 02:26:13 2014	(r352209)
 @@ -4,21 +4,25 @@ PORTNAME=	btpd
  PORTVERSION=	0.16
  PORTREVISION=	2
  CATEGORIES=	net-p2p
 -MASTER_SITES=	http://cloud.github.com/downloads/btpd/btpd/
 +MASTER_SITES=	GHC
  
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	Bittorrent client consisting of a daemon and client commands
  
  LICENSE=	BSD
  
 -OPTIONS_DEFINE=	DOCS
 +WRKSRC=		${WRKDIR}/${DISTNAME}
 +
 +USE_GITHUB=	yes
 +GH_ACCOUNT=	${PORTNAME}
  
 -USE_AUTOTOOLS=	autoconf aclocal
 -GNU_CONFIGURE=	yes
  USE_OPENSSL=	yes
 +USE_AUTOTOOLS=	aclocal autoconf
 +
 +OPTIONS_DEFINE=	DOCS
  
  post-install:
  	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 -	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
 +	(cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR})
  
  .include <bsd.port.mk>
 
 Modified: head/net-p2p/btpd/pkg-descr
 ==============================================================================
 --- head/net-p2p/btpd/pkg-descr	Sat Apr 26 02:24:53 2014	(r352208)
 +++ head/net-p2p/btpd/pkg-descr	Sat Apr 26 02:26:13 2014	(r352209)
 @@ -1,8 +1,8 @@
 -BTPD is a bittorrent client consisting of a daemon and client commands, which
 -can be used to read and/or manipulate the daemon state. The daemon is capable of
 -running several torrents simultaneously and only uses one tcp port. It's fairly
 -low on resource usage and should be perfect for file distribution sites.
 -Efficient downloads and ease of use makes this client a good choice for the
 -casual user as well.
 +BTPD is a bittorrent client consisting of a daemon and client commands,
 +which can be used to read and/or manipulate the daemon state. The daemon
 +is capable of running several torrents simultaneously and only uses one
 +tcp port. It's fairly low on resource usage and should be perfect for
 +file distribution sites. Efficient downloads and ease of use makes this
 +client a good choice for the casual user as well.
  
  WWW: http://wiki.github.com/btpd/btpd/
 _______________________________________________
 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:
