From owner-svn-ports-all@FreeBSD.ORG Sat Feb 16 07:14:28 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6852CDF8; Sat, 16 Feb 2013 07:14:28 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 423C7D7D; Sat, 16 Feb 2013 07:14:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1G7ERVB084306; Sat, 16 Feb 2013 07:14:27 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1G7ERpM084302; Sat, 16 Feb 2013 07:14:27 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201302160714.r1G7ERpM084302@svn.freebsd.org> From: Dirk Meyer Date: Sat, 16 Feb 2013 07:14:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312324 - head/graphics/graphviz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Feb 2013 07:14:28 -0000 Author: dinoex Date: Sat Feb 16 07:14:26 2013 New Revision: 312324 URL: http://svnweb.freebsd.org/changeset/ports/312324 Log: - update to 2.30.1 Modified: head/graphics/graphviz/Makefile head/graphics/graphviz/distinfo head/graphics/graphviz/pkg-plist Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Sat Feb 16 04:29:14 2013 (r312323) +++ head/graphics/graphviz/Makefile Sat Feb 16 07:14:26 2013 (r312324) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= graphviz -PORTVERSION= 2.30.0 +PORTVERSION= 2.30.1 CATEGORIES= graphics tk MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ @@ -28,10 +28,10 @@ PLIST_SUB= PORTVERSION="${PORTVERSION}" MAKE_ENV= EXPR_COMPAT=yes MISSING=${TRUE} MAN1= acyclic.1 bcomps.1 ccomps.1 cluster.1 diffimg.1 dijkstra.1 \ - dot.1 dotty.1 gc.1 graphml2gv.1 gml2gv.1 gv2gxl.1 gvmap.1 \ - gvmap.sh.1 gvgen.1 mm2gv.1 gvcolor.1 gvpack.1 gvpr.1 lneato.1 \ - nop.1 osage.1 patchwork.1 prune.1 sccmap.1 smyrna.1 tred.1 \ - unflatten.1 vimdot.1 + dot.1 gc.1 graphml2gv.1 gml2gv.1 gv2gxl.1 gvmap.1 gvmap.sh.1 \ + gvgen.1 mm2gv.1 gvcolor.1 gvpack.1 gvpr.1 nop.1 osage.1 \ + patchwork.1 prune.1 sccmap.1 smyrna.1 tred.1 unflatten.1 \ + vimdot.1 MAN3= cdt.3 expr.3 cgraph.3 graph.3 gvc.3 pack.3 pathplan.3 xdot.3 MAN7= graphviz.7 MLINKS= dot.1 circo.1 \ @@ -140,7 +140,7 @@ CONFIGURE_ARGS+= --without-libiconv-pref .if ${PORT_OPTIONS:MXPM} || exists(${LOCALBASE}/lib/libXpm.so) USE_XORG+= xaw xpm xmu xt sm ice xext x11 xau xdmcp xp -MAN1+= lefty.1 +MAN1+= dotty.1 lefty.1 lneato.1 PLIST_SUB+= WITH_XPM="" .else PLIST_SUB+= WITH_XPM="@comment " Modified: head/graphics/graphviz/distinfo ============================================================================== --- head/graphics/graphviz/distinfo Sat Feb 16 04:29:14 2013 (r312323) +++ head/graphics/graphviz/distinfo Sat Feb 16 07:14:26 2013 (r312324) @@ -1,2 +1,2 @@ -SHA256 (graphviz-2.30.0.tar.gz) = 355a747535847f31c9f68ebfd5e32274c5baca5e576dc856c5554345ed418f6b -SIZE (graphviz-2.30.0.tar.gz) = 23644157 +SHA256 (graphviz-2.30.1.tar.gz) = 775fb996987032d2eca2f1502c6f913e0b02fe640c124723e45db11daf46aec8 +SIZE (graphviz-2.30.1.tar.gz) = 23678313 Modified: head/graphics/graphviz/pkg-plist ============================================================================== --- head/graphics/graphviz/pkg-plist Sat Feb 16 04:29:14 2013 (r312323) +++ head/graphics/graphviz/pkg-plist Sat Feb 16 07:14:26 2013 (r312324) @@ -7,7 +7,7 @@ bin/diffimg bin/dijkstra bin/dot bin/dot2gxl -bin/dotty +%%WITH_XPM%%bin/dotty bin/dot_builtins bin/fdp bin/gc @@ -25,7 +25,7 @@ bin/gvpr bin/gxl2gv bin/gxl2dot %%WITH_XPM%%bin/lefty -bin/lneato +%%WITH_XPM%%bin/lneato bin/mm2gv bin/neato bin/nop @@ -502,11 +502,11 @@ libdata/pkgconfig/libxdot.pc %%DATADIR%%/lefty/slides.lefty %%DATADIR%%/lefty/tree.lefty %%DATADIR%%/lefty/lefty.psp -%%DATADIR%%/lefty/dotty.lefty -%%DATADIR%%/lefty/dotty_draw.lefty -%%DATADIR%%/lefty/dotty_edit.lefty -%%DATADIR%%/lefty/dotty_layout.lefty -%%DATADIR%%/lefty/dotty_ui.lefty +%%WITH_XPM%%%%DATADIR%%/lefty/dotty.lefty +%%WITH_XPM%%%%DATADIR%%/lefty/dotty_draw.lefty +%%WITH_XPM%%%%DATADIR%%/lefty/dotty_edit.lefty +%%WITH_XPM%%%%DATADIR%%/lefty/dotty_layout.lefty +%%WITH_XPM%%%%DATADIR%%/lefty/dotty_ui.lefty %%DATADIR%%/graphs/directed/KW91.gv %%DATADIR%%/graphs/directed/Latin1.gv %%DATADIR%%/graphs/directed/NaN.gv