svn commit: r312324 - head/graphics/graphviz
Dirk Meyer
dinoex at FreeBSD.org
Sat Feb 16 07:14:28 UTC 2013
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
More information about the svn-ports-head
mailing list