aboutsummaryrefslogtreecommitdiffstats
path: root/mail/claws-mail-perl
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-05-10 23:51:53 +0800
committerRenato Botelho <garga@FreeBSD.org>2006-05-10 23:51:53 +0800
commit793890028ad2c3edb98e7d78265ad57c6129d7af (patch)
treefc16f8b27424752c32f75c8baf3def3ae12dff11 /mail/claws-mail-perl
parente545a7294f70fbde8f1599b14c2a8d242540c7d8 (diff)
downloadfreebsd-ports-gnome-793890028ad2c3edb98e7d78265ad57c6129d7af.tar.gz
freebsd-ports-gnome-793890028ad2c3edb98e7d78265ad57c6129d7af.tar.zst
freebsd-ports-gnome-793890028ad2c3edb98e7d78265ad57c6129d7af.zip
- update to version 0.9.2
- remove obsolete patch PR: ports/97038 Submitted by: maintainer
Diffstat (limited to 'mail/claws-mail-perl')
-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
3 files changed, 4 insertions, 19 deletions
diff --git a/mail/claws-mail-perl/Makefile b/mail/claws-mail-perl/Makefile
index 910e01bd2727..b700605614ce 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 c5377c10fbbe..0591c0d43a4f 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 2387d5d9f163..000000000000
--- 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)