diff options
author | dburr <dburr@FreeBSD.org> | 1999-12-30 16:11:34 +0800 |
---|---|---|
committer | dburr <dburr@FreeBSD.org> | 1999-12-30 16:11:34 +0800 |
commit | 07e38f33111ee6965a0e417e63786688f26d0709 (patch) | |
tree | 2b7d97dc9202fd5d1b7f0d9216a894b1bd6dd11c /audio | |
parent | fb673c8b72249464a606f7f71e614273b8203189 (diff) | |
download | freebsd-ports-gnome-07e38f33111ee6965a0e417e63786688f26d0709.tar.gz freebsd-ports-gnome-07e38f33111ee6965a0e417e63786688f26d0709.tar.zst freebsd-ports-gnome-07e38f33111ee6965a0e417e63786688f26d0709.zip |
Upgraded to version 0.9BETA, the old version is no longer available.
And the BSD version of the port is back, yay! :)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/napster/Makefile | 14 | ||||
-rw-r--r-- | audio/napster/distinfo | 2 | ||||
-rw-r--r-- | audio/napster/files/md5 | 2 |
3 files changed, 10 insertions, 8 deletions
diff --git a/audio/napster/Makefile b/audio/napster/Makefile index 3339f939097c..cd3ba77b5118 100644 --- a/audio/napster/Makefile +++ b/audio/napster/Makefile @@ -1,26 +1,28 @@ # New ports collection makefile for: napster -# Version required: 0.8BETA +# Version required: 0.9BETA # Date created: Thu Nov 18 01:07:00 PST 1999 # Whom: dburr@FreeBSD.org # # $FreeBSD$ # -DISTNAME= nap-linux-0.8BETA -PKGNAME= napster-0.8b +DISTNAME= nap-bsd-0.9BETA +PKGNAME= napster-0.9b CATEGORIES= audio net MASTER_SITES= http://www.gis.net/~nite/ MAINTAINER= dburr@FreeBSD.org -RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base +# leaving this here, in case they decide to drop the BSD version again *sigh* +# RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/nap NO_BUILD= yes -do-patch: - brandelf -t Linux ${WRKSRC}/nap +# leaving this here in case they decide to drop the BSD version again *sigh* +# do-patch: +# brandelf -t Linux ${WRKSRC}/nap do-install: ${INSTALL} -c -o root -g wheel -m 555 ${WRKSRC}/nap ${PREFIX}/bin/nap diff --git a/audio/napster/distinfo b/audio/napster/distinfo index 8224c39ecb16..9490459b1ec2 100644 --- a/audio/napster/distinfo +++ b/audio/napster/distinfo @@ -1 +1 @@ -MD5 (nap-linux-0.8BETA.tar.gz) = e176c811053f70c948eec7f49d6bb97d +MD5 (nap-bsd-0.9BETA.tar.gz) = 3fd3aa290456d33d2a96be1cc82e9edb diff --git a/audio/napster/files/md5 b/audio/napster/files/md5 index 8224c39ecb16..9490459b1ec2 100644 --- a/audio/napster/files/md5 +++ b/audio/napster/files/md5 @@ -1 +1 @@ -MD5 (nap-linux-0.8BETA.tar.gz) = e176c811053f70c948eec7f49d6bb97d +MD5 (nap-bsd-0.9BETA.tar.gz) = 3fd3aa290456d33d2a96be1cc82e9edb |