[71219] trunk/dports

takanori at macports.org takanori at macports.org
Sat Sep 4 13:49:06 PDT 2010


Revision: 71219
          http://trac.macports.org/changeset/71219
Author:   takanori at macports.org
Date:     2010-09-04 13:49:02 -0700 (Sat, 04 Sep 2010)
Log Message:
-----------
Bumped revision up since ghostscript was updated to 9.00.
 - http://lists.macosforge.org/pipermail/macports-dev/2010-September/012702.html

Modified Paths:
--------------
    trunk/dports/devel/caml-pcre/Portfile
    trunk/dports/devel/camlimages/Portfile
    trunk/dports/gnome/ggv/Portfile
    trunk/dports/gnome/gpdf/Portfile
    trunk/dports/graphics/ImageMagick/Portfile
    trunk/dports/graphics/asymptote/Portfile
    trunk/dports/graphics/graphviz/Portfile
    trunk/dports/graphics/graphviz-devel/Portfile
    trunk/dports/graphics/inkscape-devel/Portfile
    trunk/dports/math/octave/Portfile
    trunk/dports/math/octave-devel/Portfile
    trunk/dports/print/epstool/Portfile
    trunk/dports/print/libspectre/Portfile
    trunk/dports/print/scribus/Portfile
    trunk/dports/python/py-matplotlib/Portfile
    trunk/dports/python/py25-matplotlib/Portfile
    trunk/dports/python/py26-impressive/Portfile
    trunk/dports/science/magicspp/Portfile
    trunk/dports/textproc/lilypond/Portfile
    trunk/dports/x11/xcircuit/Portfile

Modified: trunk/dports/devel/caml-pcre/Portfile
===================================================================
--- trunk/dports/devel/caml-pcre/Portfile	2010-09-04 19:20:22 UTC (rev 71218)
+++ trunk/dports/devel/caml-pcre/Portfile	2010-09-04 20:49:02 UTC (rev 71219)
@@ -4,6 +4,7 @@
 
 name                caml-pcre
 version             6.1.0
+revision            1
 categories          devel ml
 maintainers         landonf openmaintainer
 description         Perl compatibility regular expressions for OCaml

Modified: trunk/dports/devel/camlimages/Portfile
===================================================================
--- trunk/dports/devel/camlimages/Portfile	2010-09-04 19:20:22 UTC (rev 71218)
+++ trunk/dports/devel/camlimages/Portfile	2010-09-04 20:49:02 UTC (rev 71219)
@@ -3,7 +3,7 @@
 PortSystem			1.0
 name				camlimages
 version				2.2
-revision			4
+revision			5
 categories			devel graphics
 maintainers			loria.fr:reilles
 description			Objective Caml interface to image manipulation functions.

Modified: trunk/dports/gnome/ggv/Portfile
===================================================================
--- trunk/dports/gnome/ggv/Portfile	2010-09-04 19:20:22 UTC (rev 71218)
+++ trunk/dports/gnome/ggv/Portfile	2010-09-04 20:49:02 UTC (rev 71219)
@@ -4,6 +4,7 @@
 
 name		ggv
 version		2.12.0
+revision        1
 set branch  [join [lrange [split ${version} .] 0 1] .]
 description	GGV, Gnome GhostView, is a Gnome PostScript document previewer.
 long_description        GGV, the Gnome GhostView, is a Gnome PostScript document \

Modified: trunk/dports/gnome/gpdf/Portfile
===================================================================
--- trunk/dports/gnome/gpdf/Portfile	2010-09-04 19:20:22 UTC (rev 71218)
+++ trunk/dports/gnome/gpdf/Portfile	2010-09-04 20:49:02 UTC (rev 71219)
@@ -4,6 +4,7 @@
 
 name		gpdf
 version		2.10.0
+revision        1
 set branch  [join [lrange [split ${version} .] 0 1] .]
 description	gpdf is a viewer for Portable Document Format (PDF) files.
 long_description   	gpdf is a viewer for Portable Document Format (PDF) files.

