aboutsummaryrefslogtreecommitdiff
path: root/mail/claws-mail-att_remover/Makefile
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-12-31 13:58:40 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-12-31 13:58:40 +0000
commit9aad2cc117da03d35dada4377aec68bb76a99436 (patch)
tree793fcf0a574cc4c3063e2a59cef382f5c3a2df63 /mail/claws-mail-att_remover/Makefile
parente5413cf277eafb88195a2454215a7c7aadce5617 (diff)
downloadports-9aad2cc117da03d35dada4377aec68bb76a99436.tar.gz
ports-9aad2cc117da03d35dada4377aec68bb76a99436.zip
sylpheed-claws was renamed upstream to claws-mail. Compleate repocopies of
mail/sulpheed-claws-* plugins to mail/claws-mail-* and update them to the latest version. [1] PR: 106576-106589 [1], 107286 [2] Submitted by: Pawel Pekala (maintainer) [1], me (itetcu) [2] Repocopies by: marcus@
Notes
Notes: svn path=/head/; revision=181146
Diffstat (limited to 'mail/claws-mail-att_remover/Makefile')
-rw-r--r--mail/claws-mail-att_remover/Makefile19
1 files changed, 9 insertions, 10 deletions
diff --git a/mail/claws-mail-att_remover/Makefile b/mail/claws-mail-att_remover/Makefile
index 703cb1c91d0f..165d38954039 100644
--- a/mail/claws-mail-att_remover/Makefile
+++ b/mail/claws-mail-att_remover/Makefile
@@ -6,24 +6,23 @@
#
PORTNAME= att_remover
-PORTVERSION= 1.0.3
-PORTREVISION= 1
+PORTVERSION= 1.0.4
CATEGORIES= mail
-MASTER_SITES= http://sylpheed-claws.net/downloads/plugins/
-PKGNAMEPREFIX= sylpheed-claws-
+MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
+PKGNAMEPREFIX= claws-mail-
MAINTAINER= c0rn@o2.pl
-COMMENT= Attachments removing plugin for sylpheed-claws
+COMMENT= Attachments removing plugin for claws-mail
-BUILD_DEPENDS= sylpheed-claws>=2.5:${PORTSDIR}/mail/sylpheed-claws
-RUN_DEPENDS= sylpheed-claws>=2.5:${PORTSDIR}/mail/sylpheed-claws
+BUILD_DEPENDS= claws-mail>=2.6:${PORTSDIR}/mail/claws-mail
+RUN_DEPENDS= claws-mail>=2.6:${PORTSDIR}/mail/claws-mail
USE_GMAKE= yes
USE_XLIB= yes
USE_AUTOTOOLS= autoconf:259
-PLIST_FILES= lib/sylpheed-claws/plugins/att_remover.a \
- lib/sylpheed-claws/plugins/att_remover.la \
- lib/sylpheed-claws/plugins/att_remover.so
+PLIST_FILES= lib/claws-mail/plugins/att_remover.a \
+ lib/claws-mail/plugins/att_remover.la \
+ lib/claws-mail/plugins/att_remover.so
.include <bsd.port.mk>