pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio Add COMMENT specific to package.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e3f8622d7e6
branches:  trunk
changeset: 493588:3e3f8622d7e6
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue May 10 00:18:03 2005 +0000

description:
Add COMMENT specific to package.
(Before used generic COMMENT from xine-lib/Makefile.common.)

diffstat:

 audio/xine-arts/Makefile   |  4 ++--
 audio/xine-esound/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 49cbd28c3128 -r 3e3f8622d7e6 audio/xine-arts/Makefile
--- a/audio/xine-arts/Makefile  Tue May 10 00:16:42 2005 +0000
+++ b/audio/xine-arts/Makefile  Tue May 10 00:18:03 2005 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.15 2005/05/02 11:29:35 drochner Exp $
+# $NetBSD: Makefile,v 1.16 2005/05/10 00:18:03 reed Exp $
 #
 
 .include "../../multimedia/xine-lib/Makefile.common"
 
 PKGNAME=       ${XINE_PKGNAME:S/lib/arts/}
-
 CATEGORIES=    audio
+COMMENT=       The aRts audio output plugin for xine-lib
 
 DEPENDS+=      xine-lib>=1rc3a:../../multimedia/xine-lib
 
diff -r 49cbd28c3128 -r 3e3f8622d7e6 audio/xine-esound/Makefile
--- a/audio/xine-esound/Makefile        Tue May 10 00:16:42 2005 +0000
+++ b/audio/xine-esound/Makefile        Tue May 10 00:18:03 2005 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.11 2005/05/02 11:29:35 drochner Exp $
+# $NetBSD: Makefile,v 1.12 2005/05/10 00:18:03 reed Exp $
 #
 
 .include "../../multimedia/xine-lib/Makefile.common"
 
 PKGNAME=       ${XINE_PKGNAME:S/lib/esound/}
-
 CATEGORIES=    audio
+COMMENT=       The esound audio output plugin for xine-lib
 
 DEPENDS+=      xine-lib>=1rc3a:../../multimedia/xine-lib
 



Home | Main Index | Thread Index | Old Index