[51583] trunk/dports/gnome/evolution-data-server/Portfile

devans at macports.org devans at macports.org
Wed May 27 21:41:58 PDT 2009


Revision: 51583
          http://trac.macports.org/changeset/51583
Author:   devans at macports.org
Date:     2009-05-27 21:41:56 -0700 (Wed, 27 May 2009)
Log Message:
-----------
evolution-data-server:

  * apply patch supplied by geekdaily.org:jim making  generation of gtk-doc docs a variant
  * change variant name to gtk_doc (no dashes in variant names)
  * add geekdaily.org:jim as maintainer per his request

Modified Paths:
--------------
    trunk/dports/gnome/evolution-data-server/Portfile

Modified: trunk/dports/gnome/evolution-data-server/Portfile
===================================================================
--- trunk/dports/gnome/evolution-data-server/Portfile	2009-05-28 03:57:09 UTC (rev 51582)
+++ trunk/dports/gnome/evolution-data-server/Portfile	2009-05-28 04:41:56 UTC (rev 51583)
@@ -9,7 +9,7 @@
 description     Addressbook and calender libs for GNOME.
 long_description    Evolution Data Server provides a central location for \
                     addressbook and calendar in the GNOME Desktop.
-maintainers     nomaintainer
+maintainers     geekdaily.org:jim
 categories      gnome
 platforms       darwin
 homepage        http://www.gnome.org/
@@ -37,7 +37,6 @@
         --enable-gnome-keyring \
         --enable-ipv6 \
         --enable-nntp \
-        --enable-gtk-doc \
         --with-libiconv=${prefix} \
         --with-nspr-includes=${prefix}/include/nspr  \
         --with-nspr-libs=${prefix}/lib/nspr  \
@@ -52,6 +51,10 @@
     }
 }
 
+variant gtk_doc description {Build gtk-doc documentation} {
+  configure.args-append --enable-gtk-doc
+}
+
 livecheck.check regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090527/f069562a/attachment.html>


More information about the macports-changes mailing list