View | Details | Raw Unified | Return to bug 131730
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	synce-gvfs
8
PORTNAME=	synce-gvfs
9
PORTVERSION=	0.2.1
9
PORTVERSION=	0.2.2
10
CATEGORIES=	palm
10
CATEGORIES=	palm
11
MASTER_SITES=	SF/synce
11
MASTER_SITES=	SF/synce
12
12
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (synce-gvfs-0.2.1.tar.gz) = 33fd3a75cb9e9d4059cc3be5507065dd
1
MD5 (synce-gvfs-0.2.2.tar.gz) = a0318fdcab581677253975ef244f7366
2
SHA256 (synce-gvfs-0.2.1.tar.gz) = 186e805bbcfe33642faf54cc00f45d945dbb2086b7fa5f7f24428211772feff9
2
SHA256 (synce-gvfs-0.2.2.tar.gz) = 651a6dd572a28d75be5a7b11f28d4818a90146d3dc8b7d12a2829a7100c7f18a
3
SIZE (synce-gvfs-0.2.1.tar.gz) = 400802
3
SIZE (synce-gvfs-0.2.2.tar.gz) = 400825
(-)files/patch-configure (-20 lines)
Removed Link Here
1
--- configure.orig	2009-01-11 06:25:20.000000000 +0900
2
+++ configure	2009-01-13 09:14:55.000000000 +0900
3
@@ -12634,7 +12634,7 @@
4
   with_gvfs_source="no"
5
 fi
6
 
7
- if test "x$with_gvfs_source" == xno; then
8
+ if test "x$with_gvfs_source" = xno; then
9
   LOCAL_LIBDAEMON_SRC_TRUE=
10
   LOCAL_LIBDAEMON_SRC_FALSE='#'
11
 else
12
@@ -12642,7 +12642,7 @@
13
   LOCAL_LIBDAEMON_SRC_FALSE=
14
 fi
15
 
16
-if test "x$with_gvfs_source" == "xno"; then
17
+if test "x$with_gvfs_source" = "xno"; then
18
     { echo "$as_me:$LINENO: Assuming an internal gvfs source tree" >&5
19
 echo "$as_me: Assuming an internal gvfs source tree" >&6;}
20
     with_gvfs_source="${srcdir}/gvfs"

Return to bug 131730