diff options
author | crees <crees@FreeBSD.org> | 2011-08-13 14:47:33 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-08-13 14:47:33 +0800 |
commit | b7061e5e3aed6c9d1553b17134371317afb2a1de (patch) | |
tree | d26f2854d9dd28d7e530995a5f4c231ef86bebad /net-p2p | |
parent | 3a8e69df6d208fde4a34371e1671422b4ea3df68 (diff) | |
download | freebsd-ports-gnome-b7061e5e3aed6c9d1553b17134371317afb2a1de.tar.gz freebsd-ports-gnome-b7061e5e3aed6c9d1553b17134371317afb2a1de.tar.zst freebsd-ports-gnome-b7061e5e3aed6c9d1553b17134371317afb2a1de.zip |
- Change to use alternative server, thus making it useful again.
- Pass maintainership to submitter
PR: ports/159722
Submitted by: "Conrad J. Sabatier" <conrads@cox.net>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/lopster/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net-p2p/lopster/Makefile b/net-p2p/lopster/Makefile index 737c682e5ecb..ec25fcfad5e9 100644 --- a/net-p2p/lopster/Makefile +++ b/net-p2p/lopster/Makefile @@ -7,16 +7,13 @@ 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 -COMMENT= GTK+ client for Napster +MAINTAINER= conrads@cox.net +COMMENT= GTK+ client for Napster and free alternatives GNU_CONFIGURE= yes USE_GMAKE= yes @@ -50,5 +47,7 @@ pre-everything:: post-patch: @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s/www.naplist.com/www.gotnap.com/" \ + ${WRKSRC}/src/lopster.h .include <bsd.port.post.mk> |