From adox@mcx2.org  Sun Sep 21 12:57:42 2008
Return-Path: <adox@mcx2.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B45CF1065680
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 21 Sep 2008 12:57:42 +0000 (UTC)
	(envelope-from adox@mcx2.org)
Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.191])
	by mx1.freebsd.org (Postfix) with ESMTP id 3A8748FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 21 Sep 2008 12:57:41 +0000 (UTC)
	(envelope-from adox@mcx2.org)
Received: by fk-out-0910.google.com with SMTP id k31so1133307fkk.11
        for <FreeBSD-gnats-submit@freebsd.org>; Sun, 21 Sep 2008 05:57:40 -0700 (PDT)
Received: by 10.103.175.8 with SMTP id c8mr1829284mup.26.1222001860022;
        Sun, 21 Sep 2008 05:57:40 -0700 (PDT)
Received: from localhost ( [80.144.202.47])
        by mx.google.com with ESMTPS id e10sm7257172muf.14.2008.09.21.05.57.38
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sun, 21 Sep 2008 05:57:39 -0700 (PDT)
Message-Id: <48d644c3.0ab6660a.6810.ffffcc62@mx.google.com>
Date: Sun, 21 Sep 2008 05:57:39 -0700 (PDT)
From: Dennis Herrmann <adox@mcx2.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] ncmpcpp update to 0.2.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         127521
>Category:       ports
>Synopsis:       [PATCH] audio/ncmpcpp update to 0.2.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 21 13:00:09 UTC 2008
>Closed-Date:    Mon Sep 22 23:42:18 UTC 2008
>Last-Modified:  Mon Sep 22 23:50:01 UTC 2008
>Originator:     Dennis Herrmann
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD contempt 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #2: Sun Sep 14 08:19:18 CEST 2008 root@contempt:/usr/obj/usr/src/sys/CONTEMPT i386

>Description:
Ncmpcpp update to 0.2.3
	* new screen - complex tag editor (with albums/directories view)
	* brand new song info screen (old one removed)
	* support for renaming files and directories
	* support for reading tags from filename
	* support for editing artist and album in media library
	* support for playlist renaming
	* support for following lyrics of now playing song
	* support for fetching artist's info from last.fm
	* fixed compilation for Mac OS X and *BSD
	* fixed compilation for older gcc versions
	* extended configuration (e.g. all colors can be user-defined)
	* 'repeat one song' mode works with random mode now
	* incremental seeking (old behaviour is still available through config)
	* a bunch of fixes and improvements

>How-To-Repeat:
>Fix:

--- ncmpcpp-update-0.2.3.diff begins here ---
diff -ruN ncmpcpp.orig/Makefile ncmpcpp/Makefile
--- ncmpcpp.orig/Makefile	2008-09-21 14:41:30.000000000 +0200
+++ ncmpcpp/Makefile	2008-09-21 14:40:11.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ncmpcpp
-PORTVERSION=	0.2.2
+PORTVERSION=	0.2.3
 CATEGORIES=	audio
 MASTER_SITES=	http://unkart.ovh.org/ncmpcpp/ \
 		http://mirror.mcx2.org/
@@ -19,7 +19,6 @@
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_ICONV=	yes
-USE_GCC=	4.2+
 USE_GNOME=	glib20
 CONFIGURE_ENV=	CFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
diff -ruN ncmpcpp.orig/distinfo ncmpcpp/distinfo
--- ncmpcpp.orig/distinfo	2008-09-21 14:41:30.000000000 +0200
+++ ncmpcpp/distinfo	2008-09-21 14:33:46.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (ncmpcpp-0.2.2.tar.bz2) = 617e0dba49598ef73cab80653a58e6fa
-SHA256 (ncmpcpp-0.2.2.tar.bz2) = 4e6125d8b3efdf0669e81a22be5104f39286e85986feeaf8e374de3840270e4a
-SIZE (ncmpcpp-0.2.2.tar.bz2) = 290557
+MD5 (ncmpcpp-0.2.3.tar.bz2) = c4aed09c7c3cf8d1cab5a7ff5d60be5c
+SHA256 (ncmpcpp-0.2.3.tar.bz2) = c17c655b90cfb502ad56f1d54a50567d37ff76b196b632f7d480ce20a9a79e0d
+SIZE (ncmpcpp-0.2.3.tar.bz2) = 300876
diff -ruN ncmpcpp.orig/files/patch-src-lyrics.cpp ncmpcpp/files/patch-src-lyrics.cpp
--- ncmpcpp.orig/files/patch-src-lyrics.cpp	2008-09-21 14:41:30.000000000 +0200
+++ ncmpcpp/files/patch-src-lyrics.cpp	1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- src/lyrics.cpp.orig	2008-09-07 10:41:28.000000000 +0200
-+++ src/lyrics.cpp	2008-09-07 10:41:51.000000000 +0200
-@@ -19,7 +19,7 @@
-  ***************************************************************************/
- 
- #include "lyrics.h"
--#include <fcntl.h>
-+#include <sys/stat.h>
- 
- const string lyrics_folder = home_folder + "/" + ".lyrics";
- 
--- ncmpcpp-update-0.2.3.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sun Sep 21 13:19:57 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127521 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Sep 22 23:42:17 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127521: commit references a PR
Date: Mon, 22 Sep 2008 23:42:08 +0000 (UTC)

 miwi        2008-09-22 23:42:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/ncmpcpp        Makefile distinfo 
   Removed files:
     audio/ncmpcpp/files  patch-src-lyrics.cpp 
   Log:
   - Update to 0.2.3
   
   Changelog:
           * new screen - complex tag editor (with albums/directories view)
           * brand new song info screen (old one removed)
           * support for renaming files and directories
           * support for reading tags from filename
           * support for editing artist and album in media library
           * support for playlist renaming
           * support for following lyrics of now playing song
           * support for fetching artist's info from last.fm
           * fixed compilation for Mac OS X and *BSD
           * fixed compilation for older gcc versions
           * extended configuration (e.g. all colors can be user-defined)
           * 'repeat one song' mode works with random mode now
           * incremental seeking (old behaviour is still available through config)
           * a bunch of fixes and improvements
   
   PR:             127521
   Submitted by:   Dennis Herrmann <adox@mcx2.org> (maintainer)
   
   Revision  Changes    Path
   1.4       +1 -2      ports/audio/ncmpcpp/Makefile
   1.4       +3 -3      ports/audio/ncmpcpp/distinfo
   1.2       +0 -11     ports/audio/ncmpcpp/files/patch-src-lyrics.cpp (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:
