[45338] trunk/dports/gnome/evolution-data-server

devans at macports.org devans at macports.org
Tue Jan 13 14:22:17 PST 2009


Revision: 45338
          http://trac.macports.org/changeset/45338
Author:   devans at macports.org
Date:     2009-01-13 14:22:17 -0800 (Tue, 13 Jan 2009)
Log Message:
-----------
evolution-data-server: update to version 2.24.3.  Delete dependency on db46 as configure can't find it anyway and uses its own local copy.

Modified Paths:
--------------
    trunk/dports/gnome/evolution-data-server/Portfile
    trunk/dports/gnome/evolution-data-server/files/patch-calendar-libical-src-libical-icaltz-util.c.diff

Modified: trunk/dports/gnome/evolution-data-server/Portfile
===================================================================
--- trunk/dports/gnome/evolution-data-server/Portfile	2009-01-13 22:00:03 UTC (rev 45337)
+++ trunk/dports/gnome/evolution-data-server/Portfile	2009-01-13 22:22:17 UTC (rev 45338)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name		evolution-data-server
-version		2.24.2
+version		2.24.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 \
@@ -15,22 +15,21 @@
 homepage	http://www.gnome.org/
 master_sites	gnome:sources/evolution-data-server/${branch}/
 
-checksums       md5     ee08e677d30fadd58e53e6e064d4ae6e \
-                sha1    8c4988446c6a8552972974800766eb536fcf267c \
-                rmd160  703b064095b960954ebb0621e15887731c429010
+checksums       md5     fc0b48f6246ed700fcc2b9f52538dd85 \
+                sha1    079a2a0a139d4073e7a4122c81271695dfc56de8 \
+                rmd160  f0a83cf0d77c7798f6d0dbaa0dd9c77198629740
 
 depends_lib	port:gnome-platform-suite \
 		port:libsoup \
 		port:libiconv \
 		port:nspr \
-		port:db46 \
 		port:nss \
 		port:gnome-keyring \
 		port:sqlite3
 
 use_bzip2 	yes
 
-patchfiles	patch-calendar-libical-src-libical-icaltz-util.c.diff
+patchfiles      patch-calendar-libical-src-libical-icaltz-util.c.diff
 
 configure.args	--enable-static \
 		--enable-nss \

Modified: trunk/dports/gnome/evolution-data-server/files/patch-calendar-libical-src-libical-icaltz-util.c.diff
===================================================================
--- trunk/dports/gnome/evolution-data-server/files/patch-calendar-libical-src-libical-icaltz-util.c.diff	2009-01-13 22:00:03 UTC (rev 45337)
+++ trunk/dports/gnome/evolution-data-server/files/patch-calendar-libical-src-libical-icaltz-util.c.diff	2009-01-13 22:22:17 UTC (rev 45338)
@@ -1,13 +1,12 @@
---- ./calendar/libical/src/libical/icaltz-util.orig	2008-04-02 18:33:48.000000000 -0600
-+++ ./calendar/libical/src/libical/icaltz-util.c	2008-04-02 18:34:10.000000000 -0600
-@@ -30,8 +30,8 @@
- #define BYTE_ORDER LITTLE_ENDIAN
- #define bswap_32(val) ((((val) & 0x000000ffU) << 24) | (((val) & 0x0000ff00U) <<  8) | (((val) & 0x00ff0000U) >>  8) | (((val) & 0xff000000U) >> 24))
+--- calendar/libical/src/libical/icaltz-util.c.orig	2008-12-22 01:49:23.000000000 -0800
++++ calendar/libical/src/libical/icaltz-util.c	2009-01-13 12:26:17.000000000 -0800
+@@ -32,7 +32,8 @@
+ #include <byteswap.h>
+ #include <endian.h>
  #else
--#include <byteswap.h>
--#include <endian.h>
+-#include <sys/endian.h>
 +#define bswap_32(val) ((((val) & 0x000000ffU) << 24) | (((val) & 0x0000ff00U) <<  8) | (((val) & 0x00ff0000U) >>  8) | (((val) & 0xff000000U) >> 24))
 +#include <machine/endian.h>
  #endif
- #endif
  #include <limits.h>
+ #include <time.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090113/1c06d489/attachment.html>


More information about the macports-changes mailing list