diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-02-19 16:59:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-02-19 16:59:58 +0000 |
commit | 99df0e08ccec4ed30a6ffb88c504046cd2a823dc (patch) | |
tree | c4dcaaf004fe17fd391b04f1cc056cd3a81901b7 /palm | |
parent | 74f44514d81282a0e68d1a63e9b3a413b4c3f4b8 (diff) |
- Update to 0.2.2
PR: 131730
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=228657
Diffstat (limited to 'palm')
-rw-r--r-- | palm/synce-gvfs/Makefile | 2 | ||||
-rw-r--r-- | palm/synce-gvfs/distinfo | 6 | ||||
-rw-r--r-- | palm/synce-gvfs/files/patch-configure | 20 |
3 files changed, 4 insertions, 24 deletions
diff --git a/palm/synce-gvfs/Makefile b/palm/synce-gvfs/Makefile index 0d882e38b548..6364f2977cdf 100644 --- a/palm/synce-gvfs/Makefile +++ b/palm/synce-gvfs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= synce-gvfs -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= palm MASTER_SITES= SF/synce diff --git a/palm/synce-gvfs/distinfo b/palm/synce-gvfs/distinfo index 02ef4ce4260b..73729d357019 100644 --- a/palm/synce-gvfs/distinfo +++ b/palm/synce-gvfs/distinfo @@ -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 diff --git a/palm/synce-gvfs/files/patch-configure b/palm/synce-gvfs/files/patch-configure deleted file mode 100644 index f3c21b6cc552..000000000000 --- a/palm/synce-gvfs/files/patch-configure +++ /dev/null @@ -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" |