Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2020 09:06:07 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522474 - in head: . net-p2p net-p2p/btpd
Message-ID:  <202001090906.009967Z7038106@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Jan  9 09:06:06 2020
New Revision: 522474
URL: https://svnweb.freebsd.org/changeset/ports/522474

Log:
  (Readdition of net-p2p/btpd which was removed on 514600)
  
  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: https://github.com/btpd/btpd/wiki
  
  PR:		1
  Submitted by:	mat@FreeBSD.org

Added:
  head/net-p2p/btpd/
     - copied from r514600, head/net-p2p/btpd/
Modified:
  head/MOVED
  head/net-p2p/Makefile
  head/net-p2p/btpd/Makefile
  head/net-p2p/btpd/distinfo   (contents, props changed)
Directory Properties:
  head/net-p2p/btpd/pkg-descr   (props changed)
  head/net-p2p/btpd/pkg-plist   (props changed)

Modified: head/MOVED
==============================================================================
--- head/MOVED	Thu Jan  9 09:01:56 2020	(r522473)
+++ head/MOVED	Thu Jan  9 09:06:06 2020	(r522474)
@@ -13287,7 +13287,6 @@ net-mgmt/pixilate||2019-10-16|Has expired: Unfetchable
 net-mgmt/slate||2019-10-16|Has expired: Unfetchable, unmaintained
 net-mgmt/weplab||2019-10-16|Has expired: Unfetchable, unmaintained
 net-p2p/bnbt||2019-10-16|Has expired: Unfetchable, unmaintained
-net-p2p/btpd||2019-10-16|Has expired: Unfetchable, unmaintained
 net-p2p/gkremldk||2019-10-16|Has expired: Unfetchable, unmaintained
 news/newscache||2019-10-16|Has expired: Unfetchable, unmaintained
 news/nntpbtr||2019-10-16|Has expired: Unfetchable, unmaintained

Modified: head/net-p2p/Makefile
==============================================================================
--- head/net-p2p/Makefile	Thu Jan  9 09:01:56 2020	(r522473)
+++ head/net-p2p/Makefile	Thu Jan  9 09:06:06 2020	(r522474)
@@ -10,6 +10,7 @@
     SUBDIR += bitcoin-daemon
     SUBDIR += bitcoin-utils
     SUBDIR += bitflu
+    SUBDIR += btpd
     SUBDIR += c-lightning
     SUBDIR += couchpotato
     SUBDIR += cpuminer

Modified: head/net-p2p/btpd/Makefile
==============================================================================
--- head/net-p2p/btpd/Makefile	Wed Oct 16 15:29:20 2019	(r514600)
+++ head/net-p2p/btpd/Makefile	Thu Jan  9 09:06:06 2020	(r522474)
@@ -1,20 +1,16 @@
 # $FreeBSD$
 
 PORTNAME=	btpd
-PORTVERSION=	0.16
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.16
 PORTREVISION=	2
 CATEGORIES=	net-p2p
-MASTER_SITES=	GHC
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	mat@FreeBSD.org
 COMMENT=	Bittorrent client consisting of a daemon and client commands
 
 LICENSE=	BSD2CLAUSE BSD3CLAUSE
 LICENSE_COMB=	multi
-
-BROKEN=		unfetchable
-DEPRECATED=	Unfetchable, unmaintained
-EXPIRATION_DATE=	2019-10-16
 
 USE_GITHUB=	yes
 

Modified: head/net-p2p/btpd/distinfo
==============================================================================
--- head/net-p2p/btpd/distinfo	Wed Oct 16 15:29:20 2019	(r514600)
+++ head/net-p2p/btpd/distinfo	Thu Jan  9 09:06:06 2020	(r522474)
@@ -1,2 +1,3 @@
-SHA256 (btpd-0.16.tar.gz) = 296bdb718eaba9ca938bee56f0976622006c956980ab7fc7a339530d88f51eb8
-SIZE (btpd-0.16.tar.gz) = 159716
+TIMESTAMP = 1578560355
+SHA256 (btpd-btpd-v0.16_GH0.tar.gz) = 9cda656f67edb2cdc3b51d43b7f0510c4e65a0f55cd1317a7113051429d6c9e5
+SIZE (btpd-btpd-v0.16_GH0.tar.gz) = 77413



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