summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2007-05-30 12:46:58 +0000
committertonio <tonio@pkgsrc.org>2007-05-30 12:46:58 +0000
commitb95de031eaa8dbe3fadc1b3f4b23ff0b885b62ac (patch)
tree79243218e96802aab55efb2085ec1908af14ac3b /net
parent47dcfdf79e9b69b4a26f65d8318d2e3dc5b55b60 (diff)
downloadpkgsrc-b95de031eaa8dbe3fadc1b3f4b23ff0b885b62ac.tar.gz
update net/unison-devel to 2.27.29
Small bugfixes, in particular for windows
Diffstat (limited to 'net')
-rw-r--r--net/unison-devel/Makefile4
-rw-r--r--net/unison-devel/distinfo10
-rw-r--r--net/unison-devel/patches/patch-ac12
3 files changed, 10 insertions, 16 deletions
diff --git a/net/unison-devel/Makefile b/net/unison-devel/Makefile
index ecdebd0ad2a..9ea2c06a1e9 100644
--- a/net/unison-devel/Makefile
+++ b/net/unison-devel/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2007/04/12 09:20:55 tonio Exp $
+# $NetBSD: Makefile,v 1.19 2007/05/30 12:46:58 tonio Exp $
-DISTNAME= unison-2.27.12
+DISTNAME= unison-2.27.29
CATEGORIES= net
MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/beta/
diff --git a/net/unison-devel/distinfo b/net/unison-devel/distinfo
index 617f767f033..ea852faaf59 100644
--- a/net/unison-devel/distinfo
+++ b/net/unison-devel/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12 2007/04/13 14:54:41 tonio Exp $
+$NetBSD: distinfo,v 1.13 2007/05/30 12:46:58 tonio Exp $
-SHA1 (unison-2.27.12/unison-2.27.12.tar.gz) = 88aa962bdcf72d3fc3e1743f02e3785d40e44db9
-RMD160 (unison-2.27.12/unison-2.27.12.tar.gz) = dec04c1fc98be70edb31623a7d8b71a1a8a8f983
-Size (unison-2.27.12/unison-2.27.12.tar.gz) = 546338 bytes
+SHA1 (unison-2.27.29/unison-2.27.29.tar.gz) = 8622c9ce1dfb9ef1b173b8854690756d4ded4c4c
+RMD160 (unison-2.27.29/unison-2.27.29.tar.gz) = a700e9b7275712201e14ddad5fc5e1995ebbb3d2
+Size (unison-2.27.29/unison-2.27.29.tar.gz) = 591171 bytes
SHA1 (patch-aa) = 8557f1a5a22e7faf6c49b6e8fbab5682e91a7e24
SHA1 (patch-ab) = d1ca5128ff3177c2592e0035da10350d91c5f68f
-SHA1 (patch-ac) = d5d8c30b87af2b51bc90e310f7f37cfdb93e9bba
+SHA1 (patch-ac) = d996e1ffff23da511976ba4455391952afab6234
diff --git a/net/unison-devel/patches/patch-ac b/net/unison-devel/patches/patch-ac
index fc7ce7a6e7c..e09e6cea3a3 100644
--- a/net/unison-devel/patches/patch-ac
+++ b/net/unison-devel/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.8 2007/04/13 14:54:41 tonio Exp $
+$NetBSD: patch-ac,v 1.9 2007/05/30 12:46:58 tonio Exp $
---- pty.c.orig Mon Apr 2 05:03:20 2007
+--- pty.c.orig 2007-04-13 16:30:01.000000000 +0200
+++ pty.c
-@@ -15,12 +15,13 @@ extern void uerror (char * cmdname, valu
+@@ -15,7 +15,7 @@ extern void uerror (char * cmdname, valu
#define HAS_OPENPTY 1
#endif
@@ -11,9 +11,3 @@ $NetBSD: patch-ac,v 1.8 2007/04/13 14:54:41 tonio Exp $
#include <util.h>
#define HAS_OPENPTY 1
#endif
-
- #ifdef __FreeBSD__
-+#include <sys/types.h>
- #include <libutil.h>
- #define HAS_OPENPTY 1
- #endif