From c35a57ab37118b0255ccbd085b5c194dd94e644d Mon Sep 17 00:00:00 2001
From: marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>
Date: Tue, 10 Feb 2004 01:28:58 +0000
Subject: Update to 0.0.7.

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1806 df743ca5-7f9a-e211-a948-0013205c9059
---
 databases/evolution-data-server/Makefile           |  3 +--
 databases/evolution-data-server/distinfo           |  3 ++-
 .../evolution-data-server/files/patch-ltmain.sh    | 30 +++++++++++-----------
 databases/evolution-data-server/pkg-plist          |  5 ++--
 4 files changed, 21 insertions(+), 20 deletions(-)

diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile
index 83206db67..9209db993 100644
--- a/databases/evolution-data-server/Makefile
+++ b/databases/evolution-data-server/Makefile
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	evolution-data-server
-PORTVERSION=	0.0.6
-PORTREVISION=	2
+PORTVERSION=	0.0.7
 CATEGORIES=	databases gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=	sources/${PORTNAME}/0.0
diff --git a/databases/evolution-data-server/distinfo b/databases/evolution-data-server/distinfo
index 003625e17..d2903e99a 100644
--- a/databases/evolution-data-server/distinfo
+++ b/databases/evolution-data-server/distinfo
@@ -1 +1,2 @@
-MD5 (gnome2/evolution-data-server-0.0.6.tar.bz2) = ffc4b485f3a40aaaaae163c08df5cb4e
+MD5 (gnome2/evolution-data-server-0.0.7.tar.bz2) = caeb136484ccd7344cc2eccf27bf5347
+SIZE (gnome2/evolution-data-server-0.0.7.tar.bz2) = 5283873
diff --git a/databases/evolution-data-server/files/patch-ltmain.sh b/databases/evolution-data-server/files/patch-ltmain.sh
index b0b94ff47..96b9d2d83 100644
--- a/databases/evolution-data-server/files/patch-ltmain.sh
+++ b/databases/evolution-data-server/files/patch-ltmain.sh
@@ -1,15 +1,15 @@
---- ltmain.sh.orig	Sat Dec  6 14:47:45 2003
-+++ ltmain.sh	Tue Dec  9 12:35:43 2003
-@@ -1280,7 +1280,7 @@
+--- ltmain.sh.orig	Sat Feb  8 09:47:44 2003
++++ ltmain.sh	Mon Feb  9 20:07:47 2004
+@@ -1075,7 +1075,7 @@
  	  esac
- 	elif test "X$arg" = "X-lc_r"; then
- 	 case $host in
+ 	 elif test "X$arg" = "X-lc_r"; then
+ 	  case $host in
 -	 *-*-openbsd* | *-*-freebsd*)
 +	 *-*-openbsd* | *-*-freebsd4*)
- 	   # Do not include libc_r directly, use -pthread flag.
- 	   continue
- 	   ;;
-@@ -1290,8 +1290,16 @@
+ 	    # Do not include libc_r directly, use -pthread flag.
+ 	    continue
+ 	    ;;
+@@ -1085,8 +1085,16 @@
  	continue
  	;;
  
@@ -26,17 +26,17 @@
  	continue
  	;;
  
-@@ -3000,6 +3008,9 @@
- 	    # problems, so we reset it completely
- 	    verstring=
+@@ -2503,6 +2511,9 @@
+ 	  *-*-openbsd* | *-*-freebsd*)
+ 	    # Do not include libc due to us having libc/libc_r.
  	    ;;
 +	  *-*-freebsd*)
 +	    # FreeBSD doesn't need this...
 +	    ;;
  	  *)
- 	    verstring="0.0"
- 	    ;;
-@@ -5428,10 +5439,12 @@
+ 	    # Add libc to deplibs on all other systems if necessary.
+ 	    if test $build_libtool_need_lc = "yes"; then
+@@ -4330,10 +4341,12 @@
  	fi
  
  	# Install the pseudo-library for information purposes.
diff --git a/databases/evolution-data-server/pkg-plist b/databases/evolution-data-server/pkg-plist
index 813132aef..58604d4c1 100644
--- a/databases/evolution-data-server/pkg-plist
+++ b/databases/evolution-data-server/pkg-plist
@@ -105,10 +105,10 @@ include/evolution-data-server-%%VERSION%%/libical/vcc.h
 include/evolution-data-server-%%VERSION%%/libical/vobject.h
 lib/libebook.a
 lib/libebook.so
-lib/libebook.so.3
+lib/libebook.so.4
 lib/libecal.a
 lib/libecal.so
-lib/libecal.so.2
+lib/libecal.so.3
 lib/libedata-book.a
 lib/libedata-book.so
 lib/libedata-book.so.0
@@ -563,6 +563,7 @@ share/locale/fi/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
 share/locale/fr/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
 share/locale/ga/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
 share/locale/gl/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
+share/locale/hr/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
 share/locale/hu/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
 share/locale/it/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
 share/locale/ja/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
-- 
cgit