Skip site navigation (1)Skip section navigation (2)
Date:      29 Jul 2006 05:13:14 -0000
From:      Nicola Vitale <nivit@email.it>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/101013: [MAINTAINER] multimedia/tunapie: update to 1.0.r3
Message-ID:  <20060729051314.7694.qmail@fabula>
Resent-Message-ID: <200607290520.k6T5KCmt056977@freefall.freebsd.org>

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

>Number:         101013
>Category:       ports
>Synopsis:       [MAINTAINER] multimedia/tunapie: update to 1.0.r3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 29 05:20:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Nicola Vitale
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD fabula.domo.sva 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Jul 24 10:21:17 CEST 2006
>Description:
- Update to 1.0.r3

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- tunapie-1.0.r3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/multimedia/tunapie/Makefile /usr/ports/multimedia/tunapie.update-1.0.r3/Makefile
--- /usr/ports/multimedia/tunapie/Makefile	Thu Jul 20 10:32:14 2006
+++ /usr/ports/multimedia/tunapie.update-1.0.r3/Makefile	Sat Jul 29 06:57:46 2006
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	tunapie
-PORTVERSION=	1.0.r2
+PORTVERSION=	1.0.r3
 CATEGORIES=	multimedia audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
-DISTNAME=	${PORTNAME}_${PORTVERSION:S|.r2|_rc2|}
+DISTNAME=	${PORTNAME}_${PORTVERSION:S|.r3|_rc3|}
 
 MAINTAINER=	nivit@email.it
 COMMENT=	Tuner for streaming internet radio and TV
diff -ruN --exclude=CVS /usr/ports/multimedia/tunapie/distinfo /usr/ports/multimedia/tunapie.update-1.0.r3/distinfo
--- /usr/ports/multimedia/tunapie/distinfo	Thu Jul 20 10:32:14 2006
+++ /usr/ports/multimedia/tunapie.update-1.0.r3/distinfo	Sat Jul 29 06:58:06 2006
@@ -1,3 +1,3 @@
-MD5 (tunapie_1.0_rc2.tar.gz) = 2b479e78e2c3474e43a17d7b668af52d
-SHA256 (tunapie_1.0_rc2.tar.gz) = e1f3942d9be93b6c4736770f1c33075f760e309a55f729259fd5fb04abfb6f6a
-SIZE (tunapie_1.0_rc2.tar.gz) = 39034
+MD5 (tunapie_1.0_rc3.tar.gz) = b92d0929cbddd0a7252ba49d8e5646ba
+SHA256 (tunapie_1.0_rc3.tar.gz) = bc22079b6e486853588c81029e08d827c649a1b9914b721c73010e394e069e95
+SIZE (tunapie_1.0_rc3.tar.gz) = 39147
diff -ruN --exclude=CVS /usr/ports/multimedia/tunapie/files/patch-src-TunerPrefs.py /usr/ports/multimedia/tunapie.update-1.0.r3/files/patch-src-TunerPrefs.py
--- /usr/ports/multimedia/tunapie/files/patch-src-TunerPrefs.py	Wed Jul 12 21:44:58 2006
+++ /usr/ports/multimedia/tunapie.update-1.0.r3/files/patch-src-TunerPrefs.py	Sat Jul 29 07:02:56 2006
@@ -1,37 +1,36 @@
-$FreeBSD: ports/multimedia/tunapie/files/patch-src-TunerPrefs.py,v 1.2 2006/07/12 19:44:58 itetcu Exp $
---- src/TunerPrefs.py	Sun Jul  2 10:49:31 2006
-+++ src/TunerPrefs.py.port	Tue Jul  4 15:11:29 2006
+--- src/TunerPrefs.py	Wed Jul 26 23:26:38 2006
++++ src/TunerPrefs.py.port	Sat Jul 29 07:02:36 2006
 @@ -77,7 +77,7 @@
  
          self.audiopath = wx.TextCtrl(id=wxID_PREFERENCESAUDIOPATH,
-               name='audiopath', parent=self, pos=wx.Point(160, 16),
--              size=wx.Size(208, 22), style=0, value='/usr/bin/xmms')
-+              size=wx.Size(208, 22), style=0, value='%%X11BASE%%/bin/xmms')
+               name='audiopath', parent=self, pos=wx.Point(168, 16),
+-              size=wx.Size(200, 22), style=0, value='/usr/bin/xmms')
++              size=wx.Size(200, 22), style=0, value='%%X11BASE%%/bin/xmms')
          self.audiopath.SetFont(wx.Font(7, 77, wx.NORMAL, wx.NORMAL, False,
                u'Sans'))
          self.audiopath.SetBackgroundColour(wx.Colour(255, 253, 239))
-@@ -85,7 +85,7 @@
+@@ -86,7 +86,7 @@
  
          self.videopath = wx.TextCtrl(id=wxID_PREFERENCESVIDEOPATH,
-               name='videopath', parent=self, pos=wx.Point(160, 48),
--              size=wx.Size(208, 22), style=0, value='/usr/bin/mplayer')
-+              size=wx.Size(208, 22), style=0, value='%%X11BASE%%/bin/xine')
+               name='videopath', parent=self, pos=wx.Point(168, 48),
+-              size=wx.Size(200, 22), style=0, value='/usr/bin/mplayer')
++              size=wx.Size(200, 22), style=0, value='%%X11BASE%%/bin/xine')
          self.videopath.SetFont(wx.Font(7, 77, wx.NORMAL, wx.NORMAL, False,
                u'Sans'))
          self.videopath.SetBackgroundColour(wx.Colour(255, 253, 239))
-@@ -113,7 +113,7 @@
+@@ -115,7 +115,7 @@
          self.termpath = wx.TextCtrl(id=wxID_PREFERENCESTERMPATH,
-               name='termpath', parent=self, pos=wx.Point(160, 80),
-               size=wx.Size(208, 22), style=0,
+               name='termpath', parent=self, pos=wx.Point(168, 80),
+               size=wx.Size(200, 22), style=0,
 -              value='/usr/bin/x-terminal-emulator')
 +              value='%%X11BASE%%/bin/xterm')
          self.termpath.SetFont(wx.Font(7, wx.SWISS, wx.NORMAL, wx.NORMAL, False,
                u'Sans'))
          self.termpath.SetBackgroundColour(wx.Colour(255, 253, 239))
-@@ -121,7 +121,7 @@
+@@ -124,7 +124,7 @@
  
          self.rippath = wx.TextCtrl(id=wxID_PREFERENCESRIPPATH, name='rippath',
-               parent=self, pos=wx.Point(160, 112), size=wx.Size(208, 22),
+               parent=self, pos=wx.Point(168, 112), size=wx.Size(200, 22),
 -              style=0, value='/usr/bin/streamripper')
 +              style=0, value='%%LOCALBASE%%/bin/streamripper')
          self.rippath.SetFont(wx.Font(7, 77, wx.NORMAL, wx.NORMAL, False,
--- tunapie-1.0.r3.patch ends here ---

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



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