diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-12-31 13:58:40 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-12-31 13:58:40 +0000 |
commit | 9aad2cc117da03d35dada4377aec68bb76a99436 (patch) | |
tree | 793fcf0a574cc4c3063e2a59cef382f5c3a2df63 /mail/claws-mail-perl | |
parent | e5413cf277eafb88195a2454215a7c7aadce5617 (diff) | |
download | ports-9aad2cc117da03d35dada4377aec68bb76a99436.tar.gz ports-9aad2cc117da03d35dada4377aec68bb76a99436.zip |
Notes
Diffstat (limited to 'mail/claws-mail-perl')
-rw-r--r-- | mail/claws-mail-perl/Makefile | 25 | ||||
-rw-r--r-- | mail/claws-mail-perl/distinfo | 6 |
2 files changed, 15 insertions, 16 deletions
diff --git a/mail/claws-mail-perl/Makefile b/mail/claws-mail-perl/Makefile index 14d7b0c9860f..273774797967 100644 --- a/mail/claws-mail-perl/Makefile +++ b/mail/claws-mail-perl/Makefile @@ -6,28 +6,27 @@ # PORTNAME= perl -PORTVERSION= 0.9.5 -PORTREVISION= 1 +PORTVERSION= 0.9.6 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- DISTNAME= perl_plugin-${PORTVERSION} MAINTAINER= c0rn@o2.pl -COMMENT= Perl filtering plugin for sylpheed-claws +COMMENT= Perl filtering 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 USE_PERL5= yes -PLIST_FILES= lib/sylpheed-claws/plugins/perl_plugin.a \ - lib/sylpheed-claws/plugins/perl_plugin.la \ - lib/sylpheed-claws/plugins/perl_plugin.so \ - share/sylpheed-claws/matcherrc2perlfilter.pl +PLIST_FILES= lib/claws-mail/plugins/perl_plugin.a \ + lib/claws-mail/plugins/perl_plugin.la \ + lib/claws-mail/plugins/perl_plugin.so \ + share/claws-mail/matcherrc2perlfilter.pl .include <bsd.port.pre.mk> @@ -36,8 +35,8 @@ IGNORE= requires newer Perl, but you can use databases/p5-DBI-137 instead .endif post-install: - @${MKDIR} ${PREFIX}/share/sylpheed-claws + @${MKDIR} ${PREFIX}/share/claws-mail @${INSTALL_SCRIPT} ${WRKSRC}/tools/matcherrc2perlfilter.pl \ - ${PREFIX}/share/sylpheed-claws/ + ${PREFIX}/share/claws-mail/ .include <bsd.port.post.mk> diff --git a/mail/claws-mail-perl/distinfo b/mail/claws-mail-perl/distinfo index 8545ebb1e1da..54dabae4a205 100644 --- a/mail/claws-mail-perl/distinfo +++ b/mail/claws-mail-perl/distinfo @@ -1,3 +1,3 @@ -MD5 (perl_plugin-0.9.5.tar.gz) = 7b6368f4e428caae509234e7eb005373 -SHA256 (perl_plugin-0.9.5.tar.gz) = 66ed9fe273373f9d505a291102ba3055b2538b47330136a5bb5a2c47626e3326 -SIZE (perl_plugin-0.9.5.tar.gz) = 347776 +MD5 (perl_plugin-0.9.6.tar.gz) = ee7a74a388a6216d3cd5690c952aa8b6 +SHA256 (perl_plugin-0.9.6.tar.gz) = f687a15d58c0dffb65d5716966a4c2e240fb604c3d86524647e31bbb65caee4d +SIZE (perl_plugin-0.9.6.tar.gz) = 347339 |