summaryrefslogtreecommitdiff
path: root/mail/claws-mail-att_remover
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-05-10 15:51:35 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-05-10 15:51:35 +0000
commitb787847d3a993ee5cd86206f975118dd4c3e8e2a (patch)
treee05827b68170559fc773144cae7f1c9272704b2d /mail/claws-mail-att_remover
parentUpdate from 0.4r971 to 0.4r991 (diff)
- update to version 1.0.1
- remove obsolete patch PR: ports/97027 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=161933
Diffstat (limited to 'mail/claws-mail-att_remover')
-rw-r--r--mail/claws-mail-att_remover/Makefile2
-rw-r--r--mail/claws-mail-att_remover/distinfo6
-rw-r--r--mail/claws-mail-att_remover/files/patch-configure.ac15
3 files changed, 4 insertions, 19 deletions
diff --git a/mail/claws-mail-att_remover/Makefile b/mail/claws-mail-att_remover/Makefile
index 322ceee50f65..c4e35384ca14 100644
--- a/mail/claws-mail-att_remover/Makefile
+++ b/mail/claws-mail-att_remover/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= att_remover
-PORTVERSION= 1.0
+PORTVERSION= 1.0.1
CATEGORIES= mail
MASTER_SITES= http://claws.sylpheed.org/downloads/plugins/
PKGNAMEPREFIX= sylpheed-claws-
diff --git a/mail/claws-mail-att_remover/distinfo b/mail/claws-mail-att_remover/distinfo
index 604b38db908f..7dd22bba14e0 100644
--- a/mail/claws-mail-att_remover/distinfo
+++ b/mail/claws-mail-att_remover/distinfo
@@ -1,3 +1,3 @@
-MD5 (att_remover-1.0.tar.gz) = 2bcc8bfa17a3a0c649126a6fd1821250
-SHA256 (att_remover-1.0.tar.gz) = 524a5cfa69c687593c5ef7b8554aa225e05dbc02c9f34a68140176473c85f5ce
-SIZE (att_remover-1.0.tar.gz) = 316733
+MD5 (att_remover-1.0.1.tar.gz) = 4eb1cdee25bbf8c6d99f119ecce61e15
+SHA256 (att_remover-1.0.1.tar.gz) = 096b24779e4f2d7e937f362c288a5370a019504355407969616fe0eeaed5fe72
+SIZE (att_remover-1.0.1.tar.gz) = 316821
diff --git a/mail/claws-mail-att_remover/files/patch-configure.ac b/mail/claws-mail-att_remover/files/patch-configure.ac
deleted file mode 100644
index f050c6e7fb81..000000000000
--- a/mail/claws-mail-att_remover/files/patch-configure.ac
+++ /dev/null
@@ -1,15 +0,0 @@
---- configure.ac.orig Wed Apr 5 19:44:43 2006
-+++ configure.ac Wed Apr 5 19:49:44 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)