Revision: 53105 http://trac.macports.org/changeset/53105 Author: devans@macports.org Date: 2009-06-29 10:47:39 -0700 (Mon, 29 Jun 2009) Log Message: ----------- GNOME_2_27/gnome/evolution-data-server: * update to version 2.27.3 * update dependencies, no longer depends on libgnomeui * patch configure.ac now rather than configure.in Modified Paths: -------------- users/devans/GNOME_2_27/gnome/evolution-data-server/Portfile Added Paths: ----------- users/devans/GNOME_2_27/gnome/evolution-data-server/files/patch-configure.ac.diff Removed Paths: ------------- users/devans/GNOME_2_27/gnome/evolution-data-server/files/patch-configure.in.diff Modified: users/devans/GNOME_2_27/gnome/evolution-data-server/Portfile =================================================================== --- users/devans/GNOME_2_27/gnome/evolution-data-server/Portfile 2009-06-29 17:36:51 UTC (rev 53104) +++ users/devans/GNOME_2_27/gnome/evolution-data-server/Portfile 2009-06-29 17:47:39 UTC (rev 53105) @@ -4,8 +4,7 @@ PortSystem 1.0 name evolution-data-server -version 2.26.2 -revision 1 +version 2.27.3 set branch [join [lrange [split ${version} .] 0 1] .] description Addressbook and calender libs for GNOME. long_description Evolution Data Server provides a central location for \ @@ -16,23 +15,29 @@ homepage http://www.gnome.org/ master_sites gnome:sources/${name}/${branch}/ -checksums md5 fdd2a38f885b466c3c65af0be3356dc2 \ - sha1 ca60a350259c6bc297cc0c324c5908a3d08ac4e3 \ - rmd160 c8ede51a8537dc9db96a796a0904f0fedcc25f37 +checksums md5 9945260a68c91d8d088b8bbcf75ccd9a \ + sha1 b00a0c39abe06e56a47b780ea6962fc91e94c686 \ + rmd160 4bfe0c3de11cebdc8d12381fd6f224b312830cba depends_build port:pkgconfig \ port:intltool \ port:p5-xml-parser \ port:gtk-doc -depends_lib port:libgnomeui \ +depends_lib port:gconf \ + port:libbonobo \ + port:libglade2 \ + port:libxml2 \ + port:libsoup \ + port:nss \ + port:gnome-keyring \ port:libgweather \ port:libical \ - port:nss + port:sqlite3 use_bzip2 yes -patchfiles patch-configure.in.diff +patchfiles patch-configure.ac.diff use_autoconf yes Added: users/devans/GNOME_2_27/gnome/evolution-data-server/files/patch-configure.ac.diff =================================================================== --- users/devans/GNOME_2_27/gnome/evolution-data-server/files/patch-configure.ac.diff (rev 0) +++ users/devans/GNOME_2_27/gnome/evolution-data-server/files/patch-configure.ac.diff 2009-06-29 17:47:39 UTC (rev 53105) @@ -0,0 +1,16 @@ +--- configure.ac.orig 2009-06-29 07:12:46.000000000 -0700 ++++ configure.ac 2009-06-29 07:14:21.000000000 -0700 +@@ -342,12 +342,10 @@ + #include <iconv.h> + #include <stdlib.h>],[ + +-int main (int argc, char **argv) +-{ + iconv_t cd; + cd = iconv_open ("UTF-8", "ISO-8859-1"); + exit (0); +-} ++ + ], ac_cv_libiconv=yes, ac_cv_libiconv=no)) + if test $ac_cv_libiconv = yes; then + ICONV_LIBS="$ICONV_LIBS -liconv" Deleted: users/devans/GNOME_2_27/gnome/evolution-data-server/files/patch-configure.in.diff =================================================================== --- users/devans/GNOME_2_27/gnome/evolution-data-server/files/patch-configure.in.diff 2009-06-29 17:36:51 UTC (rev 53104) +++ users/devans/GNOME_2_27/gnome/evolution-data-server/files/patch-configure.in.diff 2009-06-29 17:47:39 UTC (rev 53105) @@ -1,16 +0,0 @@ ---- configure.in.orig 2009-04-27 08:32:48.000000000 -0700 -+++ configure.in 2009-04-27 08:34:00.000000000 -0700 -@@ -316,12 +316,10 @@ - #include <iconv.h> - #include <stdlib.h>],[ - --int main (int argc, char **argv) --{ - iconv_t cd; - cd = iconv_open ("UTF-8", "ISO-8859-1"); - exit (0); --} -+ - ], ac_cv_libiconv=yes, ac_cv_libiconv=no)) - if test $ac_cv_libiconv = yes; then - ICONV_LIBS="$ICONV_LIBS -liconv"