diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-06 17:26:09 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-06 17:26:09 +0800 |
commit | 284c982b30ffafbef55d83d5167ac5f3b3464131 (patch) | |
tree | 2013bcaec68b88cd61817c22f549805c1d191bbc | |
parent | 8c077f9a253613af38946e3f3f5954fe7f30d3df (diff) | |
download | marcuscom-ports-284c982b30ffafbef55d83d5167ac5f3b3464131.tar marcuscom-ports-284c982b30ffafbef55d83d5167ac5f3b3464131.tar.gz marcuscom-ports-284c982b30ffafbef55d83d5167ac5f3b3464131.tar.bz2 marcuscom-ports-284c982b30ffafbef55d83d5167ac5f3b3464131.tar.lz marcuscom-ports-284c982b30ffafbef55d83d5167ac5f3b3464131.tar.xz marcuscom-ports-284c982b30ffafbef55d83d5167ac5f3b3464131.tar.zst marcuscom-ports-284c982b30ffafbef55d83d5167ac5f3b3464131.zip |
Update to 0.0.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1960 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | databases/evolution-data-server/Makefile | 2 | ||||
-rw-r--r-- | databases/evolution-data-server/distinfo | 4 | ||||
-rw-r--r-- | databases/evolution-data-server/files/patch-ltmain.sh | 30 | ||||
-rw-r--r-- | databases/evolution-data-server/pkg-plist | 6 |
4 files changed, 21 insertions, 21 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 9209db993..3c8ef02b3 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME= evolution-data-server -PORTVERSION= 0.0.7 +PORTVERSION= 0.0.90 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 d2903e99a..e52f2de72 100644 --- a/databases/evolution-data-server/distinfo +++ b/databases/evolution-data-server/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/evolution-data-server-0.0.7.tar.bz2) = caeb136484ccd7344cc2eccf27bf5347 -SIZE (gnome2/evolution-data-server-0.0.7.tar.bz2) = 5283873 +MD5 (gnome2/evolution-data-server-0.0.90.tar.bz2) = a5a4508ce7ce23cd18f93df1a3052fbf +SIZE (gnome2/evolution-data-server-0.0.90.tar.bz2) = 5322282 diff --git a/databases/evolution-data-server/files/patch-ltmain.sh b/databases/evolution-data-server/files/patch-ltmain.sh index 96b9d2d83..34878b402 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 Feb 8 09:47:44 2003 -+++ ltmain.sh Mon Feb 9 20:07:47 2004 -@@ -1075,7 +1075,7 @@ +--- ltmain.sh.orig Fri Mar 5 10:05:44 2004 ++++ ltmain.sh Sat Mar 6 03:49:19 2004 +@@ -1349,7 +1349,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 - ;; -@@ -1085,8 +1085,16 @@ + # Do not include libc_r directly, use -pthread flag. + continue + ;; +@@ -1364,8 +1364,16 @@ continue ;; @@ -26,17 +26,17 @@ continue ;; -@@ -2503,6 +2511,9 @@ - *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. +@@ -3059,6 +3067,9 @@ + # problems, so we reset it completely + verstring= ;; + *-*-freebsd*) + # FreeBSD doesn't need this... + ;; *) - # Add libc to deplibs on all other systems if necessary. - if test $build_libtool_need_lc = "yes"; then -@@ -4330,10 +4341,12 @@ + verstring="0.0" + ;; +@@ -5531,10 +5542,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 58604d4c1..d6a57dbb0 100644 --- a/databases/evolution-data-server/pkg-plist +++ b/databases/evolution-data-server/pkg-plist @@ -105,16 +105,16 @@ 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.4 +lib/libebook.so.5 lib/libecal.a lib/libecal.so -lib/libecal.so.3 +lib/libecal.so.4 lib/libedata-book.a lib/libedata-book.so lib/libedata-book.so.0 lib/libedata-cal.a lib/libedata-cal.so -lib/libedata-cal.so.3 +lib/libedata-cal.so.4 lib/libedataserver.a lib/libedataserver.so lib/libedataserver.so.3 |