From beyert@fastmail.fm  Mon May 21 04:04:00 2012
Return-Path: <beyert@fastmail.fm>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CAE20106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 May 2012 04:03:59 +0000 (UTC)
	(envelope-from beyert@fastmail.fm)
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25])
	by mx1.freebsd.org (Postfix) with ESMTP id 581F68FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 May 2012 04:03:59 +0000 (UTC)
Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44])
	by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id B62202114B;
	Mon, 21 May 2012 00:03:58 -0400 (EDT)
Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161])
  by compute4.internal (MEProxy); Mon, 21 May 2012 00:03:58 -0400
Received: from aeonserv.aeonnet.fastmail.fm (unknown [76.90.217.240])
	by mail.messagingengine.com (Postfix) with ESMTPA id 1078E4825F1;
	Mon, 21 May 2012 00:03:57 -0400 (EDT)
Message-Id: <87sjeuch91.wl@fastmail.fm>
Date: Sun, 20 May 2012 21:03:54 -0700
From: Timothy Beyer <beyert@cs.ucr.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Timothy Beyer <beyert@cs.ucr.edu>
Subject: update port: audio/mp3splt-gtk

>Number:         168186
>Category:       ports
>Synopsis:       update port: audio/mp3splt-gtk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 21 04:10:04 UTC 2012
>Closed-Date:    Tue May 29 02:55:33 UTC 2012
>Last-Modified:  Tue May 29 03:00:13 UTC 2012
>Originator:     Timothy Beyer
>Release:        FreeBSD 9.0-RELEASE-p1 i386
>Organization:
no organization
>Environment:
System: FreeBSD aeonserv.aeonnet 9.0-RELEASE-p1 FreeBSD 9.0-RELEASE-p1 #11: Fri May 11 22:49:12 PDT 2012 root@aeonserv.aeonnet:/usr/obj/usr/src/sys/CUSTOM  i386

>Description:

- Update to version 0.7.2.

- Depends on problem report http://www.freebsd.org/cgi/query-pr.cgi?pr=168184

>How-To-Repeat:
apply the patch and build

>Fix:
    Apply the patch and build

--- mp3splt-gtk.diff begins here ---
Index: Makefile
==================================================================
--- Makefile
+++ Makefile
@@ -3,11 +3,11 @@
 # Whom:                                 Timothy Beyer <beyert@cs.ucr.edu>
 #
 # $FreeBSD: ports/audio/mp3splt-gtk/Makefile,v 1.12 2012/05/18 17:52:41 madpilot Exp $
 
 PORTNAME=	mp3splt-gtk
-PORTVERSION=	0.7.1
+PORTVERSION=	0.7.2
 CATEGORIES=	audio
 MASTER_SITES=	SF/mp3splt/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	beyert@cs.ucr.edu
 COMMENT=	Utility to split mp3 and ogg files (via GTK Interface)

Index: distinfo
==================================================================
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (mp3splt-gtk-0.7.1.tar.gz) = b3f54a62dae55cfabab7aff3ae2f5627093dee27675635b04b425f3214bcdd62
-SIZE (mp3splt-gtk-0.7.1.tar.gz) = 856040
+SHA256 (mp3splt-gtk-0.7.2.tar.gz) = 58d2e562b004bc99ad206b4a6726126d170dc9093a35689888b010fe663be23a
+SIZE (mp3splt-gtk-0.7.2.tar.gz) = 851231

Index: pkg-plist
==================================================================
--- pkg-plist
+++ pkg-plist
@@ -97,9 +97,5 @@
 @dirrm share/gnome/help/mp3splt-gtk/C/figures
 @dirrm share/gnome/help/mp3splt-gtk/C
 @dirrm share/gnome/help/mp3splt-gtk
 @dirrmtry share/gnome/help
 @dirrmtry share/gnome
-@dirrmtry share/locale/es_CL/LC_MESSAGES
-@dirrmtry share/locale/es_CL
-@dirrmtry share/locale/ru_RU/LC_MESSAGES
-@dirrmtry share/locale/ru_RU

--- mp3splt-gtk.diff ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Mon May 21 14:45:14 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168186 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Tue May 29 02:55:32 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168186 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168186: commit references a PR
Date: Tue, 29 May 2012 02:55:23 +0000 (UTC)

 sunpoet     2012-05-29 02:55:06 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/mp3splt-gtk    Makefile distinfo pkg-plist 
   Log:
   - Update to 0.7.2
   - While I'm here:
     - Pet portlint: remove ABI version number from LIB_DEPENDS
     - Add missing %%NLS%% in PLIST
   
   Changes:        https://sourceforge.net/news/?group_id=55130
   PR:             ports/168186
   Submitted by:   Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
   
   Revision  Changes    Path
   1.13      +5 -5      ports/audio/mp3splt-gtk/Makefile
   1.4       +2 -2      ports/audio/mp3splt-gtk/distinfo
   1.4       +4 -4      ports/audio/mp3splt-gtk/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
