Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Apr 2014 02:26:14 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352209 - head/net-p2p/btpd
Message-ID:  <201404260226.s3Q2QE5t078584@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404260226.s3Q2QE5t078584>