pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/pulseaudio Fix minor issues reported by pkglint:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b65b57a97621
branches:  trunk
changeset: 552076:b65b57a97621
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Thu Dec 25 21:53:30 2008 +0000

description:
Fix minor issues reported by pkglint:
- Fix incorrect package option name
- Add $NetBSD$ to patch-ad
- Add autoreconf to USE_TOOLS

diffstat:

 audio/pulseaudio/Makefile         |  6 +++---
 audio/pulseaudio/distinfo         |  4 ++--
 audio/pulseaudio/patches/patch-ad |  2 ++
 3 files changed, 7 insertions(+), 5 deletions(-)

diffs (49 lines):

diff -r 193e75758c14 -r b65b57a97621 audio/pulseaudio/Makefile
--- a/audio/pulseaudio/Makefile Thu Dec 25 21:47:03 2008 +0000
+++ b/audio/pulseaudio/Makefile Thu Dec 25 21:53:30 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2008/12/25 21:47:03 ahoka Exp $
+# $NetBSD: Makefile,v 1.12 2008/12/25 21:53:30 ahoka Exp $
 #
 
 DISTNAME=      pulseaudio-0.9.13
@@ -13,10 +13,10 @@
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config gmake m4 msgfmt intltool perl \
-               autoconf automake
+               autoconf automake autoreconf
 USE_DIRS+=     xdg-1.4
 
-PKG_OPTIONS_VAR=       pulseaudio
+PKG_OPTIONS_VAR=       PKG_OPTIONS.pulseaudio
 PKG_SUPPORTED_OPTIONS= avahi
 PKG_SUGGESTED_OPTIONS= avahi
 PLIST_VARS+=           ${PKG_SUPPORTED_OPTIONS}
diff -r 193e75758c14 -r b65b57a97621 audio/pulseaudio/distinfo
--- a/audio/pulseaudio/distinfo Thu Dec 25 21:47:03 2008 +0000
+++ b/audio/pulseaudio/distinfo Thu Dec 25 21:53:30 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2008/12/24 04:11:17 dsainty Exp $
+$NetBSD: distinfo,v 1.10 2008/12/25 21:53:30 ahoka Exp $
 
 SHA1 (pulseaudio-0.9.13.tar.gz) = c8482f1bb42d5213bfdbe2154e1a55b7bc04c915
 RMD160 (pulseaudio-0.9.13.tar.gz) = 07cea9939dfb4fc76f13bf01dfe22ab6d0fd8459
@@ -6,7 +6,7 @@
 SHA1 (patch-aa) = 1493bed9c983c5c2a69f059b43926b936c62ccb7
 SHA1 (patch-ab) = b894cf1797a2f02e8131be8abc8250774bfec1ec
 SHA1 (patch-ac) = 877f1dd615129aa7396fd3dc142474f2795fa802
-SHA1 (patch-ad) = 40474c4e04dffe836c41ff348d959c821da527fd
+SHA1 (patch-ad) = 60caf8bc41504fc035a7264ff3c32a4b19da0645
 SHA1 (patch-ae) = 1cd31d18c133fdd5e8db59be319ba5b7a45fe0fe
 SHA1 (patch-af) = 31b8564cb91aabb5de5490659e77de984fd1920b
 SHA1 (patch-ag) = 67e3330c52c605e1eec505166e4ceed1a1277b11
diff -r 193e75758c14 -r b65b57a97621 audio/pulseaudio/patches/patch-ad
--- a/audio/pulseaudio/patches/patch-ad Thu Dec 25 21:47:03 2008 +0000
+++ b/audio/pulseaudio/patches/patch-ad Thu Dec 25 21:53:30 2008 +0000
@@ -1,3 +1,5 @@
+$NetBSD: patch-ad,v 1.3 2008/12/25 21:53:30 ahoka Exp $
+
 --- src/Makefile.am.orig       2008-12-20 11:45:28.000000000 -0500
 +++ src/Makefile.am    2008-12-20 11:47:47.000000000 -0500
 @@ -26,9 +26,9 @@



Home | Main Index | Thread Index | Old Index