summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/btpd/Makefile13
-rw-r--r--net/btpd/PLIST5
-rw-r--r--net/btpd/distinfo9
-rw-r--r--net/btpd/patches/patch-aa40
4 files changed, 16 insertions, 51 deletions
diff --git a/net/btpd/Makefile b/net/btpd/Makefile
index 3c16b1a0184..67e7e3815f8 100644
--- a/net/btpd/Makefile
+++ b/net/btpd/Makefile
@@ -1,17 +1,20 @@
-# $NetBSD: Makefile,v 1.19 2010/02/07 19:15:43 zafer Exp $
+# $NetBSD: Makefile,v 1.20 2011/07/22 11:30:42 hauke Exp $
-DISTNAME= btpd-0.15
-PKGREVISION= 1
+DISTNAME= btpd-0.16
CATEGORIES= net
-MASTER_SITES= http://www.murmeldjur.se/btpd/
+MASTER_SITES= https://cloud.github.com/downloads/btpd/btpd/
MAINTAINER= rnyberg@murmeldjur.se
-HOMEPAGE= http://www.murmeldjur.se/btpd/
+HOMEPAGE= https://github.com/btpd/btpd/wiki/
COMMENT= Daemon for file sharing over bittorrent
LICENSE= 2-clause-bsd
PKG_DESTDIR_SUPPORT= user-destdir
+# Force using "curl" for fetching the distribution file. It is only available
+# over HTTPS and "curl" is the only fetch program which always supports HTTPS.
+FETCH_USING= curl
+
GNU_CONFIGURE= YES
DOCSDIR= ${PREFIX}/share/doc/btpd
diff --git a/net/btpd/PLIST b/net/btpd/PLIST
index a5cdeaa1fa1..3e5c11be0a5 100644
--- a/net/btpd/PLIST
+++ b/net/btpd/PLIST
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:09:23 joerg Exp $
+@comment $NetBSD: PLIST,v 1.5 2011/07/22 11:30:42 hauke Exp $
bin/btcli
bin/btinfo
bin/btpd
+man/man1/btcli.1
+man/man1/btinfo.1
+man/man1/btpd.1
share/doc/btpd/README
diff --git a/net/btpd/distinfo b/net/btpd/distinfo
index e4f6a79ab6f..6c42b753a8a 100644
--- a/net/btpd/distinfo
+++ b/net/btpd/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.4 2009/05/06 04:03:52 snj Exp $
+$NetBSD: distinfo,v 1.5 2011/07/22 11:30:42 hauke Exp $
-SHA1 (btpd-0.15.tar.gz) = d613ae3d46f3ef548ad8a7e0df278b0e272bb66c
-RMD160 (btpd-0.15.tar.gz) = 203ea8942a5302ed26d9008fd1a08da358591d3c
-Size (btpd-0.15.tar.gz) = 144706 bytes
-SHA1 (patch-aa) = 29db22a6a7532054951ee273f953b84a12184078
+SHA1 (btpd-0.16.tar.gz) = fb7d396ed5c224dc6e743ac481e4feb4a3cf7b75
+RMD160 (btpd-0.16.tar.gz) = 05af142d8ecc582677909087bd53129561c86135
+Size (btpd-0.16.tar.gz) = 159716 bytes
diff --git a/net/btpd/patches/patch-aa b/net/btpd/patches/patch-aa
deleted file mode 100644
index 9e9eff73d01..00000000000
--- a/net/btpd/patches/patch-aa
+++ /dev/null
@@ -1,40 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2009/05/06 04:03:52 snj Exp $
-
---- configure.orig 2009-05-05 20:54:59.000000000 -0700
-+++ configure 2009-05-05 20:55:22.000000000 -0700
-@@ -4780,7 +4780,7 @@ fi
- rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
- { echo "$as_me:$LINENO: result: $clock_gettime" >&5
- echo "${ECHO_T}$clock_gettime" >&6; }
--if test $clock_gettime == yes; then
-+if test $clock_gettime = yes; then
- old_LIBS=$LIBS
- LIBS=""
- { echo "$as_me:$LINENO: checking for library containing clock_gettime" >&5
-@@ -4876,7 +4876,7 @@ fi
- _ACEOF
-
- fi
--if test $clock_gettime == no; then
-+if test $clock_gettime = no; then
-
- for ac_func in mach_absolute_time
- do
-@@ -5374,7 +5374,7 @@ echo "$as_me: error: $m is not a valid e
- ;;
- esac
- done
--if test x"$EVLOOP_METHOD" == x; then
-+if test x"$EVLOOP_METHOD" = x; then
- { { echo "$as_me:$LINENO: error: no suitable evloop method found
- See \`config.log' for more details." >&5
- echo "$as_me: error: no suitable evloop method found
-@@ -5388,7 +5388,7 @@ fi
-
- for i in 0 1 2 3 4 5 6 7; do
- case $i in
-- 0) if test x"$TD_CFLAGS$TD_LIBS" == x; then continue; fi;;
-+ 0) if test x"$TD_CFLAGS$TD_LIBS" = x; then continue; fi;;
- 1) TD_CFLAGS=-pthread;;
- 2) TD_CFLAGS=-pthreads;;
- 3) TD_CFLAGS=-kthread;;