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: ports/98792: [PATCH] audio/cmus: update to 2.0.2 Message-ID: <20060610215424.AECBD178E1D@mail-in-03.arcor-online.net> Resent-Message-ID: <200606102200.k5AM0XD1056136@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 98792 >Category: ports >Synopsis: [PATCH] audio/cmus: update to 2.0.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jun 10 22:00:32 GMT 2006 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060610215424.AECBD178E1D>