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

(-)Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	synce-gvfs
8
PORTNAME=	synce-gvfs
9
PORTVERSION=	0.1
9
PORTVERSION=	0.2.1
10
CATEGORIES=	palm
10
CATEGORIES=	palm
11
MASTER_SITES=	SF/synce
11
MASTER_SITES=	SF/synce
12
12
Lines 18-24 Link Here
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
USE_GMAKE=	yes
19
USE_GMAKE=	yes
20
USE_GETTEXT=	yes
20
USE_GETTEXT=	yes
21
USE_GNOME=	gnomeprefix gnomehack gnometarget gvfs
21
USE_GNOME=	gnomeprefix gnomehack gvfs
22
INSTALLS_ICONS=	yes
22
INSTALLS_ICONS=	yes
23
LDFLAGS+=	-L${LOCALBASE}/lib
23
LDFLAGS+=	-L${LOCALBASE}/lib
24
CFLAGS+=	-I${LOCALBASE}/include
24
CFLAGS+=	-I${LOCALBASE}/include
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (synce-gvfs-0.1.tar.gz) = 0ab01d4c520f7c1f419cfcd6e014f340
1
MD5 (synce-gvfs-0.2.1.tar.gz) = 33fd3a75cb9e9d4059cc3be5507065dd
2
SHA256 (synce-gvfs-0.1.tar.gz) = 9fd621534bdb200397e74ee4cf9bd17ac828c32c85b0f956fb80d2ab1dfeb7d5
2
SHA256 (synce-gvfs-0.2.1.tar.gz) = 186e805bbcfe33642faf54cc00f45d945dbb2086b7fa5f7f24428211772feff9
3
SIZE (synce-gvfs-0.1.tar.gz) = 461277
3
SIZE (synce-gvfs-0.2.1.tar.gz) = 400802
(-)pkg-plist (+5 lines)
Lines 1-6 Link Here
1
libexec/gvfsd-synce
1
libexec/gvfsd-synce
2
share/gvfs/mounts/synce.mount
2
share/gvfs/mounts/synce.mount
3
share/icons/gnome/48x48/apps/synce-gvfs.png
3
share/icons/gnome/48x48/apps/synce-gvfs.png
4
share/mime/application/x-pocket-excel.xml
5
share/mime/application/x-pocket-word.xml
6
share/mime/packages/synce-gvfs.xml
7
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
8
@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
4
@dirrmtry share/gvfs/mounts
9
@dirrmtry share/gvfs/mounts
5
@dirrmtry share/gvfs
10
@dirrmtry share/gvfs
6
@dirrmtry share/icons/gnome/48x48/apps
11
@dirrmtry share/icons/gnome/48x48/apps
(-)files/patch-configure (+20 lines)
Added 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 130540