From nobody@FreeBSD.org  Mon Apr 25 16:58:31 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1DEF1106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 25 Apr 2011 16:58:31 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 0D7258FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 25 Apr 2011 16:58:31 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p3PGwU0Z072330
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 25 Apr 2011 16:58:30 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p3PGwUK8072329;
	Mon, 25 Apr 2011 16:58:30 GMT
	(envelope-from nobody)
Message-Id: <201104251658.p3PGwUK8072329@red.freebsd.org>
Date: Mon, 25 Apr 2011 16:58:30 GMT
From: "Herbert J. Skuhra" <h.skuhra@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [Patch] Update audio/cmus to version 2.4.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         156646
>Category:       ports
>Synopsis:       [Patch] Update audio/cmus to version 2.4.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 25 17:00:22 UTC 2011
>Closed-Date:    Tue Apr 26 07:22:41 UTC 2011
>Last-Modified:  Tue Apr 26 07:30:10 UTC 2011
>Originator:     Herbert J. Skuhra
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
>Environment:
FreeBSD oslo.ath.cx 8.2-STABLE FreeBSD 8.2-STABLE #2 r220615: Thu Apr 14 12:31:59 CEST 2011     herbert@oslo.ath.cx:/usr/obj/usr/src/sys/PC1  i386
>Description:
The attached patch updates audio/cmus to version 2.4.0. files/patch-configure is no longer required. Please remove.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN audio/cmus.bak/Makefile audio/cmus/Makefile
--- audio/cmus.bak/Makefile	2011-04-25 09:54:20.000000000 +0200
+++ audio/cmus/Makefile	2011-04-25 09:54:31.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	cmus
-PORTVERSION=	2.3.5
+PORTVERSION=	2.4.0
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -ruN audio/cmus.bak/distinfo audio/cmus/distinfo
--- audio/cmus.bak/distinfo	2011-04-25 09:54:20.000000000 +0200
+++ audio/cmus/distinfo	2011-04-25 09:54:51.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (cmus-v2.3.5.tar.bz2) = b3a48a99828a7378b3f90ac0a0fdfae862482ba85f7e448fe0557a6474f4b055
-SIZE (cmus-v2.3.5.tar.bz2) = 169625
+SHA256 (cmus-v2.4.0.tar.bz2) = 42a1ea7597d7388e50a1534ad1f51636ce05cf31a939e01b4901a539f7348803
+SIZE (cmus-v2.4.0.tar.bz2) = 202970
diff -ruN audio/cmus.bak/files/patch-configure audio/cmus/files/patch-configure
--- audio/cmus.bak/files/patch-configure	2011-04-25 09:54:20.000000000 +0200
+++ audio/cmus/files/patch-configure	1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- configure.orig	2010-09-10 23:37:55.577146100 +0200
-+++ configure	2010-09-10 23:38:07.609090631 +0200
-@@ -135,7 +135,7 @@
- {
- 	check_header mpc/mpcdec.h
- 	MPC_SV7=$?
--	check_library MPC "" "-lmpcdec"
-+	check_library MPC "" "-lmpcdec -lm"
- 	return $?
- }
- 


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Mon Apr 25 19:13:56 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156646 
State-Changed-From-To: open->closed 
State-Changed-By: culot 
State-Changed-When: Tue Apr 26 07:22:40 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/156646: commit references a PR
Date: Tue, 26 Apr 2011 07:22:34 +0000 (UTC)

 culot       2011-04-26 07:22:21 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/cmus           Makefile distinfo 
   Removed files:
     audio/cmus/files     patch-configure 
   Log:
   - Update to 2.4.0
   
   PR:             ports/156646
   Submitted by:   Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.40      +1 -1      ports/audio/cmus/Makefile
   1.20      +2 -2      ports/audio/cmus/distinfo
   1.2       +0 -11     ports/audio/cmus/files/patch-configure (dead)
 _______________________________________________
 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:
