[98344] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Tue Oct 2 20:05:15 PDT 2012


Revision: 98344
          http://trac.macports.org//changeset/98344
Author:   ryandesign at macports.org
Date:     2012-10-02 20:05:15 -0700 (Tue, 02 Oct 2012)
Log Message:
-----------
increase revision of ports depending on icu, for icu 49.1.2 update (#36396)

Modified Paths:
--------------
    trunk/dports/databases/couchdb/Portfile
    trunk/dports/databases/couchdb-devel/Portfile
    trunk/dports/databases/openldap/Portfile
    trunk/dports/devel/beecrypt/Portfile
    trunk/dports/devel/boost/Portfile
    trunk/dports/graphics/harfbuzz/Portfile
    trunk/dports/lang/parrot/Portfile
    trunk/dports/lang/php/Portfile
    trunk/dports/math/R/Portfile
    trunk/dports/math/R-framework/Portfile
    trunk/dports/net/yaz/Portfile
    trunk/dports/news/tin-recent/Portfile
    trunk/dports/php/php5-intl/Portfile
    trunk/dports/python/py25-pyicu/Portfile
    trunk/dports/python/py26-mapnik/Portfile
    trunk/dports/python/py26-pyicu/Portfile
    trunk/dports/textproc/sword/Portfile
    trunk/dports/textproc/vislcg3/Portfile
    trunk/dports/textproc/xercesc3/Portfile
    trunk/dports/textproc/zorba/Portfile
    trunk/dports/www/webkit-gtk/Portfile

Modified: trunk/dports/databases/couchdb/Portfile
===================================================================
--- trunk/dports/databases/couchdb/Portfile	2012-10-03 02:39:15 UTC (rev 98343)
+++ trunk/dports/databases/couchdb/Portfile	2012-10-03 03:05:15 UTC (rev 98344)
@@ -5,7 +5,7 @@
 
 name		couchdb
 version		1.2.0
-revision	1
+revision	2
 
 categories	databases
 platforms	darwin

Modified: trunk/dports/databases/couchdb-devel/Portfile
===================================================================
--- trunk/dports/databases/couchdb-devel/Portfile	2012-10-03 02:39:15 UTC (rev 98343)
+++ trunk/dports/databases/couchdb-devel/Portfile	2012-10-03 03:05:15 UTC (rev 98344)
@@ -6,6 +6,7 @@
 name                couchdb-devel
 svn.revision        1177555
 version             1.3.0a${svn.revision}
+revision            1
 
 categories          databases
 platforms           darwin

Modified: trunk/dports/databases/openldap/Portfile
===================================================================
--- trunk/dports/databases/openldap/Portfile	2012-10-03 02:39:15 UTC (rev 98343)
+++ trunk/dports/databases/openldap/Portfile	2012-10-03 03:05:15 UTC (rev 98344)
@@ -6,7 +6,7 @@
 
 name            openldap
 version         2.4.31
-revision        1
+revision        2
 categories      databases
 maintainers     landonf
 license         openldap

Modified: trunk/dports/devel/beecrypt/Portfile
===================================================================
--- trunk/dports/devel/beecrypt/Portfile	2012-10-03 02:39:15 UTC (rev 98343)
+++ trunk/dports/devel/beecrypt/Portfile	2012-10-03 03:05:15 UTC (rev 98344)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 name             beecrypt
 version          4.2.1
-revision         3
+revision         4
 platforms        darwin freebsd
 license          LGPL-2.1+
 categories       devel

Modified: trunk/dports/devel/boost/Portfile
===================================================================
--- trunk/dports/devel/boost/Portfile	2012-10-03 02:39:15 UTC (rev 98343)
+++ trunk/dports/devel/boost/Portfile	2012-10-03 03:05:15 UTC (rev 98344)
@@ -5,6 +5,7 @@
 
 name            boost
 version         1.51.0
+revision        1
 license         Boost-1
 categories      devel
 platforms       darwin

Modified: trunk/dports/graphics/harfbuzz/Portfile
===================================================================
--- trunk/dports/graphics/harfbuzz/Portfile	2012-10-03 02:39:15 UTC (rev 98343)
+++ trunk/dports/graphics/harfbuzz/Portfile	2012-10-03 03:05:15 UTC (rev 98344)
@@ -5,7 +5,7 @@
 
 name                harfbuzz
 version             0.9.3
-revision            1
+revision            2
 categories          graphics
 platforms           darwin
 maintainers         ryandesign openmaintainer

Modified: trunk/dports/lang/parrot/Portfile
===================================================================
--- trunk/dports/lang/parrot/Portfile	2012-10-03 02:39:15 UTC (rev 98343)
+++ trunk/dports/lang/parrot/Portfile	2012-10-03 03:05:15 UTC (rev 98344)
@@ -4,7 +4,7 @@
 
 name                    parrot
 version                 3.3.0
-revision        1
+revision                2
 categories              lang devel
 license                 Artistic-2
 maintainers             bfulgham coleda.com:will l2g

Modified: trunk/dports/lang/php/Portfile
===================================================================
--- trunk/dports/lang/php/Portfile	2012-10-03 02:39:15 UTC (rev 98343)
+++ trunk/dports/lang/php/Portfile	2012-10-03 03:05:15 UTC (rev 98344)
@@ -562,6 +562,8 @@
 }
 
 subport ${php}-intl {
+    revision                1
+    
     categories-append       devel
     
     description             internationalization extension for PHP

Modified: trunk/dports/math/R/Portfile
===================================================================
--- trunk/dports/math/R/Portfile	2012-10-03 02:39:15 UTC (rev 98343)
+++ trunk/dports/math/R/Portfile	2012-10-03 03:05:15 UTC (rev 98344)
@@ -6,7 +6,7 @@
 name             R
 conflicts        R-framework
 version          2.15.1
-revision         1
+revision         2
 categories       math science
 maintainers      me.com:kjell.konis
 license          {GPL-2 GPL-3}

Modified: trunk/dports/math/R-framework/Portfile
===================================================================
--- trunk/dports/math/R-framework/Portfile	2012-10-03 02:39:15 UTC (rev 98343)
+++ trunk/dports/math/R-framework/Portfile	2012-10-03 03:05:15 UTC (rev 98344)
@@ -9,7 +9,7 @@
 name                        R-framework
 conflicts                   R
 version                     ${major}.${minor}.${point}
-revision                    3
+revision                    4
 categories                  math science
 maintainers                 me.com:kjell.konis
 license                     {GPL-2 GPL-3}

Modified: trunk/dports/net/yaz/Portfile
===================================================================
--- trunk/dports/net/yaz/Portfile	2012-10-03 02:39:15 UTC (rev 98343)
+++ trunk/dports/net/yaz/Portfile	2012-10-03 03:05:15 UTC (rev 98344)
@@ -5,6 +5,7 @@
 
 name                yaz
 version             4.2.33
+revision            1
 categories          net databases devel
 platforms           darwin
 license             BSD

Modified: trunk/dports/news/tin-recent/Portfile
===================================================================
--- trunk/dports/news/tin-recent/Portfile	2012-10-03 02:39:15 UTC (rev 98343)
+++ trunk/dports/news/tin-recent/Portfile	2012-10-03 03:05:15 UTC (rev 98344)
@@ -73,7 +73,7 @@
 
 name                tin-recent
 version             1.9.6
-revision            4
+revision            5
 categories          news
 platforms           darwin
 maintainers         nomaintainer

Modified: trunk/dports/php/php5-intl/Portfile
===================================================================
--- trunk/dports/php/php5-intl/Portfile	2012-10-03 02:39:15 UTC (rev 98343)
+++ trunk/dports/php/php5-intl/Portfile	2012-10-03 03:05:15 UTC (rev 98344)
@@ -5,6 +5,7 @@
 PortGroup       php5extension 1.0
 
 php5extension.setup intl 5.3.17 bundled
+revision        1
 categories      php devel
 platforms       darwin
 maintainers     ryandesign

Modified: trunk/dports/python/py25-pyicu/Portfile
===================================================================
--- trunk/dports/python/py25-pyicu/Portfile	2012-10-03 02:39:15 UTC (rev 98343)
+++ trunk/dports/python/py25-pyicu/Portfile	2012-10-03 03:05:15 UTC (rev 98344)
@@ -5,7 +5,7 @@
 
 name            py25-pyicu
 version         0.8.1
-revision        3
+revision        4
 categories-append   textproc
 platforms       darwin
 maintainers     nomaintainer

Modified: trunk/dports/python/py26-mapnik/Portfile
===================================================================
--- trunk/dports/python/py26-mapnik/Portfile	2012-10-03 02:39:15 UTC (rev 98343)
+++ trunk/dports/python/py26-mapnik/Portfile	2012-10-03 03:05:15 UTC (rev 98344)
@@ -5,7 +5,7 @@
 
 name                 py26-mapnik
 version              0.7.1
-revision             7
+revision             8
 categories           python gis
 
 maintainers          gmail.com:dbsgeo

Modified: trunk/dports/python/py26-pyicu/Portfile
===================================================================
--- trunk/dports/python/py26-pyicu/Portfile	2012-10-03 02:39:15 UTC (rev 98343)
+++ trunk/dports/python/py26-pyicu/Portfile	2012-10-03 03:05:15 UTC (rev 98344)
@@ -5,7 +5,7 @@
 
 name            py26-pyicu
 version         0.8.1
-revision        3
+revision        4
 categories-append   textproc
 platforms       darwin
 maintainers     nomaintainer

Modified: trunk/dports/textproc/sword/Portfile
===================================================================
--- trunk/dports/textproc/sword/Portfile	2012-10-03 02:39:15 UTC (rev 98343)
+++ trunk/dports/textproc/sword/Portfile	2012-10-03 03:05:15 UTC (rev 98344)
@@ -5,7 +5,7 @@
 
 name            sword
 version         1.6.2
-revision        3
+revision        4
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      textproc
 maintainers     nomaintainer

Modified: trunk/dports/textproc/vislcg3/Portfile
===================================================================
--- trunk/dports/textproc/vislcg3/Portfile	2012-10-03 02:39:15 UTC (rev 98343)
+++ trunk/dports/textproc/vislcg3/Portfile	2012-10-03 03:05:15 UTC (rev 98344)
@@ -5,7 +5,7 @@
 
 name                    vislcg3
 version                 0.9.7.5129
-revision                3
+revision                4
 categories              textproc
 platforms               darwin
 maintainers             gmail.com:p.ixiemotion

Modified: trunk/dports/textproc/xercesc3/Portfile
===================================================================
--- trunk/dports/textproc/xercesc3/Portfile	2012-10-03 02:39:15 UTC (rev 98343)
+++ trunk/dports/textproc/xercesc3/Portfile	2012-10-03 03:05:15 UTC (rev 98344)
@@ -6,7 +6,7 @@
 name                xercesc3
 conflicts           xercesc
 version             3.1.1
-revision            4
+revision            5
 categories          textproc xml shibboleth
 maintainers         snc scantor
 license             Apache-2

Modified: trunk/dports/textproc/zorba/Portfile
===================================================================
--- trunk/dports/textproc/zorba/Portfile	2012-10-03 02:39:15 UTC (rev 98343)
+++ trunk/dports/textproc/zorba/Portfile	2012-10-03 03:05:15 UTC (rev 98344)
@@ -6,6 +6,7 @@
 
 name            zorba
 version         2.2.0
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 license         Apache-2
 categories      textproc devel

Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile	2012-10-03 02:39:15 UTC (rev 98343)
+++ trunk/dports/www/webkit-gtk/Portfile	2012-10-03 03:05:15 UTC (rev 98344)
@@ -7,7 +7,7 @@
 name		webkit-gtk
 epoch           1
 version		1.8.3
-revision        1
+revision        2
 description	Apple's WebKit HTML rendering library for GTK+
 long_description ${description}
 maintainers	jeremyhu devans
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121002/fb1e858b/attachment-0001.html>


More information about the macports-changes mailing list