Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 2008 21:53:36 GMT
From:      Alex Kozlov <spam@rm-rf.kiev.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/125161: [patch] net-p2p/bnbt correct typo: USE_BZIP -> USE_BZIP2
Message-ID:  <200807012153.m61LraxI026189@www.freebsd.org>
Resent-Message-ID: <200807012200.m61M0B0R030669@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125161
>Category:       ports
>Synopsis:       [patch] net-p2p/bnbt correct typo: USE_BZIP -> USE_BZIP2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 01 22:00:10 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Alex Kozlov
>Release:        FreeBSD 6.3
>Organization:
private
>Environment:
>Description:
Correct typo: USE_BZIP -> USE_BZIP2
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: net-p2p/bnbt/Makefile
@@ -15,7 +15,7 @@
 MAINTAINER=	flz@FreeBSD.org
 COMMENT=	A C++ BitTorrent Tracker
 
-USE_BZIP=	yes
+USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_DOS2UNIX=	yes
 
Index: 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


>Release-Note:
>Audit-Trail:
>Unformatted:



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