diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-07-02 09:14:13 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-07-02 09:14:13 +0000 |
commit | 743272cc8ccb3f6fb10cb09a41b2cd91271914a5 (patch) | |
tree | d0ab7b9e405c5835298d6df11bbad7b6f3c2ab7f /net-p2p | |
parent | 4d5a770ce6a7d8cb169e73816099396d4d462dbb (diff) |
Fix typo (USE_BZIP2).
PR: ports/125161
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
Notes
Notes:
svn path=/head/; revision=216150
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bnbt/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/bnbt/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/bnbt/Makefile b/net-p2p/bnbt/Makefile index 6a5990de3253..08fdf7576999 100644 --- a/net-p2p/bnbt/Makefile +++ b/net-p2p/bnbt/Makefile @@ -15,7 +15,7 @@ SNAPSHOT= 20060727 MAINTAINER= flz@FreeBSD.org COMMENT= A C++ BitTorrent Tracker -USE_BZIP= yes +USE_BZIP2= yes USE_GMAKE= yes USE_DOS2UNIX= yes diff --git a/net-p2p/bnbt/distinfo b/net-p2p/bnbt/distinfo index b04d29cee53c..b762bc930b3f 100644 --- a/net-p2p/bnbt/distinfo +++ b/net-p2p/bnbt/distinfo @@ -1,3 +1,3 @@ -MD5 (20060727-bnbt85-src.tar.gz) = 6198ce819b9edad13194f54f6715084a -SHA256 (20060727-bnbt85-src.tar.gz) = 50a9c897f9bfc3a238fd74eb234b231225dfd2652592573002a93efce9ae9840 -SIZE (20060727-bnbt85-src.tar.gz) = 87105 +MD5 (20060727-bnbt85-src.tar.bz2) = 960e3fe817d0247205f15e1576348922 +SHA256 (20060727-bnbt85-src.tar.bz2) = 6653081240419a36a9f147454e0f4268957f01e258804e8f5798eb0845cee9e9 +SIZE (20060727-bnbt85-src.tar.bz2) = 65885 |