1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- 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>
This commit is contained in:
Chris Rees 2011-08-13 06:47:33 +00:00
parent 789a6223b0
commit 6f9f207fbe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279581

View File

@ -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>