diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-21 22:34:33 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-21 22:34:33 +0800 |
commit | 4b682ed2118d7d42b677c82b78be160f4823777c (patch) | |
tree | d916f14d7b0a67ffa181810c77763fb57979fc1f /mail/sylpheed-claws-synce | |
parent | 4e8178b55db74f7c8de4bf420d2cbacfca55e392 (diff) | |
download | freebsd-ports-gnome-4b682ed2118d7d42b677c82b78be160f4823777c.tar.gz freebsd-ports-gnome-4b682ed2118d7d42b677c82b78be160f4823777c.tar.zst freebsd-ports-gnome-4b682ed2118d7d42b677c82b78be160f4823777c.zip |
- update to 0.6.3
- chase mastersite
- remove obsolete patch (accepted upstream)
PR: ports/99229
Submitted by: maintaner
Diffstat (limited to 'mail/sylpheed-claws-synce')
-rw-r--r-- | mail/sylpheed-claws-synce/Makefile | 4 | ||||
-rw-r--r-- | mail/sylpheed-claws-synce/distinfo | 6 | ||||
-rw-r--r-- | mail/sylpheed-claws-synce/files/patch-configure.ac | 15 |
3 files changed, 5 insertions, 20 deletions
diff --git a/mail/sylpheed-claws-synce/Makefile b/mail/sylpheed-claws-synce/Makefile index a06ad3657513..b76f6ef1b8ca 100644 --- a/mail/sylpheed-claws-synce/Makefile +++ b/mail/sylpheed-claws-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/sylpheed-claws-synce/distinfo b/mail/sylpheed-claws-synce/distinfo index 0d6f9e6a5e2d..09b9bc120fe8 100644 --- a/mail/sylpheed-claws-synce/distinfo +++ b/mail/sylpheed-claws-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/sylpheed-claws-synce/files/patch-configure.ac b/mail/sylpheed-claws-synce/files/patch-configure.ac deleted file mode 100644 index 3806f6a8cd66..000000000000 --- a/mail/sylpheed-claws-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) |