OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 17-May-2007 17:58:22
Branch: HEAD Handle: 2007051716582200
Modified files:
openpkg-src/unison unison.patch unison.spec
Log:
upgrading package: unison 2.12.0 -> 2.13.16
Summary:
Revision Changes Path
1.2 +14 -3 openpkg-src/unison/unison.patch
1.22 +6 -6 openpkg-src/unison/unison.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/unison/unison.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 unison.patch
--- openpkg-src/unison/unison.patch 12 Mar 2005 21:36:03 -0000 1.1
+++ openpkg-src/unison/unison.patch 17 May 2007 15:58:22 -0000 1.2
@@ -1,7 +1,7 @@
Index: Makefile
---- Makefile.orig 2005-03-12 17:17:58 +0100
-+++ Makefile 2005-03-12 22:30:33 +0100
-@@ -350,7 +350,6 @@
+--- Makefile.orig 2005-07-03 00:44:28 +0200
++++ Makefile 2007-05-17 17:56:15 +0200
+@@ -353,7 +353,6 @@
.PHONY: tags
tags:
@@ -9,3 +9,14 @@
all:: TAGS
+Index: pty.c
+--- pty.c.orig 2005-05-30 14:15:43 +0200
++++ pty.c 2007-05-17 17:57:00 +0200
+@@ -21,6 +21,7 @@
+ #endif
+
+ #ifdef __FreeBSD__
++#include <sys/types.h>
+ #include <libutil.h>
+ #define HAS_OPENPTY 1
+ #endif
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/unison/unison.spec
============================================================================
$ cvs diff -u -r1.21 -r1.22 unison.spec
--- openpkg-src/unison/unison.spec 1 Jan 2007 17:42:34 -0000 1.21
+++ openpkg-src/unison/unison.spec 17 May 2007 15:58:22 -0000 1.22
@@ -25,19 +25,19 @@
# package information
Name: unison
Summary: File Synchronizer
-URL: http://www.cis.upenn.edu/~bcpierce/unison/
+URL: http://www.seas.upenn.edu/~bcpierce/unison/
Vendor: Benjamin Pierce et al.
Packager: OpenPKG Foundation e.V.
Distribution: OpenPKG Community
Class: EVAL
Group: Filesystem
License: GPL
-Version: 2.12.0
-Release: 20061013
+Version: 2.13.16
+Release: 20070517
# list of sources
-Source0:
http://www.cis.upenn.edu/~bcpierce/unison/download/beta-test/unison-%{version}/unison-%{version}.tar.gz
-Source1:
http://www.cis.upenn.edu/~bcpierce/unison/download/beta-test/unison-%{version}/unison-%{version}-manual.html
+Source0:
http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/unison-%{version}/unison-%{version}.tar.gz
+Source1:
http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/unison-%{version}/unison-%{version}-manual.html
Patch0: unison.patch
# build information
@@ -58,7 +58,7 @@
%track
prog unison = {
version = %{version}
- url =
http://www.cis.upenn.edu/~bcpierce/unison/download/beta-test/
+ url =
http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/
regex = unison-(\d+\.\d+\.\d+)
}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]