Date: Fri, 12 Aug 2011 12:18:42 -0500 (CDT) From: "Conrad J. Sabatier" <conrads@cox.net> To: FreeBSD-gnats-submit@freebsd.org Cc: ports@freebsd.org Subject: Update net-p2p/lopster, unflag as DEPRECATED Message-ID: <201108121718.p7CHIg8i081027@serene.no-ip.org>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Conrad J. Sabatier >Organization: >Confidential: no >Synopsis: Update net-p2p/lopster, unflag as DEPRECATED >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 9.0-BETA1 amd64 >Environment: System: FreeBSD serene.no-ip.org 9.0-BETA1 FreeBSD 9.0-BETA1 #3: Wed Aug 10 06:43:50 CDT 2011 conrads@serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64 >Description: net-p2p/lopster improperly flagged (IMHO) as DEPRECATED. The Opennap network is still very much alive and well, thank you. :-) >How-To-Repeat: Try to install. Marked as DEPRECATED. Default address to fetch server list from is out of date as well. >Fix: The following patch fixes the problem. --- lopster-patch begins here --- diff -urN /usr/ports/net-p2p/lopster/Makefile ./Makefile --- /usr/ports/net-p2p/lopster/Makefile 2011-08-01 17:09:02.000000000 -0500 +++ ./Makefile 2011-08-12 12:12:02.000000000 -0500 @@ -7,12 +7,11 @@ PORTNAME= lopster PORTVERSION= 1.2.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net-p2p MASTER_SITES= SF \ http://lopster.sourceforge.net/download/ -DEPRECATED= Napser service is not working anymore EXPIRATION_DATE= 2011-09-01 MAINTAINER= ports@FreeBSD.org diff -urN /usr/ports/net-p2p/lopster/work/lopster-1.2.2/src/lopster.h ./work/lopster-1.2.2/src/lopster.h --- /usr/ports/net-p2p/lopster/work/lopster-1.2.2/src/lopster.h 2004-08-29 10:33:39.000000000 -0500 +++ ./work/lopster-1.2.2/src/lopster.h 2011-08-12 12:08:31.000000000 -0500 @@ -807,8 +807,8 @@ long bytes[2]; }; -#define NAPLIST_HOST "www.naplist.com" -#define NAPLIST_DOC "servers.txt" +#define NAPLIST_HOST "www.gotnap.com" +#define NAPLIST_DOC "server.list" struct _naplist_t { int use_proxy; char *proxy_host; --- lopster-patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108121718.p7CHIg8i081027>