diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-01-16 09:45:29 +0000 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-01-16 09:45:29 +0000 |
commit | 054e74c53f42e82f906486bce15af95bb813447f (patch) | |
tree | b28f29c0f44d3e3f878a449b01798dadf08d6890 /multimedia/shell-fm | |
parent | de39545b9211404ab046d7fd915bf3326bc54eb7 (diff) | |
download | FreeBSD-ports-054e74c53f42e82f906486bce15af95bb813447f.zip FreeBSD-ports-054e74c53f42e82f906486bce15af95bb813447f.tar.gz |
- Update to 20061229
- use new MASTER_SITE
- use new WWW
- adjust patches for above
PR: ports/107973
Submitted by: Nikos Ntarmos (maintainer)
Diffstat (limited to 'multimedia/shell-fm')
-rw-r--r-- | multimedia/shell-fm/Makefile | 2 | ||||
-rw-r--r-- | multimedia/shell-fm/distinfo | 6 | ||||
-rw-r--r-- | multimedia/shell-fm/files/patch-shell-fm.1 | 2 | ||||
-rw-r--r-- | multimedia/shell-fm/files/patch-strndup.c | 3 | ||||
-rw-r--r-- | multimedia/shell-fm/pkg-descr | 11 |
5 files changed, 12 insertions, 12 deletions
diff --git a/multimedia/shell-fm/Makefile b/multimedia/shell-fm/Makefile index b5bea7b..53fba75 100644 --- a/multimedia/shell-fm/Makefile +++ b/multimedia/shell-fm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= shell-fm -PORTVERSION= 20061215 +PORTVERSION= 20061229 CATEGORIES= multimedia MASTER_SITES= http://ntarmos.dyndns.org/Software/FreeBSD/ diff --git a/multimedia/shell-fm/distinfo b/multimedia/shell-fm/distinfo index fa907c1..2988704 100644 --- a/multimedia/shell-fm/distinfo +++ b/multimedia/shell-fm/distinfo @@ -1,3 +1,3 @@ -MD5 (shell-fm-20061215.tar.gz) = 81d5cbc87185784e6aa0c0cd1bc8bc7a -SHA256 (shell-fm-20061215.tar.gz) = ba6885c3e827adf605bc0de9c33943907ab94f494cad63e4b36342a0b085bdf4 -SIZE (shell-fm-20061215.tar.gz) = 30082 +MD5 (shell-fm-20061229.tar.gz) = 86480049f21a8f440e76dd6d858b5450 +SHA256 (shell-fm-20061229.tar.gz) = 88c17ecb35a744d20682427784f9446a5e6fc7a7186cdd0fa20d07418b4507e3 +SIZE (shell-fm-20061229.tar.gz) = 30487 diff --git a/multimedia/shell-fm/files/patch-shell-fm.1 b/multimedia/shell-fm/files/patch-shell-fm.1 index e749e4c..792ebe6 100644 --- a/multimedia/shell-fm/files/patch-shell-fm.1 +++ b/multimedia/shell-fm/files/patch-shell-fm.1 @@ -176,7 +176,7 @@ diff -urNbB src/shell-fm.1.orig shell-fm/src/shell-fm.1 +want the history to survive, you need to create an empty file name +~/.shell-fm/radio-history. Simply touch(1) it and you're done. +.Sh SEE ALSO -+http://lizer.syslinx.org/shell-fm/ ++http://nex.scrapping.cc/shell-fm/ +.Sh CREDITS +Jonas Kramer <jonas.kramer@gmx.net> wrote the actual code. +.Sh AUTHOR diff --git a/multimedia/shell-fm/files/patch-strndup.c b/multimedia/shell-fm/files/patch-strndup.c index 4d6f575..eed4c89 100644 --- a/multimedia/shell-fm/files/patch-strndup.c +++ b/multimedia/shell-fm/files/patch-strndup.c @@ -1,8 +1,9 @@ --- src/strndup.c.orig Sat Dec 16 04:21:22 2006 +++ src/strndup.c Sat Dec 16 04:20:48 2006 -@@ -0,0 +1,13 @@ +@@ -0,0 +1,14 @@ +#include "strndup.h" +#include <string.h> ++#include <stdlib.h> + +#ifdef __STRNDUP__ + diff --git a/multimedia/shell-fm/pkg-descr b/multimedia/shell-fm/pkg-descr index c2debc1..bac2690 100644 --- a/multimedia/shell-fm/pkg-descr +++ b/multimedia/shell-fm/pkg-descr @@ -1,8 +1,7 @@ This is a port of Shell.FM, a console based player for the streams -provided by Last.FM for the Linux platform. It's lightweight (the binary -is only about 16K), easy to use and under heavy development. New -features might be added every day. Shell.FM is Open Source and published -under the terms of the GNU General Public License, so feel free to -modify and/or redistribute it. +provided by Last.FM for the Linux platform. It's lightweight, easy to +use and under heavy development. New features might be added every day. +Shell.FM is Open Source and published under the terms of the GNU General +Public License, so feel free to modify and/or redistribute it. -WWW: http://lizer.syslinx.org/shell-fm/ +WWW: http://nex.scrapping.cc/shell-fm/ |