Skip site navigation (1)Skip section navigation (2)
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:   ports/159722: Update net-p2p/lopster, unflag as DEPRECATED
Message-ID:  <201108121718.p7CHIg8i081027@serene.no-ip.org>
Resent-Message-ID: <201108121800.p7CI0MBu072573@freefall.freebsd.org>

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

>Number:         159722
>Category:       ports
>Synopsis:       Update net-p2p/lopster, unflag as DEPRECATED
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 12 18:00:21 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Conrad J. Sabatier
>Release:        FreeBSD 9.0-BETA1 amd64
>Organization:
>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 ---


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



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