summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/dcsharp/Makefile4
-rw-r--r--net/dcsharp/PLIST4
-rw-r--r--net/dcsharp/distinfo4
-rw-r--r--net/dcsharp/patches/patch-aa4
4 files changed, 8 insertions, 8 deletions
diff --git a/net/dcsharp/Makefile b/net/dcsharp/Makefile
index 15a230e7869..789e90a7de5 100644
--- a/net/dcsharp/Makefile
+++ b/net/dcsharp/Makefile
@@ -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 --git a/net/dcsharp/PLIST b/net/dcsharp/PLIST
index a0b1603adad..9a9a49182dd 100644
--- a/net/dcsharp/PLIST
+++ b/net/dcsharp/PLIST
@@ -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
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 --git a/net/dcsharp/distinfo b/net/dcsharp/distinfo
index 48398e859f6..c0382d990d9 100644
--- a/net/dcsharp/distinfo
+++ b/net/dcsharp/distinfo
@@ -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 --git a/net/dcsharp/patches/patch-aa b/net/dcsharp/patches/patch-aa
index 807df48fed8..49784186775 100644
--- a/net/dcsharp/patches/patch-aa
+++ b/net/dcsharp/patches/patch-aa
@@ -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 @@ $NetBSD: patch-aa,v 1.1.1.1 2008/04/25 16:10:27 kefren Exp $
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));