[105351] trunk/dports/gnome/libgdamm4/Portfile

devans at macports.org devans at macports.org
Thu Apr 18 14:18:04 PDT 2013


Revision: 105351
          https://trac.macports.org/changeset/105351
Author:   devans at macports.org
Date:     2013-04-18 14:18:04 -0700 (Thu, 18 Apr 2013)
Log Message:
-----------
libgdamm4: use xz compressed distfile and add +docs default variant, dependencies.

Modified Paths:
--------------
    trunk/dports/gnome/libgdamm4/Portfile

Modified: trunk/dports/gnome/libgdamm4/Portfile
===================================================================
--- trunk/dports/gnome/libgdamm4/Portfile	2013-04-18 21:09:00 UTC (rev 105350)
+++ trunk/dports/gnome/libgdamm4/Portfile	2013-04-18 21:18:04 UTC (rev 105351)
@@ -6,6 +6,7 @@
 name		libgdamm4
 set gname       libgdamm
 version		4.1.3
+revision        1
 license         LGPL-2.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 
@@ -22,16 +23,26 @@
 dist_subdir     ${gname}
 distname        ${gname}-${version}
 
-checksums       sha1    fa3d845c7bd3f1d8a10557af12313e000130d3f8 \
-                rmd160  27ed781f99727960e1839b5bd40043f5e59f71bc
+use_xz          yes
 
-use_bzip2       yes
+checksums       rmd160  369ad1cdef3e773a25f287406206f2b4db432b58 \
+                sha256  9e7c04544fb580d8b00216ca191ab863dff73abec0e569159f4aa640f6319881
 
-depends_build   port:pkgconfig
+depends_build   port:pkgconfig \
+                port:mm-common
 
 depends_lib	port:glibmm \
                 port:libgda4
 
+configure.args  --disable-documentation
+
+variant docs description {Build and install documentation} {
+        configure.args-replace --disable-documentation --enable-documentation
+        depends_build-append port:graphviz port:doxygen port:libxslt
+}
+
+default_variants +docs
+
 livecheck.type  gnome-with-unstable
 livecheck.name  ${gname}
 livecheck.regex {LATEST-IS-(4\.[0-8](?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130418/1c2125de/attachment.html>


More information about the macports-changes mailing list