diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-12-31 21:58:40 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-12-31 21:58:40 +0800 |
commit | 96401589e2ee0c1c70254dd01a738472057a5e56 (patch) | |
tree | 27e81cca36b06f4420c9587aa6caee359ab1b6aa /mail/claws-mail-perl | |
parent | 14f10d0b64044eb01e63dd8d0098c73bcafcc6c1 (diff) | |
download | freebsd-ports-gnome-96401589e2ee0c1c70254dd01a738472057a5e56.tar.gz freebsd-ports-gnome-96401589e2ee0c1c70254dd01a738472057a5e56.tar.zst freebsd-ports-gnome-96401589e2ee0c1c70254dd01a738472057a5e56.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@
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 |