Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Apr 2014 15:00:58 +0000 (UTC)
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350812 - in head/audio: wmalbum xmms-curses
Message-ID:  <201404101500.s3AF0wUR084545@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: naddy
Date: Thu Apr 10 15:00:58 2014
New Revision: 350812
URL: http://svnweb.freebsd.org/changeset/ports/350812
QAT: https://qat.redports.org/buildarchive/r350812/

Log:
  Oops, fix man page after stage conversion.
  
  Notified by:	swills

Modified:
  head/audio/wmalbum/Makefile
  head/audio/xmms-curses/Makefile
  head/audio/xmms-curses/pkg-plist

Modified: head/audio/wmalbum/Makefile
==============================================================================
--- head/audio/wmalbum/Makefile	Thu Apr 10 14:48:42 2014	(r350811)
+++ head/audio/wmalbum/Makefile	Thu Apr 10 15:00:58 2014	(r350812)
@@ -3,12 +3,12 @@
 
 PORTNAME=	wmalbum
 PORTVERSION=	0.1.5
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	audio windowmaker
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	lx@redundancy.redundancy.org
-COMMENT=	A dockapp to display album covers for xmms
+COMMENT=	Dockapp to display album covers for XMMS
 
 LIB_DEPENDS=	libxmms.so:${PORTSDIR}/multimedia/xmms \
 		libgdk_pixbuf_xlib.so:${PORTSDIR}/graphics/gdk-pixbuf
@@ -16,8 +16,8 @@ LIB_DEPENDS=	libxmms.so:${PORTSDIR}/mult
 GNU_CONFIGURE=	yes
 USE_CSTD=	gnu89
 
-MAN1=		wmalbum.1
-PLIST_FILES=	bin/wmalbum
+PLIST_FILES=	bin/wmalbum \
+		man/man1/wmalbum.1.gz
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/wmalbum/wmalbum ${STAGEDIR}${PREFIX}/bin

Modified: head/audio/xmms-curses/Makefile
==============================================================================
--- head/audio/xmms-curses/Makefile	Thu Apr 10 14:48:42 2014	(r350811)
+++ head/audio/xmms-curses/Makefile	Thu Apr 10 15:00:58 2014	(r350812)
@@ -3,12 +3,12 @@
 
 PORTNAME=	xmms-curses
 PORTVERSION=	0.2.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	itetcu@FreeBSD.org
-COMMENT=	A ncurses program for (remote) controlling multimedia/xmms
+COMMENT=	Ncurses program for (remote) controlling multimedia/xmms
 
 BUILD_DEPENDS=	xmms:${PORTSDIR}/multimedia/xmms
 RUN_DEPENDS=	xmms:${PORTSDIR}/multimedia/xmms
@@ -18,14 +18,12 @@ USES=		gettext iconv
 USE_GNOME=	gtk12
 USE_XORG=	x11 xau xcb xdmcp xext xi
 
-MAN1=	${PORTNAME}.1
-
 do-build:
 	cd ${WRKSRC} && ${CC} ${CFLAGS} ${PTHREAD_CFLAGS} ${PTHREAD_LIBS} -lncurses `xmms-config --cflags --libs` -o xmms-curses *.c
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/xmms-curses ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${STAGEDIR}${MAN1PREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/xmms-curses.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf \
 	    ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample
 

Modified: head/audio/xmms-curses/pkg-plist
==============================================================================
--- head/audio/xmms-curses/pkg-plist	Thu Apr 10 14:48:42 2014	(r350811)
+++ head/audio/xmms-curses/pkg-plist	Thu Apr 10 15:00:58 2014	(r350812)
@@ -1,4 +1,5 @@
 bin/xmms-curses
+man/man1/xmms-curses.1.gz
 @unexec if cmp -s %D/etc/xmms-curses.conf.sample %D/etc/xmms-curses.conf; then rm -f %D/etc/xmms-curses.conf; fi
 etc/xmms-curses.conf.sample
 @exec if [ ! %D/etc/xmms-curses.conf ] ; then cp -p %D/%F %D/etc/xmms-curses.conf; fi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404101500.s3AF0wUR084545>