View | Details | Raw Unified | Return to bug 23208
Collapse All | Expand All

(-)juke/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=		juke
8
PORTNAME=		juke
9
PORTVERSION=		0.5
9
PORTVERSION=		0.6
10
CATEGORIES=		audio
10
CATEGORIES=		audio
11
MASTER_SITES=		http://www.nocrew.org/software/juke/archive/
11
MASTER_SITES=		http://www.nocrew.org/software/juke/archive/
12
12
(-)juke/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (juke-0.5.tar.gz) = 089fcdf1576eb1911e97049c54cc5c08
1
MD5 (juke-0.6.tar.gz) = cb0702a754ac783d17099ede03ea5252
(-)juke/files/patch-ab (-1 / +1 lines)
Lines 9-15 Link Here
9
   if (cfg->file_len != ERROR) {
9
   if (cfg->file_len != ERROR) {
10
     evaluate (cfg);
10
     evaluate (cfg);
11
     if (! cfg->formats) {
11
     if (! cfg->formats) {
12
-      fprintf (stderr, "error: No formats in /etc/juke.config\n");
12
-      fprintf (stderr, "error: No formats in /etc/juke.conf\n");
13
+      fprintf (stderr, "error: No formats in " CFG_RCFILE "\n");
13
+      fprintf (stderr, "error: No formats in " CFG_RCFILE "\n");
14
       exit (ERROR);
14
       exit (ERROR);
15
     }
15
     }
(-)juke/pkg-message (+2 lines)
Lines 1-4 Link Here
1
1
A sample configuration file has been copied to
2
A sample configuration file has been copied to
2
PREFIX/etc/juke.conf.sample.  Juke will not work without either
3
PREFIX/etc/juke.conf.sample.  Juke will not work without either
3
PREFIX/etc/juke.conf or the running user's ~/.juke.conf being
4
PREFIX/etc/juke.conf or the running user's ~/.juke.conf being
4
in place.
5
in place.
6

Return to bug 23208