pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/xhippo - Use CONF_FILES to handle a configuratio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/237660a5dd98
branches:  trunk
changeset: 499415:237660a5dd98
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Sep 22 04:30:41 2005 +0000

description:
- Use CONF_FILES to handle a configuration file, instead of using @exec.
- Add missing files to PLIST.

Bump PKGREVISION.

diffstat:

 audio/xhippo/Makefile |  8 +++++---
 audio/xhippo/PLIST    |  5 +++--
 audio/xhippo/distinfo |  3 ++-
 3 files changed, 10 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 7def45ede4a7 -r 237660a5dd98 audio/xhippo/Makefile
--- a/audio/xhippo/Makefile     Thu Sep 22 04:09:02 2005 +0000
+++ b/audio/xhippo/Makefile     Thu Sep 22 04:30:41 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2005/06/01 18:02:39 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2005/09/22 04:30:41 minskim Exp $
 #
 
 DISTNAME=      xhippo-3.3
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    audio x11
 MASTER_SITES=  ${MASTER_SITE_GNU:=xhippo/}
 
@@ -10,7 +10,9 @@
 HOMEPAGE=      http://www.gnu.org/software/xhippo/xhippo.html
 COMMENT=       Generic playlist manager for UNIX
 
-GNU_CONFIGURE= yes
+GNU_CONFIGURE=         yes
+USE_PKGINSTALL=                yes
+USE_PKGLOCALEDIR=      yes
 
 CONFIGURE_ENV+=        --with-gnome=no
 
diff -r 7def45ede4a7 -r 237660a5dd98 audio/xhippo/PLIST
--- a/audio/xhippo/PLIST        Thu Sep 22 04:09:02 2005 +0000
+++ b/audio/xhippo/PLIST        Thu Sep 22 04:30:41 2005 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:18:16 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/09/22 04:30:41 minskim Exp $
 bin/xhippo
+man/man1/xhippo.1
 share/doc/xhippo/BUGS
 share/doc/xhippo/ChangeLog
 share/doc/xhippo/README
@@ -9,5 +10,5 @@
 share/doc/xhippo/xhippo.sgml
 share/doc/xhippo/xhippo.gtkrc
 share/doc/xhippo/xhippo.config.example
-@exec if [ ! -f %D/etc/xhippo.config ]; then cp %D/%F %D/etc/xhippo.config ; fi
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/xhippo.mo
 @dirrm share/doc/xhippo
diff -r 7def45ede4a7 -r 237660a5dd98 audio/xhippo/distinfo
--- a/audio/xhippo/distinfo     Thu Sep 22 04:09:02 2005 +0000
+++ b/audio/xhippo/distinfo     Thu Sep 22 04:30:41 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 20:39:53 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/09/22 04:30:41 minskim Exp $
 
 SHA1 (xhippo-3.3.tar.gz) = 15fb21a9027110f1f7b8e17dc33be6c28a67c601
 RMD160 (xhippo-3.3.tar.gz) = 4023286bc843c15b1527fec49cda65a48a763af5
 Size (xhippo-3.3.tar.gz) = 417111 bytes
+SHA1 (patch-aa) = 1be473dacdfb78561da8b9a90cd3c9e7570143b7



Home | Main Index | Thread Index | Old Index