Update to 3.1.0:
Bittorrent: DHT support small fixes Inspired by Stefano Marinelli in PR 45348.
This commit is contained in:
parent
1f5d9bb368
commit
d0f203c82e
3 changed files with 9 additions and 10 deletions
|
@ -1,10 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.40 2011/04/22 13:44:24 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.41 2011/09/12 19:14:42 wiz Exp $
|
||||
#
|
||||
|
||||
.include "../../net/mldonkey/Makefile.common"
|
||||
|
||||
PKGNAME= ${DISTNAME:S/mldonkey/mldonkey-gui/}
|
||||
PKGREVISION= 1
|
||||
|
||||
COMMENT+= (GTK interface)
|
||||
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
# $NetBSD: Makefile.common,v 1.40 2011/02/26 09:24:32 wiz Exp $
|
||||
# $NetBSD: Makefile.common,v 1.41 2011/09/12 19:14:42 wiz Exp $
|
||||
#
|
||||
# used by net/mldonkey/Makefile
|
||||
# used by net/mldonkey-gui/Makefile
|
||||
|
||||
DISTNAME= mldonkey-3.0.7
|
||||
DISTNAME= mldonkey-3.1.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mldonkey/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= wiz@NetBSD.org
|
||||
HOMEPAGE= http://www.nongnu.org/mldonkey/
|
||||
HOMEPAGE= http://mldonkey.sourceforge.net/Main_Page
|
||||
COMMENT= Free peer-to-peer client with eDonkey support and more
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
DISTINFO_FILE= ${.CURDIR}/../../net/mldonkey/distinfo
|
||||
PATCHDIR= ${.CURDIR}/../../net/mldonkey/patches
|
||||
#PATCHDIR= ${.CURDIR}/../../net/mldonkey/patches
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LANGUAGES= c c++
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.54 2011/02/26 09:24:32 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.55 2011/09/12 19:14:42 wiz Exp $
|
||||
|
||||
SHA1 (mldonkey-3.0.7.tar.bz2) = 5d703f4a35650a8e8512acf44730653faebf843c
|
||||
RMD160 (mldonkey-3.0.7.tar.bz2) = 37adfaf8012772c2df8f588169501f0515ae1d75
|
||||
Size (mldonkey-3.0.7.tar.bz2) = 2799555 bytes
|
||||
SHA1 (mldonkey-3.1.0.tar.bz2) = 9479c61ab067b01c76cbc11e41477f00a17f5d41
|
||||
RMD160 (mldonkey-3.1.0.tar.bz2) = 69c2bf1937bb2a782166a3b08d87e4537ec03eea
|
||||
Size (mldonkey-3.1.0.tar.bz2) = 2820081 bytes
|
||||
|
|
Loading…
Reference in a new issue