Modified: trunk/dports/graphics/ImageMagick/Portfile
===================================================================
--- trunk/dports/graphics/ImageMagick/Portfile	2010-09-04 19:20:22 UTC (rev 71218)
+++ trunk/dports/graphics/ImageMagick/Portfile	2010-09-04 20:49:02 UTC (rev 71219)
@@ -7,6 +7,7 @@
 name                        ImageMagick
 conflicts                   cryptlib
 version                     6.6.3-9
+revision                    1
 set reasonable_version      [lindex [split ${version} -] 0]
 homepage                    http://www.imagemagick.org/
 categories                  graphics devel

Modified: trunk/dports/graphics/asymptote/Portfile
===================================================================
--- trunk/dports/graphics/asymptote/Portfile	2010-09-04 19:20:22 UTC (rev 71218)
+++ trunk/dports/graphics/asymptote/Portfile	2010-09-04 20:49:02 UTC (rev 71219)
@@ -5,6 +5,7 @@
 
 name		asymptote
 version		1.88
+revision    1
 categories	graphics
 maintainers	gmail.com:loshea
 description	a vector graphics language

Modified: trunk/dports/graphics/graphviz/Portfile
===================================================================
--- trunk/dports/graphics/graphviz/Portfile	2010-09-04 19:20:22 UTC (rev 71218)
+++ trunk/dports/graphics/graphviz/Portfile	2010-09-04 20:49:02 UTC (rev 71219)
@@ -10,7 +10,7 @@
 set my_name                     graphviz
 # keep version in sync between graphviz and graphviz-gui
 version                         2.26.3
-revision        1
+revision                        2
 categories                      graphics
 maintainers                     ryandesign
 license                         CPLv1.0

Modified: trunk/dports/graphics/graphviz-devel/Portfile
===================================================================
--- trunk/dports/graphics/graphviz-devel/Portfile	2010-09-04 19:20:22 UTC (rev 71218)
+++ trunk/dports/graphics/graphviz-devel/Portfile	2010-09-04 20:49:02 UTC (rev 71219)
@@ -10,6 +10,7 @@
 set my_name                     graphviz
 # keep version in sync between graphviz-devel and graphviz-gui-devel
 version                         2.27.20100830.0445
+revision                        1
 categories                      graphics
 maintainers                     ryandesign
 license                         CPLv1.0

Modified: trunk/dports/graphics/inkscape-devel/Portfile
===================================================================
--- trunk/dports/graphics/inkscape-devel/Portfile	2010-09-04 19:20:22 UTC (rev 71218)
+++ trunk/dports/graphics/inkscape-devel/Portfile	2010-09-04 20:49:02 UTC (rev 71219)
@@ -7,7 +7,7 @@
 conflicts       inkscape
 set svn_rev     22457
 version         0.46.${svn_rev}
-revision        1
+revision        2
 epoch           1
 maintainers     devans
 categories      graphics gnome

Modified: trunk/dports/math/octave/Portfile
===================================================================
--- trunk/dports/math/octave/Portfile	2010-09-04 19:20:22 UTC (rev 71218)
+++ trunk/dports/math/octave/Portfile	2010-09-04 20:49:02 UTC (rev 71219)
@@ -5,6 +5,7 @@
 
 name                octave
 version             3.2.4
+revision            1
 conflicts           octave-devel
 categories          math science
 maintainers         stechert

Modified: trunk/dports/math/octave-devel/Portfile
===================================================================
--- trunk/dports/math/octave-devel/Portfile	2010-09-04 19:20:22 UTC (rev 71218)
+++ trunk/dports/math/octave-devel/Portfile	2010-09-04 20:49:02 UTC (rev 71219)
@@ -5,6 +5,7 @@
 
 name                octave-devel
 version             3.3.52
+revision            1
 conflicts           octave
 categories          math science
 maintainers         nomaintainer

Modified: trunk/dports/print/epstool/Portfile
===================================================================
--- trunk/dports/print/epstool/Portfile	2010-09-04 19:20:22 UTC (rev 71218)
+++ trunk/dports/print/epstool/Portfile	2010-09-04 20:49:02 UTC (rev 71219)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name		epstool
 version		3.08
