From simon@olofsson.de  Sat Jun 10 21:54:27 2006
Return-Path: <simon@olofsson.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6D4A016A418;
	Sat, 10 Jun 2006 21:54:27 +0000 (UTC)
	(envelope-from simon@olofsson.de)
Received: from mail-in-08.arcor-online.net (mail-in-08.arcor-online.net [151.189.21.48])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C4D4E43D45;
	Sat, 10 Jun 2006 21:54:26 +0000 (GMT)
	(envelope-from simon@olofsson.de)
Received: from mail-in-10-z2.arcor-so.net (mail-in-10-z2.arcor-online.net [151.189.8.27])
	by mail-in-08.arcor-online.net (Postfix) with ESMTP id 2BBEF1406E0;
	Sat, 10 Jun 2006 23:54:25 +0200 (CEST)
Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43])
	by mail-in-10-z2.arcor-so.net (Postfix) with ESMTP id 191C433A7E7;
	Sat, 10 Jun 2006 23:54:25 +0200 (CEST)
Received: from gul.lan.gath3n.de (dslb-084-060-159-032.pools.arcor-ip.net [84.60.159.32])
	by mail-in-03.arcor-online.net (Postfix) with SMTP id AECBD178E1D;
	Sat, 10 Jun 2006 23:54:24 +0200 (CEST)
Received: by gul.lan.gath3n.de (sSMTP sendmail emulation); Sat, 10 Jun 2006 23:54:24 +0200
Message-Id: <20060610215424.AECBD178E1D@mail-in-03.arcor-online.net>
Date: Sat, 10 Jun 2006 23:54:24 +0200
From: "Simon Olofsson" <simon@olofsson.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: adamw@FreeBSD.org
Subject: [PATCH] audio/cmus: update to 2.0.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         98792
>Category:       ports
>Synopsis:       [PATCH] audio/cmus: update to 2.0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    adamw
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 10 22:00:32 GMT 2006
>Closed-Date:    Wed Aug 09 12:34:06 GMT 2006
>Last-Modified:  Wed Aug 09 12:34:06 GMT 2006
>Originator:     Simon Olofsson
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD gul.lan.gath3n.de 6.1-STABLE FreeBSD 6.1-STABLE #24: Thu Jun  1 18:20:49 CEST
>Description:
- Update to 2.0.2
- fixed installation of Manpages

Port maintainer (adamw@FreeBSD.org) is cc'd.

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

--- cmus-2.0.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/cmus/Makefile /usr/home/simon/src/ports/audio/cmus/Makefile
--- /usr/ports/audio/cmus/Makefile	Wed Apr 26 09:09:15 2006
+++ /usr/home/simon/src/ports/audio/cmus/Makefile	Sat Jun 10 23:49:15 2006
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	cmus
-PORTVERSION=	2.0.0
-PORTREVISION=	1
+PORTVERSION=	2.0.2
 CATEGORIES=	audio
 MASTER_SITES=	http://onion.dynserv.net/~timo/files/ \
 		http://mirror.greaterscope.net/cmus/
@@ -97,13 +96,26 @@
 PREMSG+=	Define WITH_ARTS=yes to enable arts output support.\n
 .endif
 
+MAN1=	cmus.1 cmus-remote.1
+
 pre-everything::
 	@${PRINTF} "${PREMSG}"
 	@${ECHO_CMD}
 
+post-extract:
+	@${REINPLACE_CMD} -e 's, -Wno-pointer-sign,,' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's,$$(mandir)/man1,${PREFIX}/man/man1,' \
+	${WRKSRC}/Doc/Makefile
+
 post-patch:
 	@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \
 		"s|/bin/bash|${LOCALBASE}/bin/bash|; \
 		 s|-lncursesw|-lncurses|g"
+
+post-install:
+.if !defined(NOPORTDOCS)
+	${MKDIR} ${DOCSDIR}/examples
+	${INSTALL} ${WRKSRC}/cmus-status-display ${DOCSDIR}/examples
+.endif
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/audio/cmus/distinfo /usr/home/simon/src/ports/audio/cmus/distinfo
--- /usr/ports/audio/cmus/distinfo	Thu Apr  6 20:55:51 2006
+++ /usr/home/simon/src/ports/audio/cmus/distinfo	Sat Jun 10 22:50:39 2006
@@ -1,3 +1,3 @@
-MD5 (cmus-2.0.0.tar.bz2) = 181704377e17dc3d8ca9e69e7a004c14
-SHA256 (cmus-2.0.0.tar.bz2) = 88d85c68a143fba4fcffc9f148d1c0a818b6f9030da49528b8abd83c11cecb5c
-SIZE (cmus-2.0.0.tar.bz2) = 143942
+MD5 (cmus-2.0.2.tar.bz2) = b2779489fef402def3162dc3fad29151
+SHA256 (cmus-2.0.2.tar.bz2) = b33340f22a29e5bd709beebd3ed11f1229f8aad7a64e8e0455f09353c4b99eef
+SIZE (cmus-2.0.2.tar.bz2) = 145345
diff -ruN --exclude=CVS /usr/ports/audio/cmus/pkg-plist /usr/home/simon/src/ports/audio/cmus/pkg-plist
--- /usr/ports/audio/cmus/pkg-plist	Thu Apr  6 20:55:51 2006
+++ /usr/home/simon/src/ports/audio/cmus/pkg-plist	Sat Jun 10 23:05:13 2006
@@ -13,6 +13,10 @@
 %%DATADIR%%/cyan.theme.bak
 %%DATADIR%%/default.theme
 %%DATADIR%%/default.theme.bak
+%%DATADIR%%/gray-88.theme
+%%DATADIR%%/gray-88.theme.bak
+%%DATADIR%%/green-mono-88.theme
+%%DATADIR%%/green-mono-88.theme.bak
 %%DATADIR%%/rc
 %%DATADIR%%/rc.bak
 %%DOCSDIR%%/examples/cmus-status-display
--- cmus-2.0.2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->adamw 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Jun 10 22:04:12 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

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

From: "Simon Olofsson" <simon@olofsson.de>
To: bug-followup@FreeBSD.org, adamw@FreeBSD.org
Cc:  
Subject: Re: ports/98792: [PATCH] audio/cmus: update to 2.0.2
Date: Sun, 18 Jun 2006 20:03:32 +0200

 Hi,
 
 cmus 2.0.3 has been released. If you want, I can provide a patch for
 this too.
 It would be nice if you give me a short Feedback.
 
 -- 
 Mit freundlichem Gru,
 With best regards,
 
 Simon Olofsson
 http://olofsson.de
State-Changed-From-To: open->closed 
State-Changed-By: adamw 
State-Changed-When: Wed Aug 9 12:33:11 UTC 2006 
State-Changed-Why:  
Committed. Thanks for submitting this, and thanks for 
taking maintainership! Cc: me when you submit the 2.0.3 
update. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98792 
>Unformatted:
