aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/lopster
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2011-08-13 06:47:33 +0000
committerChris Rees <crees@FreeBSD.org>2011-08-13 06:47:33 +0000
commit6f9f207fbe7f0a901d783cf7460df31c933705f1 (patch)
tree160116acef52fa1ca84b01f8db96c31b2f687c26 /net-p2p/lopster
parent789a6223b0b12c734346c01d1b606c114100f923 (diff)
downloadports-6f9f207fbe7f0a901d783cf7460df31c933705f1.tar.gz
ports-6f9f207fbe7f0a901d783cf7460df31c933705f1.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>
Notes
Notes: svn path=/head/; revision=279581
Diffstat (limited to 'net-p2p/lopster')
-rw-r--r--net-p2p/lopster/Makefile11
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>