summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-05-10 15:51:53 +0000
committergarga <garga@FreeBSD.org>2006-05-10 15:51:53 +0000
commit02a86189d4e75d997e0704adac4da1a246bf05da (patch)
tree42b29ebd7c58e52d1200489d6998aa9119af6efc /mail
parentde04aea426c5bca1b276d2d279466a12a82c6075 (diff)
downloadFreeBSD-ports-02a86189d4e75d997e0704adac4da1a246bf05da.zip
FreeBSD-ports-02a86189d4e75d997e0704adac4da1a246bf05da.tar.gz
- update to version 0.9.2
- remove obsolete patch PR: ports/97038 Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r--mail/claws-mail-perl/Makefile2
-rw-r--r--mail/claws-mail-perl/distinfo6
-rw-r--r--mail/claws-mail-perl/files/patch-configure.ac15
-rw-r--r--mail/sylpheed-claws-perl/Makefile2
-rw-r--r--mail/sylpheed-claws-perl/distinfo6
-rw-r--r--mail/sylpheed-claws-perl/files/patch-configure.ac15
6 files changed, 8 insertions, 38 deletions
diff --git a/mail/claws-mail-perl/Makefile b/mail/claws-mail-perl/Makefile
index 910e01b..b700605 100644
--- a/mail/claws-mail-perl/Makefile
+++ b/mail/claws-mail-perl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= perl
-PORTVERSION= 0.9
+PORTVERSION= 0.9.2
CATEGORIES= mail
MASTER_SITES= http://claws.sylpheed.org/downloads/plugins/
PKGNAMEPREFIX= sylpheed-claws-
diff --git a/mail/claws-mail-perl/distinfo b/mail/claws-mail-perl/distinfo
index c5377c1..0591c0d 100644
--- a/mail/claws-mail-perl/distinfo
+++ b/mail/claws-mail-perl/distinfo
@@ -1,3 +1,3 @@
-MD5 (perl_plugin-0.9.tar.gz) = 70a74d7b5f231f0e1be4b992d37c77a3
-SHA256 (perl_plugin-0.9.tar.gz) = 945c354d9282384e9f93302cb5208a98bccb8ec931dd0f30ac5b51e9d2bc0317
-SIZE (perl_plugin-0.9.tar.gz) = 343395
+MD5 (perl_plugin-0.9.2.tar.gz) = 06c5c0b1a4b80d080963ce1b60b6effa
+SHA256 (perl_plugin-0.9.2.tar.gz) = 93ed23c1918993dd4a23d910e2db0dfe72dcbc802846d7ad9f6db88e3e791d19
+SIZE (perl_plugin-0.9.2.tar.gz) = 343495
diff --git a/mail/claws-mail-perl/files/patch-configure.ac b/mail/claws-mail-perl/files/patch-configure.ac
deleted file mode 100644
index 2387d5d..0000000
--- a/mail/claws-mail-perl/files/patch-configure.ac
+++ /dev/null
@@ -1,15 +0,0 @@
---- configure.ac.orig Sun Mar 19 08:03:29 2006
-+++ configure.ac Sun Apr 9 14:35:56 2006
-@@ -41,7 +41,11 @@
-
- dnl check for sylpheed-claws
- PKG_CHECK_MODULES(SYLPHEED_CLAWS, sylpheed-claws >= 2.0.0.81)
--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)
diff --git a/mail/sylpheed-claws-perl/Makefile b/mail/sylpheed-claws-perl/Makefile
index 910e01b..b700605 100644
--- a/mail/sylpheed-claws-perl/Makefile
+++ b/mail/sylpheed-claws-perl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= perl
-PORTVERSION= 0.9
+PORTVERSION= 0.9.2
CATEGORIES= mail
MASTER_SITES= http://claws.sylpheed.org/downloads/plugins/
PKGNAMEPREFIX= sylpheed-claws-
diff --git a/mail/sylpheed-claws-perl/distinfo b/mail/sylpheed-claws-perl/distinfo
index c5377c1..0591c0d 100644
--- a/mail/sylpheed-claws-perl/distinfo
+++ b/mail/sylpheed-claws-perl/distinfo
@@ -1,3 +1,3 @@
-MD5 (perl_plugin-0.9.tar.gz) = 70a74d7b5f231f0e1be4b992d37c77a3
-SHA256 (perl_plugin-0.9.tar.gz) = 945c354d9282384e9f93302cb5208a98bccb8ec931dd0f30ac5b51e9d2bc0317
-SIZE (perl_plugin-0.9.tar.gz) = 343395
+MD5 (perl_plugin-0.9.2.tar.gz) = 06c5c0b1a4b80d080963ce1b60b6effa
+SHA256 (perl_plugin-0.9.2.tar.gz) = 93ed23c1918993dd4a23d910e2db0dfe72dcbc802846d7ad9f6db88e3e791d19
+SIZE (perl_plugin-0.9.2.tar.gz) = 343495
diff --git a/mail/sylpheed-claws-perl/files/patch-configure.ac b/mail/sylpheed-claws-perl/files/patch-configure.ac
deleted file mode 100644
index 2387d5d..0000000
--- a/mail/sylpheed-claws-perl/files/patch-configure.ac
+++ /dev/null
@@ -1,15 +0,0 @@
---- configure.ac.orig Sun Mar 19 08:03:29 2006
-+++ configure.ac Sun Apr 9 14:35:56 2006
-@@ -41,7 +41,11 @@
-
- dnl check for sylpheed-claws
- PKG_CHECK_MODULES(SYLPHEED_CLAWS, sylpheed-claws >= 2.0.0.81)
--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)
OpenPOWER on IntegriCloud