From owner-svn-ports-all@FreeBSD.ORG Sat Apr 26 02:26:14 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5727A0A; Sat, 26 Apr 2014 02:26:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78B62158A; Sat, 26 Apr 2014 02:26:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3Q2QES2078586; Sat, 26 Apr 2014 02:26:14 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3Q2QE5t078584; Sat, 26 Apr 2014 02:26:14 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201404260226.s3Q2QE5t078584@svn.freebsd.org> From: Martin Wilke Date: Sat, 26 Apr 2014 02:26:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352209 - head/net-p2p/btpd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2014 02:26:14 -0000 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 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/