summaryrefslogtreecommitdiff
path: root/mail/claws-mail-synce
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-21 14:34:33 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-21 14:34:33 +0000
commit841e81ed34ad5d2e5cf731497e320300f59ae08a (patch)
treeec2e065f49ffc73d59509cc6cf46368c7989c341 /mail/claws-mail-synce
parent- update to 1.79.1 (diff)
- update to 0.6.3
- chase mastersite - remove obsolete patch (accepted upstream) PR: ports/99229 Submitted by: maintaner
Notes
Notes: svn path=/head/; revision=165917
Diffstat (limited to 'mail/claws-mail-synce')
-rw-r--r--mail/claws-mail-synce/Makefile4
-rw-r--r--mail/claws-mail-synce/distinfo6
-rw-r--r--mail/claws-mail-synce/files/patch-configure.ac15
3 files changed, 5 insertions, 20 deletions
diff --git a/mail/claws-mail-synce/Makefile b/mail/claws-mail-synce/Makefile
index a06ad3657513..b76f6ef1b8ca 100644
--- a/mail/claws-mail-synce/Makefile
+++ b/mail/claws-mail-synce/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= synce
-PORTVERSION= 0.6
+PORTVERSION= 0.6.3
CATEGORIES= mail
-MASTER_SITES= http://claws.sylpheed.org/downloads/plugins/
+MASTER_SITES= http://sylpheed-claws.net/downloads/plugins/
PKGNAMEPREFIX= sylpheed-claws-
DISTNAME= synce_plugin-${PORTVERSION}
diff --git a/mail/claws-mail-synce/distinfo b/mail/claws-mail-synce/distinfo
index 0d6f9e6a5e2d..09b9bc120fe8 100644
--- a/mail/claws-mail-synce/distinfo
+++ b/mail/claws-mail-synce/distinfo
@@ -1,3 +1,3 @@
-MD5 (synce_plugin-0.6.tar.gz) = d7448658635543893a27b7954dad9e5f
-SHA256 (synce_plugin-0.6.tar.gz) = 8dde775a4cc5dd75d1cf9919eafc6a0dec7bd8084efe0625d8f04ec3485c8088
-SIZE (synce_plugin-0.6.tar.gz) = 324491
+MD5 (synce_plugin-0.6.3.tar.gz) = 9848c9b5cfd8b9bfb78339119b50d8ad
+SHA256 (synce_plugin-0.6.3.tar.gz) = 43e343f3b589269929962856451f22611d3508f8d4498eff65038d324cbdd50c
+SIZE (synce_plugin-0.6.3.tar.gz) = 328026
diff --git a/mail/claws-mail-synce/files/patch-configure.ac b/mail/claws-mail-synce/files/patch-configure.ac
deleted file mode 100644
index 3806f6a8cd66..000000000000
--- a/mail/claws-mail-synce/files/patch-configure.ac
+++ /dev/null
@@ -1,15 +0,0 @@
---- configure.ac.orig Wed Apr 5 20:46:08 2006
-+++ configure.ac Wed Apr 5 20:47:02 2006
-@@ -42,7 +42,11 @@
-
- dnl check for sylpheed-claws
- PKG_CHECK_MODULES(SYLPHEED_CLAWS, sylpheed-claws >= 1.9.100.93)
--SYLPHEED_CLAWS_PLUGINDIR=$($PKG_CONFIG --variable=plugindir sylpheed-claws)
-+if test -z $prefix ; then
-+ SYLPHEED_CLAWS_PLUGINDIR=$($PKG_CONFIG --variable=plugindir sylpheed-claws)
-+else
-+ SYLPHEED_CLAWS_PLUGINDIR=$prefix/lib/sylpheed-claws/plugins
-+fi
- AC_SUBST(SYLPHEED_CLAWS_CFLAGS)
- AC_SUBST(SYLPHEED_CLAWS_LIBS)
- AC_SUBST(SYLPHEED_CLAWS_PLUGINDIR)