[121313] users/devans/GNOME-3/unstable/dports/gnome/evolution-data-server

devans at macports.org devans at macports.org
Mon Jun 23 03:03:00 PDT 2014


Revision: 121313
          https://trac.macports.org/changeset/121313
Author:   devans at macports.org
Date:     2014-06-23 03:03:00 -0700 (Mon, 23 Jun 2014)
Log Message:
-----------
GNOME-3/unstable: evolution-data-server, update to version 3.13.3.

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

Modified: users/devans/GNOME-3/unstable/dports/gnome/evolution-data-server/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/evolution-data-server/Portfile	2014-06-23 10:02:14 UTC (rev 121312)
+++ users/devans/GNOME-3/unstable/dports/gnome/evolution-data-server/Portfile	2014-06-23 10:03:00 UTC (rev 121313)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            evolution-data-server
-version         3.13.2
+version         3.13.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  58f371e8dd4d1e6245420b5b996b7ebaa3bbf60a \
-                sha256  b4cca149d421ab44f0ced52e8a9f3e54ffbd1e40e77b28f76706fc63be2a90ab
+checksums       rmd160  dd2207cd12675a55558db218a7b066a406346e63 \
+                sha256  684a4d126bbfb7adb33a45b0e337613d4e0a0a977bf44a11777f7b1eca4592c9
 
 depends_build   port:pkgconfig \
                 port:gnome-common \

Modified: users/devans/GNOME-3/unstable/dports/gnome/evolution-data-server/files/patch-configure.ac.diff
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/evolution-data-server/files/patch-configure.ac.diff	2014-06-23 10:02:14 UTC (rev 121312)
+++ users/devans/GNOME-3/unstable/dports/gnome/evolution-data-server/files/patch-configure.ac.diff	2014-06-23 10:03:00 UTC (rev 121313)
@@ -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-18 23:40:45.000000000 -0700
++++ configure.ac	2014-06-23 02:32:05.000000000 -0700
 @@ -196,7 +196,7 @@
  	-Wnested-externs"
  
@@ -9,7 +9,7 @@
  
  AS_COMPILER_FLAGS(WARNING_FLAGS, [$proposed_c_warning_flags])
  AC_SUBST(WARNING_FLAGS)
-@@ -317,8 +317,8 @@
+@@ -314,8 +314,8 @@
  
  dnl This must appear after AC_CANONICAL_HOST, which defines $host.
  case "$host" in
@@ -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"
+@@ -606,8 +606,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/20140623/7fe6e4cd/attachment.html>


More information about the macports-changes mailing list