Update net-p2p/lopster, unflag as DEPRECATED

Chris Rees crees at freebsd.org
Fri Aug 12 18:00:26 UTC 2011


On 12 August 2011 18:18, Conrad J. Sabatier <conrads at cox.net> wrote:
>
>>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 at 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 at 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 ---
>

Please don't CC ports@ -- Interested parties will get this from
freebsd-ports-bugs, as well as it actually having the PR number by
this time.

Chris


More information about the freebsd-ports mailing list