diff options
author | Donald Burr <dburr@FreeBSD.org> | 1999-12-22 20:39:14 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 1999-12-22 20:39:14 +0000 |
commit | 74c1695475bcb1475590435f05b924deb52ad5f7 (patch) | |
tree | 98360ae1a1d2aa14ee91ff611a14bae0b0a1ad1f /audio | |
parent | Remove nonexistent web page (diff) |
Upgrade to napster 0.8BETA. This fixes the "cannot connect socket" (forget
the exact wording of it) error message.
Also I switched back to the Linux binary port. It looks like the BSD port
has been left by the wayside again...
Diffstat (limited to 'audio')
-rw-r--r-- | audio/napster/Makefile | 9 | ||||
-rw-r--r-- | audio/napster/distinfo | 2 | ||||
-rw-r--r-- | audio/napster/files/md5 | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/audio/napster/Makefile b/audio/napster/Makefile index b85748852037..78d50b6f7e0f 100644 --- a/audio/napster/Makefile +++ b/audio/napster/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: napster -# Version required: 0.7BETA +# Version required: 0.8BETA # Date created: Thu Nov 18 01:07:00 PST 1999 # Whom: dburr@FreeBSD.org # # $FreeBSD$ # -DISTNAME= nap-bsd-0.7BETA -PKGNAME= napster-0.7b +DISTNAME= nap-linux-0.8BETA +PKGNAME= napster-0.8b CATEGORIES= audio net MASTER_SITES= http://www.gis.net/~nite/ @@ -17,6 +17,9 @@ ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/nap NO_BUILD= yes +do-patch: + brandelf -t Linux ${WRKSRC}/nap + do-install: ${INSTALL} -c -o root -g wheel -m 555 ${WRKSRC}/nap ${PREFIX}/bin/nap ${MKDIR} ${PREFIX}/share/nap diff --git a/audio/napster/distinfo b/audio/napster/distinfo index b576eba8ab6e..8224c39ecb16 100644 --- a/audio/napster/distinfo +++ b/audio/napster/distinfo @@ -1 +1 @@ -MD5 (nap-bsd-0.7BETA.tar.gz) = cc7abb497a6ac3370cce6e093775cf2a +MD5 (nap-linux-0.8BETA.tar.gz) = e176c811053f70c948eec7f49d6bb97d diff --git a/audio/napster/files/md5 b/audio/napster/files/md5 index b576eba8ab6e..8224c39ecb16 100644 --- a/audio/napster/files/md5 +++ b/audio/napster/files/md5 @@ -1 +1 @@ -MD5 (nap-bsd-0.7BETA.tar.gz) = cc7abb497a6ac3370cce6e093775cf2a +MD5 (nap-linux-0.8BETA.tar.gz) = e176c811053f70c948eec7f49d6bb97d |