pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/unison-devel update net/unison-devel to 2.27.29



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1048d1714f11
branches:  trunk
changeset: 529297:1048d1714f11
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Wed May 30 12:46:58 2007 +0000

description:
update net/unison-devel to 2.27.29

Small bugfixes, in particular for windows

diffstat:

 net/unison-devel/Makefile         |   4 ++--
 net/unison-devel/distinfo         |  10 +++++-----
 net/unison-devel/patches/patch-ac |  12 +++---------
 3 files changed, 10 insertions(+), 16 deletions(-)

diffs (54 lines):

diff -r 35c973e93b09 -r 1048d1714f11 net/unison-devel/Makefile
--- a/net/unison-devel/Makefile Wed May 30 12:29:47 2007 +0000
+++ b/net/unison-devel/Makefile Wed May 30 12:46:58 2007 +0000
@@ -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 -r 35c973e93b09 -r 1048d1714f11 net/unison-devel/distinfo
--- a/net/unison-devel/distinfo Wed May 30 12:29:47 2007 +0000
+++ b/net/unison-devel/distinfo Wed May 30 12:46:58 2007 +0000
@@ -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 -r 35c973e93b09 -r 1048d1714f11 net/unison-devel/patches/patch-ac
--- a/net/unison-devel/patches/patch-ac Wed May 30 12:29:47 2007 +0000
+++ b/net/unison-devel/patches/patch-ac Wed May 30 12:46:58 2007 +0000
@@ -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 @@
  #include <util.h>
  #define HAS_OPENPTY 1
  #endif
- 
- #ifdef __FreeBSD__
-+#include <sys/types.h>
- #include <libutil.h>
- #define HAS_OPENPTY 1
- #endif



Home | Main Index | Thread Index | Old Index