Bug 187749 - net-p2p/btpd: Support USE_GITHUB
Summary: net-p2p/btpd: Support USE_GITHUB
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-19 18:40 UTC by tkato432
Modified: 2014-04-26 03:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.95 KB, patch)
2014-03-19 18:40 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 2014-03-19 18:40:04 UTC
- Support USE_GITHUB
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-19 18:41:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2014-04-26 03:25:52 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-04-26 03:26:17 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"