pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/seahorse Reorder subdirectories. The agent wa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/485ca84b7471
branches:  trunk
changeset: 529918:485ca84b7471
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jun 12 20:09:11 2007 +0000

description:
Reorder subdirectories. The agent wants to modify the installed
daemon. No idea how this could have ever worked.

diffstat:

 security/seahorse/distinfo         |   4 +++-
 security/seahorse/patches/patch-aa |  15 +++++++++++++++
 security/seahorse/patches/patch-ac |  15 +++++++++++++++
 3 files changed, 33 insertions(+), 1 deletions(-)

diffs (54 lines):

diff -r da580079d40c -r 485ca84b7471 security/seahorse/distinfo
--- a/security/seahorse/distinfo        Tue Jun 12 19:49:28 2007 +0000
+++ b/security/seahorse/distinfo        Tue Jun 12 20:09:11 2007 +0000
@@ -1,9 +1,11 @@
-$NetBSD: distinfo,v 1.18 2007/04/11 21:48:02 drochner Exp $
+$NetBSD: distinfo,v 1.19 2007/06/12 20:09:11 joerg Exp $
 
 SHA1 (seahorse-1.0.1.tar.bz2) = 03e5232d47e0d9d16fe7a713b00533859583a8d8
 RMD160 (seahorse-1.0.1.tar.bz2) = c11d2b0ae114cb41d52a3dc068f8a4fafc322603
 Size (seahorse-1.0.1.tar.bz2) = 1857602 bytes
+SHA1 (patch-aa) = 991e7eb505efa2b81a6f56910aa9359743e1cb3b
 SHA1 (patch-ab) = 8d391aecd0edc78dbbcc6638a76bc29b0a2fba9c
+SHA1 (patch-ac) = 0ad2021c9bda727b3b219cd6d6ca0a6132cc0a37
 SHA1 (patch-ae) = a0a85645b1df89ffb992c9191c30b228d2c5bd6f
 SHA1 (patch-ah) = 4a60c47ffd0de18fc423e317e870d08e8295a95c
 SHA1 (patch-ai) = 435ed5231c352f01ed4d83e4c5447cfef6468953
diff -r da580079d40c -r 485ca84b7471 security/seahorse/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/seahorse/patches/patch-aa        Tue Jun 12 20:09:11 2007 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.9 2007/06/12 20:09:11 joerg Exp $
+
+--- Makefile.am.orig   2007-06-12 19:57:32.000000000 +0000
++++ Makefile.am
+@@ -16,8 +16,8 @@ SUBDIRS = libcryptui \
+           help \
+           pixmaps \
+           plugins \
+-          $(AGENT_DIR) \
+-          daemon 
++          daemon \
++          $(AGENT_DIR)
+ 
+ EXTRA_DIST = \
+     AUTHORS \
diff -r da580079d40c -r 485ca84b7471 security/seahorse/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/seahorse/patches/patch-ac        Tue Jun 12 20:09:11 2007 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.3 2007/06/12 20:09:11 joerg Exp $
+
+--- Makefile.in.orig   2007-06-12 19:57:56.000000000 +0000
++++ Makefile.in
+@@ -343,8 +343,8 @@ SUBDIRS = libcryptui \
+           help \
+           pixmaps \
+           plugins \
+-          $(AGENT_DIR) \
+-          daemon 
++          daemon \
++          $(AGENT_DIR)
+ 
+ EXTRA_DIST = \
+     AUTHORS \



Home | Main Index | Thread Index | Old Index