diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-12 20:09:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-12 20:09:11 +0000 |
commit | e16b1b92b0a4ef76bad9222def2c644c5d9cd39b (patch) | |
tree | 2d76b9866588d6d8f7dd0257690f8e8bbcd6b4b1 /security/seahorse | |
parent | 7fbf85736a6304b680cbd4ec639fd5d788d373a7 (diff) | |
download | pkgsrc-e16b1b92b0a4ef76bad9222def2c644c5d9cd39b.tar.gz |
Reorder subdirectories. The agent wants to modify the installed
daemon. No idea how this could have ever worked.
Diffstat (limited to 'security/seahorse')
-rw-r--r-- | security/seahorse/distinfo | 4 | ||||
-rw-r--r-- | security/seahorse/patches/patch-aa | 15 | ||||
-rw-r--r-- | security/seahorse/patches/patch-ac | 15 |
3 files changed, 33 insertions, 1 deletions
diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo index b0501cba85b..0e40ac0d78b 100644 --- a/security/seahorse/distinfo +++ b/security/seahorse/distinfo @@ -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 --git a/security/seahorse/patches/patch-aa b/security/seahorse/patches/patch-aa new file mode 100644 index 00000000000..5e2dbd737d7 --- /dev/null +++ b/security/seahorse/patches/patch-aa @@ -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 --git a/security/seahorse/patches/patch-ac b/security/seahorse/patches/patch-ac new file mode 100644 index 00000000000..660d8bd7f5e --- /dev/null +++ b/security/seahorse/patches/patch-ac @@ -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 \ |