diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-05-10 15:51:47 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-05-10 15:51:47 +0000 |
commit | ece2d5cc48afc1efe70941aefcd758216b005884 (patch) | |
tree | 900d56e2dd9f4d2abb1708438d025388dcb267ac /mail/sylpheed-claws-mailmbox | |
parent | cd7d1ecdbd2bcaffd98f84e6acb3cbfacd8af62f (diff) | |
download | ports-ece2d5cc48afc1efe70941aefcd758216b005884.tar.gz ports-ece2d5cc48afc1efe70941aefcd758216b005884.zip |
Notes
Diffstat (limited to 'mail/sylpheed-claws-mailmbox')
-rw-r--r-- | mail/sylpheed-claws-mailmbox/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed-claws-mailmbox/distinfo | 6 | ||||
-rw-r--r-- | mail/sylpheed-claws-mailmbox/files/patch-configure.ac | 15 |
3 files changed, 4 insertions, 19 deletions
diff --git a/mail/sylpheed-claws-mailmbox/Makefile b/mail/sylpheed-claws-mailmbox/Makefile index 55a7f92de2df..ac80c57606ff 100644 --- a/mail/sylpheed-claws-mailmbox/Makefile +++ b/mail/sylpheed-claws-mailmbox/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mailmbox -PORTVERSION= 1.11 +PORTVERSION= 1.12 CATEGORIES= mail MASTER_SITES= http://claws.sylpheed.org/downloads/plugins/ PKGNAMEPREFIX= sylpheed-claws- diff --git a/mail/sylpheed-claws-mailmbox/distinfo b/mail/sylpheed-claws-mailmbox/distinfo index 59310b662822..49652740fc13 100644 --- a/mail/sylpheed-claws-mailmbox/distinfo +++ b/mail/sylpheed-claws-mailmbox/distinfo @@ -1,3 +1,3 @@ -MD5 (mailmbox-1.11.tar.gz) = d0f51ecd981a6dd20563179cb10f65d9 -SHA256 (mailmbox-1.11.tar.gz) = cf0f9209550a8b6786bebb18c93bb85bcdf8d2c12fd235097fcaeb45148afe8f -SIZE (mailmbox-1.11.tar.gz) = 390371 +MD5 (mailmbox-1.12.tar.gz) = 459ca834373d4755bc05f72a661eaec1 +SHA256 (mailmbox-1.12.tar.gz) = 1e6e8c243165c6d42358f768910b81b5bd3eecf766f8b9fcf23e12b84701f51d +SIZE (mailmbox-1.12.tar.gz) = 390319 diff --git a/mail/sylpheed-claws-mailmbox/files/patch-configure.ac b/mail/sylpheed-claws-mailmbox/files/patch-configure.ac deleted file mode 100644 index 26a4ea428414..000000000000 --- a/mail/sylpheed-claws-mailmbox/files/patch-configure.ac +++ /dev/null @@ -1,15 +0,0 @@ ---- configure.ac.orig Wed Apr 5 20:29:56 2006 -+++ configure.ac Wed Apr 5 20:30:49 2006 -@@ -27,7 +27,11 @@ - # Check for sylpheed-claws - # - PKG_CHECK_MODULES(SYLPHEED_CLAWS, sylpheed-claws >= 1.9.100.160) --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) |