From root@gaia.initio.no Wed Sep  1 05:07:56 1999
Return-Path: <root@gaia.initio.no>
Received: from gaia.initio.no (hmv31b-6.itea.ntnu.no [129.241.197.76])
	by hub.freebsd.org (Postfix) with ESMTP id 4CC0714DCB
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  1 Sep 1999 05:07:32 -0700 (PDT)
	(envelope-from root@gaia.initio.no)
Received: (from root@localhost)
	by gaia.initio.no (8.9.3/8.9.3) id OAA81722;
	Wed, 1 Sep 1999 14:07:33 +0200 (CEST)
	(envelope-from root)
Message-Id: <199909011207.OAA81722@gaia.initio.no>
Date: Wed, 1 Sep 1999 14:07:33 +0200 (CEST)
From: oyvindmo@initio.no
Sender: root@gaia.initio.no
Reply-To: oyvindmo@initio.no
To: FreeBSD-gnats-submit@freebsd.org
Subject: update/fix port: audio/ripit
X-Send-Pr-Version: 3.2

>Number:         13522
>Category:       ports
>Synopsis:       update/fix port: audio/ripit
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep  1 05:10:00 PDT 1999
>Closed-Date:    Mon Sep 6 12:23:09 PDT 1999
>Last-Modified:  Mon Sep  6 12:23:17 PDT 1999
>Originator:     Oyvind Moll
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
Initio IT-losninger AS
>Environment:

	

>Description:

Make distfile fetchable, and upgrade from 1.4 to 1.5 while we're at it.
	

>How-To-Repeat:

	

>Fix:

diff -ur ripit.orig/Makefile ripit/Makefile
--- ripit.orig/Makefile	Wed Aug 25 06:36:02 1999
+++ ripit/Makefile	Wed Sep  1 13:49:52 1999
@@ -1,14 +1,14 @@
 # New ports collection makefile for:    ripit
-# Version required:     1.4
+# Version required:     1.5
 # Date created:         2 May 1999
 # Whom:                 oyvindmo@initio.no
 #
 # $FreeBSD: ports/audio/ripit/Makefile,v 1.5 1999/08/25 04:36:02 obrien Exp $
 #
 
-DISTNAME=	ripit-1.4
+DISTNAME=	ripit-1.5
 CATEGORIES=	audio
-MASTER_SITES=	http://www.netcomuk.co.uk/~squinn/
+MASTER_SITES=	http://www.initio.no/~oyvindmo/distfiles/
 
 MAINTAINER=	oyvindmo@initio.no
 
diff -ur ripit.orig/files/md5 ripit/files/md5
--- ripit.orig/files/md5	Sat Jun 19 20:08:16 1999
+++ ripit/files/md5	Wed Sep  1 13:50:01 1999
@@ -1 +1 @@
-MD5 (ripit-1.4.tar.gz) = f75056dd0115d545585bc5a28de397f5
+MD5 (ripit-1.5.tar.gz) = ad796d63c258a68de7edc800bfc67e9b
diff -ur ripit.orig/patches/patch-aa ripit/patches/patch-aa
--- ripit.orig/patches/patch-aa	Sat Jun 19 20:08:18 1999
+++ ripit/patches/patch-aa	Wed Sep  1 13:53:33 1999
@@ -1,7 +1,6 @@
-diff -uNr ../ripit-1.4.orig/ripit.pl ./ripit.pl
---- ../ripit-1.4.orig/ripit.pl	Mon Jun 14 14:24:16 1999
-+++ ./ripit.pl	Mon Jun 14 14:26:24 1999
-@@ -26,8 +26,8 @@
+--- ripit.pl.orig	Wed Sep  1 13:51:06 1999
++++ ripit.pl	Wed Sep  1 13:53:12 1999
+@@ -26,10 +26,10 @@
  # User configurable variables
  #
  
@@ -10,9 +9,12 @@
 +$cddev 		= "/dev/rcd0c";		# CD Audio device
 +$outputdir 	= "/home/mp3/";		# Where the MP3s should go
  $bitrate	= 160;			# Bitrate for MP3s
- $tocfile	= "";
+-$encoder	= 1; 			# 0 - Bladeenc, 1 - Lame
++$encoder	= 0; 			# 0 - Bladeenc, 1 - Lame
  
-@@ -326,14 +326,11 @@
+ $use_underscore = 0;	# Use _ instead of spaces in filenames (1 yes, 0 no)
+ 
+@@ -329,14 +329,11 @@
  
      &printflush(RIPLOG,"Ripping $tracklist[$_ - 1]...\n");
  
@@ -24,14 +26,14 @@
 +       die "tosha failed on $tracklist[$_ - 1]";
      }
  
--    # Rename rip file to a wav so bladeenc will encode it
+-    # Rename rip file to a wav for encoder
 -    rename "$riptrackname.rip","$riptrackname.wav";
 -
      &printflush(RIPLOG,"Rip complete $tracklist[$_ - 1]\n");
  
      # Start the Encoder in the background. but only once
-@@ -363,7 +360,7 @@
-     print "\nBladeenc Encoding track ".$ncount." of ".($#seltrack + 1)."\n";
+@@ -367,7 +364,7 @@
+     print "\nMP3 Encoding track ".$ncount." of ".($#seltrack + 1)."\n";
      &printflush(RIPLOG,"Encoding $tracklist[$_ - 1]...\n");
  
 -    # Keep looping until the file appears, ie wait for cdparanoia
	



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->freebsd-ports  
Responsible-Changed-By: cpiazza 
Responsible-Changed-When: Mon Sep 6 11:27:14 PDT 1999 
Responsible-Changed-Why:  
Misfiled PR 
State-Changed-From-To: open->closed  
State-Changed-By: cpiazza 
State-Changed-When: Mon Sep 6 12:23:09 PDT 1999 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
