summaryrefslogtreecommitdiff
path: root/audio/napster
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-10-26 18:18:13 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-10-26 18:18:13 +0000
commit1381fb8c745be9e89b973657259a3ff729912dfa (patch)
tree4fdc336af92576d3809da29da098340ff01c2608 /audio/napster
parent- Update to 0.39 (diff)
Update to 1.5.2.
Notes
Notes: svn path=/head/; revision=92221
Diffstat (limited to 'audio/napster')
-rw-r--r--audio/napster/Makefile2
-rw-r--r--audio/napster/distinfo2
-rw-r--r--audio/napster/files/patch-src::nap.c38
-rw-r--r--audio/napster/files/patch-src::title.h29
4 files changed, 2 insertions, 69 deletions
diff --git a/audio/napster/Makefile b/audio/napster/Makefile
index 170caf86de7c..4c20a59f6a76 100644
--- a/audio/napster/Makefile
+++ b/audio/napster/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nap
-PORTVERSION= 1.5.1
+PORTVERSION= 1.5.2
CATEGORIES= audio net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= nap
diff --git a/audio/napster/distinfo b/audio/napster/distinfo
index f47c581a0834..d46ad2b9e5ba 100644
--- a/audio/napster/distinfo
+++ b/audio/napster/distinfo
@@ -1 +1 @@
-MD5 (nap-1.5.1.tar.gz) = 554753d5d6154bdf5057156cc60d0658
+MD5 (nap-1.5.2.tar.gz) = bcdeb978ddb72f4c8b6ee8b081dd81c0
diff --git a/audio/napster/files/patch-src::nap.c b/audio/napster/files/patch-src::nap.c
deleted file mode 100644
index 1ea6aa3f07b6..000000000000
--- a/audio/napster/files/patch-src::nap.c
+++ /dev/null
@@ -1,38 +0,0 @@
---- src/nap.c.orig Thu Jul 17 20:21:08 2003
-+++ src/nap.c Thu Jul 17 20:22:02 2003
-@@ -542,21 +542,20 @@
-
- if (!getval("connection")) {
- if (!info.daemon) {
-- wp(NULL, "
-- Connection | Number
-- -------------------
-- Unknown | 0
-- 14.4 | 1
-- 28.8 | 2
-- 33.6 | 3
-- 56.7 | 4
-- 64K ISDN | 5
-- 128K ISDN | 6
-- Cable | 7
-- DSL | 8
-- T1 | 9
-- T3 or > | 10
--\n");
-+ wp(NULL, "\
-+ Connection | Number\n\
-+ -------------------\n\
-+ Unknown | 0\n\
-+ 14.4 | 1\n\
-+ 28.8 | 2\n\
-+ 33.6 | 3\n\
-+ 56.7 | 4\n\
-+ 64K ISDN | 5\n\
-+ 128K ISDN | 6\n\
-+ Cable | 7\n\
-+ DSL | 8\n\
-+ T1 | 9\n\
-+ T3 or > | 10\n");
- wp(NULL, "How fast is your internet connection?\n");
- wp(NULL, "Please choose 0--10 from the chart: [4] ");
- ans = nap_getline(stdin);
diff --git a/audio/napster/files/patch-src::title.h b/audio/napster/files/patch-src::title.h
deleted file mode 100644
index 23a74dcc8b86..000000000000
--- a/audio/napster/files/patch-src::title.h
+++ /dev/null
@@ -1,29 +0,0 @@
---- src/title.h.orig Thu Jul 17 20:20:00 2003
-+++ src/title.h Thu Jul 17 20:20:35 2003
-@@ -4,15 +4,15 @@
- */
-
- char title[] =
--" _.-------._
-- |\\ /|
-- /| \\_.----._/ |\\ __
-- .$: :$. _____ ____ _____ _____ / /__ ___ ____
-- |$$: ___ ___ :$$| / __ // _ `// _ // ___// __// _ \\ / ___/
-- \"$: \\___\\/___/ :$\" / / / // /_/ // /_/ /(__ )/ /_ / __// /
-- | __ | /_/ /_/ \\__,_// ____//_____/ \\___/ \\___//_/mG!
-- `. \\/ .' /_/
-- `. .__, .'
-- `----'
--
-+" _.-------._\n\
-+ |\\ /|\n\
-+ /| \\_.----._/ |\\ __\n\
-+ .$: :$. _____ ____ _____ _____ / /__ ___ ____\n\
-+ |$$: ___ ___ :$$| / __ // _ `// _ // ___// __// _ \\ / ___/\n\
-+ \"$: \\___\\/___/ :$\" / / / // /_/ // /_/ /(__ )/ /_ / __// /\n\
-+ | __ | /_/ /_/ \\__,_// ____//_____/ \\___/ \\___//_/mG!\n\
-+ `. \\/ .' /_/\n\
-+ `. .__, .'\n\
-+ `----'\n\
-+\n\
- ";