Skip site navigation (1)Skip section navigation (2)
Date:      1 May 2008 18:55:43 -0000
From:      Lapo Luchini <lapo@lapo.it>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Lapo Luchini <lapo@lapo.it>, Tarasov Alexey <master@preved.cn>
Subject:   ports/123309: port upgrade: devel/monotone-viz 1.0.1
Message-ID:  <20080501185543.95799.qmail@mail.lapo.it>
Resent-Message-ID: <200805011900.m41J05mn071775@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         123309
>Category:       ports
>Synopsis:       port upgrade: devel/monotone-viz 1.0.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 01 19:00:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Lapo Luchini
>Release:        FreeBSD 6.3-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD motoko.lapo.it 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #8: Thu Dec 13 09:33:49 CET 2007 root@motoko.lapo.it:/usr/obj/usr/src/sys/MOTOKO amd64

Unbreak and upgrade to latest upstream release.

I removed the dependency on x11-toolkits/ocaml-lablgtk2 as right now that port is broken and a copy is included 
anyway. Probably would be better to just fix that, see also my (partial) attemp in PR ports/123308 regarding that.

>Description:
>How-To-Repeat:
>Fix:

--- pr-monotone-viz begins here ---
diff -ruN devel/monotone-viz/Makefile devel/monotone-viz.new/Makefile
--- devel/monotone-viz/Makefile	2007-05-19 22:03:13.000000000 +0200
+++ devel/monotone-viz.new/Makefile	2008-05-01 20:42:20.000000000 +0200
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	monotone-viz
-PORTVERSION=	0.15
-PORTREVISION=	1
+PORTVERSION=	1.0.1
 CATEGORIES=	devel
 MASTER_SITES=	http://oandrieu.nerim.net/monotone-viz/
 
@@ -15,7 +14,6 @@
 COMMENT=	Visual interface for Monotone VCS with revision graphs
 
 BUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml \
-   		lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 \
 		dot:${PORTSDIR}/graphics/graphviz \
 		mtn:${PORTSDIR}/devel/monotone \
 		sqlite3:${PORTSDIR}/databases/sqlite3
diff -ruN devel/monotone-viz/distinfo devel/monotone-viz.new/distinfo
--- devel/monotone-viz/distinfo	2006-11-22 07:38:46.000000000 +0100
+++ devel/monotone-viz.new/distinfo	2008-05-01 20:32:17.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (monotone-viz-0.15.tar.gz) = 4dfbf372e7dfb5212e931b62a5f83e6b
-SHA256 (monotone-viz-0.15.tar.gz) = de14377e315780974672904f35a3a7ddf73e76edaae663666b1230af1ceed10f
-SIZE (monotone-viz-0.15.tar.gz) = 509782
+MD5 (monotone-viz-1.0.1.tar.gz) = 7add0ae4cc5fdafa14a12aea23d3557f
+SHA256 (monotone-viz-1.0.1.tar.gz) = 02b9025dfa3107ab25df5485acba45d089a467abd336545975983075bbc6a4b5
+SIZE (monotone-viz-1.0.1.tar.gz) = 519352
diff -ruN devel/monotone-viz/files/patch-configure devel/monotone-viz.new/files/patch-configure
--- devel/monotone-viz/files/patch-configure	2006-07-11 09:29:48.000000000 +0200
+++ devel/monotone-viz.new/files/patch-configure	1970-01-01 01:00:00.000000000 +0100
@@ -1,12 +0,0 @@
---- configure.orig	Sun Jul  2 23:13:24 2006
-+++ configure	Sun Jul  2 23:13:39 2006
-@@ -2199,9 +2199,6 @@
- option." >&2;}
-    { (exit 1); exit 1; }; }
-   fi
--  if test "${MONOTONE_DIR:0:1}" != "/" ; then
--    MONOTONE_DIR="$(pwd)/$MONOTONE_DIR"
--  fi
- fi
- 
- 
diff -ruN devel/monotone-viz/files/patch-lablgtk_src_gContainer.mli devel/monotone-viz.new/files/patch-lablgtk_src_gContainer.mli
--- devel/monotone-viz/files/patch-lablgtk_src_gContainer.mli	1970-01-01 01:00:00.000000000 +0100
+++ devel/monotone-viz.new/files/patch-lablgtk_src_gContainer.mli	2008-05-01 20:41:39.000000000 +0200
@@ -0,0 +1,27 @@
+--- lablgtk/src/gContainer.mli.orig	2008-05-01 20:41:05.000000000 +0200
++++ lablgtk/src/gContainer.mli	2008-05-01 20:41:09.000000000 +0200
+@@ -20,7 +20,7 @@
+ (*                                                                        *)
+ (**************************************************************************)
+ 
+-(* $Id: gContainer.mli 1347 2007-06-20 07:40:34Z guesdon $ *)
++(* $Id: gContainer.mli 1397 2008-02-26 00:21:39Z garrigue $ *)
+ 
+ open Gtk
+ open GObj
+@@ -92,11 +92,12 @@ val cast_container : widget -> container
+ 
+ (** @gtkdoc gtk GtkContainer *)
+ val pack_container :
+-  create:([> Gtk.container] Gobject.param list -> (#GObj.widget as 'a)) ->
+-  [> Gtk.container] Gobject.param list ->
++  create:(([> Gtk.container] as 'a) Gobject.param list ->
++          (#GObj.widget as 'b)) ->
++  'a Gobject.param list ->
+   ?border_width:int ->
+   ?width:int ->
+-  ?height:int -> ?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> 'a
++  ?height:int -> ?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> 'b
+ 
+ (** {3 GtkBin} *)
+ 
--- pr-monotone-viz ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080501185543.95799.qmail>