diff options
author | kris <kris@FreeBSD.org> | 2000-11-04 06:30:19 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-11-04 06:30:19 +0800 |
commit | 6e2d4e80793495cca638fc4e614a0ecccbf8c3b5 (patch) | |
tree | 00245a286f3a845975b8d4b84aa1a1449f916850 | |
parent | 22f586dff07576f6bfbf6c4de519ced1406f8e24 (diff) | |
download | freebsd-ports-gnome-6e2d4e80793495cca638fc4e614a0ecccbf8c3b5.tar.gz freebsd-ports-gnome-6e2d4e80793495cca638fc4e614a0ecccbf8c3b5.tar.zst freebsd-ports-gnome-6e2d4e80793495cca638fc4e614a0ecccbf8c3b5.zip |
Revert unintended local change in previous commit.
SUbmitted by: asami
-rw-r--r-- | audio/napster/Makefile | 6 | ||||
-rw-r--r-- | audio/napster/files/md5 | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/audio/napster/Makefile b/audio/napster/Makefile index fd74a3c32ecc..9f80619b2ad8 100644 --- a/audio/napster/Makefile +++ b/audio/napster/Makefile @@ -6,17 +6,17 @@ # PORTNAME= napster -PORTVERSION= 1.1b +PORTVERSION= 0.9b CATEGORIES= audio net MASTER_SITES= http://www.gis.net/~nite/ -DISTNAME= nap-linux-1.1BETA +DISTNAME= nap-bsd-0.9BETA MAINTAINER= dburr@FreeBSD.org FORBIDDEN= "Remote vulnerabilities" # 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 +# RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/nap diff --git a/audio/napster/files/md5 b/audio/napster/files/md5 new file mode 100644 index 000000000000..851d4ab7d114 --- /dev/null +++ b/audio/napster/files/md5 @@ -0,0 +1 @@ +MD5 (nap-linux-1.1BETA.tar.gz) = 5621ed0bef4aa65cb053de49c3d01b44 |