diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/monotone/Makefile | 6 | ||||
-rw-r--r-- | devel/monotone/distinfo | 9 | ||||
-rw-r--r-- | devel/monotone/patches/patch-aa | 18 |
3 files changed, 26 insertions, 7 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index 940330d069e..6a9189977ed 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.35 2007/03/01 08:48:32 jmmv Exp $ +# $NetBSD: Makefile,v 1.36 2007/04/08 09:06:14 jmmv Exp $ # -DISTNAME= monotone-0.33 +DISTNAME= monotone-0.34 CATEGORIES= devel scm -MASTER_SITES= http://monotone.ca/downloads/0.33/ +MASTER_SITES= http://monotone.ca/downloads/0.34/ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://monotone.ca/ diff --git a/devel/monotone/distinfo b/devel/monotone/distinfo index 5dd7047e510..75fb0bd721e 100644 --- a/devel/monotone/distinfo +++ b/devel/monotone/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.27 2007/03/01 08:48:32 jmmv Exp $ +$NetBSD: distinfo,v 1.28 2007/04/08 09:06:14 jmmv Exp $ -SHA1 (monotone-0.33.tar.gz) = 7d2c88083e3329662f7e8b5ef673a2bcf8350622 -RMD160 (monotone-0.33.tar.gz) = dfffcd91e5d8069c632e86d3d6055abd1aff38b5 -Size (monotone-0.33.tar.gz) = 4763380 bytes +SHA1 (monotone-0.34.tar.gz) = 29fa7e2951b2eaa77673ffaebd00604bab98fd38 +RMD160 (monotone-0.34.tar.gz) = e6c362ac4f270a21fc5745b80edccc99efa362f7 +Size (monotone-0.34.tar.gz) = 4824087 bytes +SHA1 (patch-aa) = 8843cb6e7543c03cb45a9500ea42dad99b84fce6 diff --git a/devel/monotone/patches/patch-aa b/devel/monotone/patches/patch-aa new file mode 100644 index 00000000000..df8ae9b15a9 --- /dev/null +++ b/devel/monotone/patches/patch-aa @@ -0,0 +1,18 @@ +$NetBSD: patch-aa,v 1.13 2007/04/08 09:06:14 jmmv Exp $ + +--- unix/ssh_agent_platform.cc.orig 2007-04-01 12:22:00.000000000 +0200 ++++ unix/ssh_agent_platform.cc +@@ -7,11 +7,13 @@ + // implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + // PURPOSE. + ++#include <sys/types.h> + #include <sys/un.h> + #include <sys/socket.h> + #include <fcntl.h> + #include <stdlib.h> + #include <string.h> ++#include <unistd.h> + + #include "../sanity.hh" + |