svn commit: r352209 - head/net-p2p/btpd
Martin Wilke
miwi at FreeBSD.org
Sat Apr 26 02:26:14 UTC 2014
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 at 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/
More information about the svn-ports-head
mailing list