Skip site navigation (1)Skip section navigation (2)
Date:      1 Dec 2000 12:29:39 -0000
From:      oyvindmo@initio.no
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23208: update port: audio/juke  (maintainer)
Message-ID:  <20001201122939.62320.qmail@gaia.initio.no>

next in thread | raw e-mail | index | archive | help

>Number:         23208
>Category:       ports
>Synopsis:       update port: audio/juke  (maintainer)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 01 04:30:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Oyvind Moll <oyvindmo@initio.no>
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
Initio IT-losninger AS
>Environment:

gaia:~$ uname -a
FreeBSD gaia.ti.initio.no 4.2-STABLE FreeBSD 4.2-STABLE #0: Wed Nov 29 10:27:14 CET 2000

>Description:

Update port audio/juke from 0.5 to 0.6.

Author's changelog for 0.6:
 + Could not quit when player was paused. This has been fixed.
 + Changed player_status function to return 1 if a player exits
   for example with a signal. So now "amp" can be used with juke.
 + Error message fix in conf.c

Also add a little whitespace make pkg-message stand out more clearly.

>How-To-Repeat:

	

>Fix:

diff -uNr juke.orig/Makefile juke/Makefile
--- juke.orig/Makefile	Sun Oct  8 12:19:13 2000
+++ juke/Makefile	Fri Dec  1 13:26:32 2000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=		juke
-PORTVERSION=		0.5
+PORTVERSION=		0.6
 CATEGORIES=		audio
 MASTER_SITES=		http://www.nocrew.org/software/juke/archive/
 
diff -uNr juke.orig/distinfo juke/distinfo
--- juke.orig/distinfo	Mon May  3 05:47:30 1999
+++ juke/distinfo	Fri Dec  1 13:26:37 2000
@@ -1 +1 @@
-MD5 (juke-0.5.tar.gz) = 089fcdf1576eb1911e97049c54cc5c08
+MD5 (juke-0.6.tar.gz) = cb0702a754ac783d17099ede03ea5252
diff -uNr juke.orig/files/patch-ab juke/files/patch-ab
--- juke.orig/files/patch-ab	Mon May  3 05:47:31 1999
+++ juke/files/patch-ab	Fri Dec  1 13:26:53 2000
@@ -9,7 +9,7 @@
    if (cfg->file_len != ERROR) {
      evaluate (cfg);
      if (! cfg->formats) {
--      fprintf (stderr, "error: No formats in /etc/juke.config\n");
+-      fprintf (stderr, "error: No formats in /etc/juke.conf\n");
 +      fprintf (stderr, "error: No formats in " CFG_RCFILE "\n");
        exit (ERROR);
      }
diff -uNr juke.orig/pkg-message juke/pkg-message
--- juke.orig/pkg-message	Mon May  3 05:47:31 1999
+++ juke/pkg-message	Fri Dec  1 13:27:38 2000
@@ -1,4 +1,6 @@
+
 A sample configuration file has been copied to
 PREFIX/etc/juke.conf.sample.  Juke will not work without either
 PREFIX/etc/juke.conf or the running user's ~/.juke.conf being
 in place.
+


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001201122939.62320.qmail>