[105718] trunk/dports/gnome

devans at macports.org devans at macports.org
Fri May 3 13:27:04 PDT 2013


Revision: 105718
          https://trac.macports.org/changeset/105718
Author:   devans at macports.org
Date:     2013-05-03 13:27:04 -0700 (Fri, 03 May 2013)
Log Message:
-----------
libgdamm[45]: remove build dependencies only necessary if re-building code and docs using autogen.sh.

Modified Paths:
--------------
    trunk/dports/gnome/folks/Portfile
    trunk/dports/gnome/gnome-python-extras/Portfile
    trunk/dports/gnome/libgdamm4/Portfile
    trunk/dports/gnome/libgdamm5/Portfile

Modified: trunk/dports/gnome/folks/Portfile
===================================================================
--- trunk/dports/gnome/folks/Portfile	2013-05-03 20:06:56 UTC (rev 105717)
+++ trunk/dports/gnome/folks/Portfile	2013-05-03 20:27:04 UTC (rev 105718)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            folks
-version         0.4.3
+version         0.8.0
 license         LGPL-2.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      gnome comms
@@ -20,10 +20,10 @@
 homepage        http://telepathy.freedesktop.org/wiki/Folks
 master_sites    gnome:sources/${name}/${branch}/
 
-use_bzip2       yes
+use_xz          yes
 
-checksums       sha1    f3c08a828bc06282745d57d7d007b9b281a04c76 \
-                rmd160  8afa36c6969393ec11fb6436d463576fac3ab195
+checksums       rmd160  9c6103ee2c63af30cec6a7ef9e966240a60bcef3 \
+                sha256  8c56c7594dd502ef5877e93181136e41f4ea03de4971372a7a04e7f1492eed9d
 
 depends_build   port:pkgconfig \
                 port:vala \

Modified: trunk/dports/gnome/gnome-python-extras/Portfile
===================================================================
--- trunk/dports/gnome/gnome-python-extras/Portfile	2013-05-03 20:06:56 UTC (rev 105717)
+++ trunk/dports/gnome/gnome-python-extras/Portfile	2013-05-03 20:27:04 UTC (rev 105718)
@@ -23,7 +23,7 @@
 
 use_bzip2	yes
 
-depends_lib	port:py25-gnome \
+depends_lib	port:py27-gnome \
 		port:gdl \
 		port:libgda4 \
 		port:libgtkhtml
@@ -32,7 +32,7 @@
             patch-gdl-gdl-defs.diff \
             patch-pygobject
 
-configure.python ${prefix}/bin/python2.5
+configure.python ${prefix}/bin/python2.7
 
 platform darwin 9 {
     post-patch {

Modified: trunk/dports/gnome/libgdamm4/Portfile
===================================================================
--- trunk/dports/gnome/libgdamm4/Portfile	2013-05-03 20:06:56 UTC (rev 105717)
+++ trunk/dports/gnome/libgdamm4/Portfile	2013-05-03 20:27:04 UTC (rev 105718)
@@ -28,17 +28,15 @@
 checksums       rmd160  369ad1cdef3e773a25f287406206f2b4db432b58 \
                 sha256  9e7c04544fb580d8b00216ca191ab863dff73abec0e569159f4aa640f6319881
 
-depends_build   port:pkgconfig \
-                port:mm-common
+depends_build   port:pkgconfig
 
 depends_lib	port:glibmm \
                 port:libgda4
 
 configure.args  --disable-documentation
 
-variant docs description {Build and install documentation} {
+variant docs description {Install documentation} {
         configure.args-replace --disable-documentation --enable-documentation
-        depends_build-append path:bin/dot:graphviz port:doxygen port:libxslt
 }
 
 default_variants +docs

Modified: trunk/dports/gnome/libgdamm5/Portfile
===================================================================
--- trunk/dports/gnome/libgdamm5/Portfile	2013-05-03 20:06:56 UTC (rev 105717)
+++ trunk/dports/gnome/libgdamm5/Portfile	2013-05-03 20:27:04 UTC (rev 105718)
@@ -27,17 +27,15 @@
 checksums       rmd160  731275e6af46f1625c5489b8a910b412ef2070cf \
                 sha256  5b864ddc7d5555c6c2d7fb5c6a3856c690911d12837148511a7b9f85100ca06c
 
-depends_build   port:pkgconfig \
-                port:mm-common
+depends_build   port:pkgconfig
 
 depends_lib	port:glibmm \
                 port:libgda5
 
 configure.args  --disable-documentation
 
-variant docs description {Build and install documentation} {
+variant docs description {Install documentation} {
         configure.args-replace --disable-documentation --enable-documentation
-        depends_build-append path:bin/dot:graphviz port:doxygen port:libxslt
 }
 
 default_variants +docs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130503/703ae483/attachment-0001.html>


More information about the macports-changes mailing list