pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/dcsharp Fix GConf schema file directory



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa8ef64ec235
branches:  trunk
changeset: 552589:aa8ef64ec235
user:      kefren <kefren%pkgsrc.org@localhost>
date:      Tue Jan 06 18:54:51 2009 +0000

description:
Fix GConf schema file directory
PKGREVISION++

diffstat:

 net/dcsharp/Makefile         |  4 ++--
 net/dcsharp/PLIST            |  4 ++--
 net/dcsharp/distinfo         |  4 ++--
 net/dcsharp/patches/patch-aa |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (64 lines):

diff -r e60f5e531a96 -r aa8ef64ec235 net/dcsharp/Makefile
--- a/net/dcsharp/Makefile      Tue Jan 06 18:54:00 2009 +0000
+++ b/net/dcsharp/Makefile      Tue Jan 06 18:54:51 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2008/10/31 12:00:04 obache Exp $
+# $NetBSD: Makefile,v 1.6 2009/01/06 18:54:51 kefren Exp $
 
 DISTNAME=      dcsharp-0.11.1
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    net
 MASTER_SITES=  http://dcsharp.googlecode.com/files/
 EXTRACT_SUFX=  .tar.bz2
diff -r e60f5e531a96 -r aa8ef64ec235 net/dcsharp/PLIST
--- a/net/dcsharp/PLIST Tue Jan 06 18:54:00 2009 +0000
+++ b/net/dcsharp/PLIST Tue Jan 06 18:54:51 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/25 16:10:27 kefren Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/01/06 18:54:51 kefren Exp $
 bin/dcsharp
 share/applications/dcsharp.desktop
 lib/dcsharp/DCSharp.Base.dll
@@ -7,7 +7,7 @@
 lib/dcsharp/DCSharp.exe.config
 lib/dcsharp/notify-sharp.dll
 lib/dcsharp/notify-sharp.dll.config
-etc/gconf/schemas/dcsharp-handlers.schema
+share/gconf/schemas/dcsharp-handlers.schema
 share/locale/sv/LC_MESSAGES/dcsharp.mo
 share/locale/pl/LC_MESSAGES/dcsharp.mo
 share/locale/de/LC_MESSAGES/dcsharp.mo
diff -r e60f5e531a96 -r aa8ef64ec235 net/dcsharp/distinfo
--- a/net/dcsharp/distinfo      Tue Jan 06 18:54:00 2009 +0000
+++ b/net/dcsharp/distinfo      Tue Jan 06 18:54:51 2009 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/04/25 16:10:27 kefren Exp $
+$NetBSD: distinfo,v 1.2 2009/01/06 18:54:51 kefren Exp $
 
 SHA1 (dcsharp-0.11.1.tar.bz2) = 7589a5620619a85ebb9c5f531a558e72c81e2c79
 RMD160 (dcsharp-0.11.1.tar.bz2) = 524630248f0c353abf81f2854d6e0a67b764f318
 Size (dcsharp-0.11.1.tar.bz2) = 207178 bytes
-SHA1 (patch-aa) = ca2b8120e2114ce901b2578d7a266d6277f3aa21
+SHA1 (patch-aa) = 81c4152a1dc33bdc373fa85626407383987b2ae3
 SHA1 (patch-ab) = a410159c9c4d6c379024560b6f34229a38d4995e
 SHA1 (patch-ac) = 8ea771838c3497a9121473454dff55e87577c03c
 SHA1 (patch-ad) = 779fded1a2068e10e7bc81722e519ab2283d16db
diff -r e60f5e531a96 -r aa8ef64ec235 net/dcsharp/patches/patch-aa
--- a/net/dcsharp/patches/patch-aa      Tue Jan 06 18:54:00 2009 +0000
+++ b/net/dcsharp/patches/patch-aa      Tue Jan 06 18:54:51 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/04/25 16:10:27 kefren Exp $
+$NetBSD: patch-aa,v 1.2 2009/01/06 18:54:51 kefren Exp $
 --- SConstruct.orig    2007-10-26 12:11:04.000000000 +0300
 +++ SConstruct 2008-04-24 21:34:37.000000000 +0300
 @@ -12,7 +12,7 @@
@@ -6,7 +6,7 @@
  opts.Add(PathOption('BINDIR', 'System executable path', '$PREFIX/bin'));
  opts.Add(PathOption('SHAREDIR', 'System shared data path', '$PREFIX/share'));
 -opts.Add(PathOption('SYSCONFDIR', 'System configuration path', '/etc'));
-+opts.Add(PathOption('SYSCONFDIR', 'System configuration path', '$PREFIX/etc'));
++opts.Add(PathOption('SYSCONFDIR', 'System configuration path', '$PREFIX/share'));
  opts.Add(PathOption('DESTDIR', 'System base installation path', '/'));
  
  opts.Add(BoolOption('DEBUG', 'Compile with debug information', 0));



Home | Main Index | Thread Index | Old Index