Bug 105240 - Update port: devel/monotone-viz
Summary: Update port: devel/monotone-viz
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-07 12:20 UTC by Alexey Tarasov
Modified: 2006-11-22 06:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Tarasov 2006-11-07 12:20:20 UTC
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	monotone-viz
#	monotone-viz/files
#	monotone-viz/files/patch-configure
#	monotone-viz/Makefile
#	monotone-viz/pkg-descr
#	monotone-viz/pkg-plist
#	monotone-viz/distinfo
#
echo c - monotone-viz
mkdir -p monotone-viz > /dev/null 2>&1
echo c - monotone-viz/files
mkdir -p monotone-viz/files > /dev/null 2>&1
echo x - monotone-viz/files/patch-configure
sed 's/^X//' >monotone-viz/files/patch-configure << 'END-of-monotone-viz/files/patch-configure'
X--- configure.orig	Sun Jul  2 23:13:24 2006
X+++ configure	Sun Jul  2 23:13:39 2006
X@@ -2199,9 +2199,6 @@
X option." >&2;}
X    { (exit 1); exit 1; }; }
X   fi
X-  if test "${MONOTONE_DIR:0:1}" != "/" ; then
X-    MONOTONE_DIR="$(pwd)/$MONOTONE_DIR"
X-  fi
X fi
X 
X 
END-of-monotone-viz/files/patch-configure
echo x - monotone-viz/Makefile
sed 's/^X//' >monotone-viz/Makefile << 'END-of-monotone-viz/Makefile'
X# New ports collection makefile for:   monotone-viz
X# Date created:        2 July 2006
X# Whom:            Tarasov Alexey <master@preved.cn>
X#
X# $FreeBSD: ports/devel/monotone-viz/Makefile,v 1.1 2006/07/11 07:29:48 clsung Exp $
X#
X
XPORTNAME=	monotone-viz
XPORTVERSION=	0.15
XCATEGORIES=	devel
XMASTER_SITES=	http://oandrieu.nerim.net/monotone-viz/
X
XMAINTAINER=	master@preved.cn
XCOMMENT=	Visual interface for Monotone VCS with revision graphs
X
XBUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml \
X   		lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 \
X		dot:${PORTSDIR}/graphics/graphviz \
X		mtn:${PORTSDIR}/devel/monotone \
X		sqlite3:${PORTSDIR}/databases/sqlite3
X
XGNU_CONFIGURE=	YES
XUSE_GMAKE=	YES
X
XALL_TARGET=
X
X.include <bsd.port.mk>
END-of-monotone-viz/Makefile
echo x - monotone-viz/pkg-descr
sed 's/^X//' >monotone-viz/pkg-descr << 'END-of-monotone-viz/pkg-descr'
XMonotone-viz is a small GTK+ application that
Xvisualizes monotone ancestry graphs.
X
XMonotone is a free distributed version control system.
XMonotone-viz is developed in the Objective Caml language, 
Xusing the GTK+ and libgnomecanvas libraries (via LablGTK, 
Xan OCaml binding for GTK+), and it uses the dot program 
Xfrom the Graphviz package.
X
XWWW: http://oandrieu.nerim.net/monotone-viz/
X
X- Tarasov Alexey
Xmaster@preved.cn
END-of-monotone-viz/pkg-descr
echo x - monotone-viz/pkg-plist
sed 's/^X//' >monotone-viz/pkg-plist << 'END-of-monotone-viz/pkg-plist'
Xbin/monotone-viz
END-of-monotone-viz/pkg-plist
echo x - monotone-viz/distinfo
sed 's/^X//' >monotone-viz/distinfo << 'END-of-monotone-viz/distinfo'
XMD5 (monotone-viz-0.15.tar.gz) = 4dfbf372e7dfb5212e931b62a5f83e6b
XSHA256 (monotone-viz-0.15.tar.gz) = de14377e315780974672904f35a3a7ddf73e76edaae663666b1230af1ceed10f
XSIZE (monotone-viz-0.15.tar.gz) = 509782
END-of-monotone-viz/distinfo
exit
Comment 1 Shaun Amott freebsd_committer freebsd_triage 2006-11-07 19:21:32 UTC
State Changed
From-To: open->feedback

Could you provide this update as a unified diff (diff -urN)? 


Comment 2 Shaun Amott freebsd_committer freebsd_triage 2006-11-07 19:21:32 UTC
Class Changed
From-To: sw-bug->maintainer-update

Submitter is maintainer.
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-11-08 00:26:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 4 Alexey Tarasov 2006-11-21 08:34:57 UTC
FreeBSD-gnats-submit@FreeBSD.org wrote:
> Thank you very much for your problem report.
> It has the internal identification `ports/105240'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs. 
> 
> You can access the state of your problem report at any time
> via this link:
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=105240
> 
>> Category:       ports
>> Responsible:    freebsd-ports-bugs
>> Synopsis:       Update port: deve/monotone-viz
>> Arrival-Date:   Tue Nov 07 12:20:20 GMT 2006
> 

Here is a diff as you asked:

diff -urN o.monotone-viz/Makefile monotone-viz/Makefile
--- o.monotone-viz/Makefile     Tue Nov 21 11:32:44 2006
+++ monotone-viz/Makefile       Tue Nov 21 11:33:11 2006
@@ -6,7 +6,7 @@
  #

  PORTNAME=      monotone-viz
-PORTVERSION=   0.14
+PORTVERSION=   0.15
  CATEGORIES=    devel
  MASTER_SITES=  http://oandrieu.nerim.net/monotone-viz/

diff -urN o.monotone-viz/distinfo monotone-viz/distinfo
--- o.monotone-viz/distinfo     Tue Nov 21 11:32:44 2006
+++ monotone-viz/distinfo       Tue Nov 21 11:33:11 2006
@@ -1,3 +1,3 @@
-MD5 (monotone-viz-0.14.tar.gz) = 163f592b25cceb31db257e10ba8dc9c1
-SHA256 (monotone-viz-0.14.tar.gz) = 
9a563417a0a5a72ac54c494ee19545ed634ed3f13ed1cf79b29cc4f4ca5e50dc
-SIZE (monotone-viz-0.14.tar.gz) = 504439
+MD5 (monotone-viz-0.15.tar.gz) = 4dfbf372e7dfb5212e931b62a5f83e6b
+SHA256 (monotone-viz-0.15.tar.gz) = 
de14377e315780974672904f35a3a7ddf73e76edaae663666b1230af1ceed10f
+SIZE (monotone-viz-0.15.tar.gz) = 509782


-- 
Best regards,
Tarasov Alexey.
Comment 5 dfilter service freebsd_committer freebsd_triage 2006-11-22 06:38:52 UTC
clsung      2006-11-22 06:38:46 UTC

  FreeBSD ports repository

  Modified files:
    devel/monotone-viz   Makefile distinfo 
  Log:
  - Update to 0.15
  
  PR:             ports/105240
  Submitted by:   maintainer (Alexey Tarasov)
  
  Revision  Changes    Path
  1.2       +1 -1      ports/devel/monotone-viz/Makefile
  1.2       +3 -3      ports/devel/monotone-viz/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-11-22 06:38:55 UTC
State Changed
From-To: feedback->closed

Committed. Thank You.