+revision        1
 categories	print
 maintainers	iaas.msu.ru:master
 description	create or extract preview images in EPS files, fix bounding boxes and convert to bitmaps

Modified: trunk/dports/print/libspectre/Portfile
===================================================================
--- trunk/dports/print/libspectre/Portfile	2010-09-04 19:20:22 UTC (rev 71218)
+++ trunk/dports/print/libspectre/Portfile	2010-09-04 20:49:02 UTC (rev 71219)
@@ -5,6 +5,7 @@
 
 name            libspectre
 version         0.2.6
+revision        1
 description     Libspectre is a small library for rendering PostScript documents.
 long_description \
                 ${description} \

Modified: trunk/dports/print/scribus/Portfile
===================================================================
--- trunk/dports/print/scribus/Portfile	2010-09-04 19:20:22 UTC (rev 71218)
+++ trunk/dports/print/scribus/Portfile	2010-09-04 20:49:02 UTC (rev 71219)
@@ -4,6 +4,7 @@
 
 name            scribus
 version         1.3.3.11
+revision        1
 categories      print
 maintainers     nomaintainer
 description     X11-based WYSIWYG desktop publishing application

Modified: trunk/dports/python/py-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py-matplotlib/Portfile	2010-09-04 19:20:22 UTC (rev 71218)
+++ trunk/dports/python/py-matplotlib/Portfile	2010-09-04 20:49:02 UTC (rev 71219)
@@ -6,6 +6,7 @@
 categories-append  graphics math
 name               py-matplotlib
 version            0.99.0
+revision           1
 maintainers        nomaintainer
 platforms          darwin
 

Modified: trunk/dports/python/py25-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py25-matplotlib/Portfile	2010-09-04 19:20:22 UTC (rev 71218)
+++ trunk/dports/python/py25-matplotlib/Portfile	2010-09-04 20:49:02 UTC (rev 71219)
@@ -6,6 +6,7 @@
 categories-append  graphics math
 name               py25-matplotlib
 version            1.0.0
+revision           1
 maintainers        ram openmaintainer
 platforms          darwin
 

Modified: trunk/dports/python/py26-impressive/Portfile
===================================================================
--- trunk/dports/python/py26-impressive/Portfile	2010-09-04 19:20:22 UTC (rev 71218)
+++ trunk/dports/python/py26-impressive/Portfile	2010-09-04 20:49:02 UTC (rev 71219)
@@ -6,6 +6,7 @@
 
 name            py26-impressive
 version         0.10.2
+revision        1
 categories      python graphics
 maintainers     nomaintainer
 description     slide presentation tool

Modified: trunk/dports/science/magicspp/Portfile
===================================================================
--- trunk/dports/science/magicspp/Portfile	2010-09-04 19:20:22 UTC (rev 71218)
+++ trunk/dports/science/magicspp/Portfile	2010-09-04 20:49:02 UTC (rev 71219)
@@ -5,6 +5,7 @@
 
 name                magicspp
 version             2.10.0
+revision            1
 platforms           darwin
 maintainers         takeshi
 license             Apache v2.0

Modified: trunk/dports/textproc/lilypond/Portfile
===================================================================
--- trunk/dports/textproc/lilypond/Portfile	2010-09-04 19:20:22 UTC (rev 71218)
+++ trunk/dports/textproc/lilypond/Portfile	2010-09-04 20:49:02 UTC (rev 71219)
@@ -5,7 +5,7 @@
 
 name                lilypond
 version             2.12.3
-revision            2
+revision            3
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          textproc
 maintainers         snc openmaintainer

Modified: trunk/dports/x11/xcircuit/Portfile
===================================================================
--- trunk/dports/x11/xcircuit/Portfile	2010-09-04 19:20:22 UTC (rev 71218)
+++ trunk/dports/x11/xcircuit/Portfile	2010-09-04 20:49:02 UTC (rev 71219)
@@ -4,6 +4,7 @@
 
 name             xcircuit
 version          3.4.30
+revision         1
 categories       x11
 maintainers      nomaintainer
 description      circuit-drawing program
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100904/88bceba2/attachment.html>


More information about the macports-changes mailing list