[120924] users/devans/GNOME-3/stable/dports/gnome/evolution-data-server

devans at macports.org devans at macports.org
Wed Jun 11 12:25:31 PDT 2014


Revision: 120924
          https://trac.macports.org/changeset/120924
Author:   devans at macports.org
Date:     2014-06-11 12:25:31 -0700 (Wed, 11 Jun 2014)
Log Message:
-----------
GNOME-3/stable: evolution-data-server, update to version 3.12.3.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/evolution-data-server/Portfile
    users/devans/GNOME-3/stable/dports/gnome/evolution-data-server/files/patch-configure.ac.diff

Modified: users/devans/GNOME-3/stable/dports/gnome/evolution-data-server/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/evolution-data-server/Portfile	2014-06-11 19:19:20 UTC (rev 120923)
+++ users/devans/GNOME-3/stable/dports/gnome/evolution-data-server/Portfile	2014-06-11 19:25:31 UTC (rev 120924)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            evolution-data-server
-version         3.12.2
+version         3.12.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 \
@@ -18,8 +18,8 @@
 
 use_xz          yes
 
-checksums       rmd160  d1ed55fc11522b92b88facda85ea918034a2fc43 \
-                sha256  91c95e17a8c1cd1086dafcd99a40bdf8f5993770f251f8b0a10e5395e3f5a3b6
+checksums       rmd160  1e5be00a218e096ce9ae518c90882f96c37950f3 \
+                sha256  342d96446a9d6bf95bb649f14738a032c1454069201b4743c806ce0d8ad9dd7b
 
 depends_build   port:pkgconfig \
                 port:gnome-common \

Modified: users/devans/GNOME-3/stable/dports/gnome/evolution-data-server/files/patch-configure.ac.diff
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/evolution-data-server/files/patch-configure.ac.diff	2014-06-11 19:19:20 UTC (rev 120923)
+++ users/devans/GNOME-3/stable/dports/gnome/evolution-data-server/files/patch-configure.ac.diff	2014-06-11 19:25:31 UTC (rev 120924)
@@ -1,5 +1,5 @@
---- configure.ac.orig	2014-04-15 03:15:40.000000000 -0700
-+++ configure.ac	2014-04-15 03:17:48.000000000 -0700
+--- configure.ac.orig	2014-06-01 12:17:18.000000000 -0700
++++ configure.ac	2014-06-11 11:23:00.000000000 -0700
 @@ -196,7 +196,7 @@
  	-Wnested-externs"
  
@@ -20,14 +20,14 @@
  	;;
  *)
  	LDFLAGS="$LDFLAGS -Wl,--no-undefined"
-@@ -605,8 +605,8 @@
- 	AS_HELP_STRING([--with-libdb=PREFIX],
- 	[Prefix where libdb is installed]),
- 	[
--		DB_CFLAGS="-I$withval/include"
--		DB_LIBS="-L$withval/lib -ldb"
+@@ -609,8 +609,8 @@
+ 
+ if test "x$with_libdb" != "xno" ; then
+ 	if test "x$with_libdb" != "xyes" ; then
+-		DB_CFLAGS="-I$with_libdb/include"
+-		DB_LIBS="-L$with_libdb/lib -ldb"
 +		DB_CFLAGS="-I$prefix/include/db46"
 +		DB_LIBS="-L$prefix/lib/db46 -ldb"
- 	],
- 	[
+ 	else
  		if test -z "$DB_CFLAGS" -a -z "$DB_LIBS"; then
+ 			DB_CFLAGS=""
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140611/a96c42c4/attachment.html>


More information about the macports-changes mailing list