Index: Makefile =================================================================== RCS file: /home/pcvs/ports/palm/synce-gvfs/Makefile,v --- Makefile 15 Jan 2009 01:19:03 -0000 1.26 +++ Makefile 16 Feb 2009 03:11:12 -0000 @@ -6,7 +6,7 @@ # PORTNAME= synce-gvfs -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= palm MASTER_SITES= SF/synce Index: distinfo =================================================================== RCS file: /home/pcvs/ports/palm/synce-gvfs/distinfo,v --- distinfo 15 Jan 2009 01:19:03 -0000 1.7 +++ distinfo 16 Feb 2009 03:11:24 -0000 @@ -1,3 +1,3 @@ -MD5 (synce-gvfs-0.2.1.tar.gz) = 33fd3a75cb9e9d4059cc3be5507065dd -SHA256 (synce-gvfs-0.2.1.tar.gz) = 186e805bbcfe33642faf54cc00f45d945dbb2086b7fa5f7f24428211772feff9 -SIZE (synce-gvfs-0.2.1.tar.gz) = 400802 +MD5 (synce-gvfs-0.2.2.tar.gz) = a0318fdcab581677253975ef244f7366 +SHA256 (synce-gvfs-0.2.2.tar.gz) = 651a6dd572a28d75be5a7b11f28d4818a90146d3dc8b7d12a2829a7100c7f18a +SIZE (synce-gvfs-0.2.2.tar.gz) = 400825 Index: files/patch-configure =================================================================== RCS file: files/patch-configure --- files/patch-configure 15 Jan 2009 01:19:03 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,20 +0,0 @@ ---- configure.orig 2009-01-11 06:25:20.000000000 +0900 -+++ configure 2009-01-13 09:14:55.000000000 +0900 -@@ -12634,7 +12634,7 @@ - with_gvfs_source="no" - fi - -- if test "x$with_gvfs_source" == xno; then -+ if test "x$with_gvfs_source" = xno; then - LOCAL_LIBDAEMON_SRC_TRUE= - LOCAL_LIBDAEMON_SRC_FALSE='#' - else -@@ -12642,7 +12642,7 @@ - LOCAL_LIBDAEMON_SRC_FALSE= - fi - --if test "x$with_gvfs_source" == "xno"; then -+if test "x$with_gvfs_source" = "xno"; then - { echo "$as_me:$LINENO: Assuming an internal gvfs source tree" >&5 - echo "$as_me: Assuming an internal gvfs source tree" >&6;} - with_gvfs_source="${srcdir}/gvfs"