diff options
author | garga <garga@FreeBSD.org> | 2006-05-10 23:51:35 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-05-10 23:51:35 +0800 |
commit | 90edb3c11fb30b40517eff542d9692190a498f56 (patch) | |
tree | 1cba7d1b4fe47db79addcc45f1df090dd2b88bd1 /mail/claws-mail-att_remover | |
parent | 783f0d7fd47a561d9f6e5af89e74d9c350f412d1 (diff) | |
download | freebsd-ports-gnome-90edb3c11fb30b40517eff542d9692190a498f56.tar.gz freebsd-ports-gnome-90edb3c11fb30b40517eff542d9692190a498f56.tar.zst freebsd-ports-gnome-90edb3c11fb30b40517eff542d9692190a498f56.zip |
- update to version 1.0.1
- remove obsolete patch
PR: ports/97027
Submitted by: maintainer
Diffstat (limited to 'mail/claws-mail-att_remover')
-rw-r--r-- | mail/claws-mail-att_remover/Makefile | 2 | ||||
-rw-r--r-- | mail/claws-mail-att_remover/distinfo | 6 | ||||
-rw-r--r-- | mail/claws-mail-att_remover/files/patch-configure.ac | 15 |
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) |