diff options
author | pawel <pawel@FreeBSD.org> | 2012-12-11 01:27:47 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-12-11 01:27:47 +0800 |
commit | 4dae2db260e3517a76b1e8937b7820d3f6413ca8 (patch) | |
tree | b6dedc6410a6a429f378c200b2aae00c7d7cbb5e /mail/claws-mail-notification | |
parent | ddadf1eb555553a6958aeccd82bb929d3090453b (diff) | |
download | freebsd-ports-graphics-4dae2db260e3517a76b1e8937b7820d3f6413ca8.tar.gz freebsd-ports-graphics-4dae2db260e3517a76b1e8937b7820d3f6413ca8.tar.zst freebsd-ports-graphics-4dae2db260e3517a76b1e8937b7820d3f6413ca8.zip |
Update to Claws Mail 3.9.0 release
Changelog: http://www.claws-mail.org/news.php
claws-mail:
- Remove leading article from COMMENT
- Add missing deps
- Modernize options descriptions
- Respect NLS option
- Remove shlib ABI versions from LIB_DEPENDS
plugins:
- Bump plugins with no new versions
- Remove stale patches
- Improve COMMENTs, be more verbose what plugin does, use official
Claws Mail name, remove leading articles
- Convert WWW: lines from tabs to spaces
Diffstat (limited to 'mail/claws-mail-notification')
-rw-r--r-- | mail/claws-mail-notification/Makefile | 14 | ||||
-rw-r--r-- | mail/claws-mail-notification/distinfo | 4 | ||||
-rw-r--r-- | mail/claws-mail-notification/pkg-descr | 2 |
3 files changed, 8 insertions, 12 deletions
diff --git a/mail/claws-mail-notification/Makefile b/mail/claws-mail-notification/Makefile index 36abf814f3c..693bcfc375c 100644 --- a/mail/claws-mail-notification/Makefile +++ b/mail/claws-mail-notification/Makefile @@ -1,25 +1,21 @@ -# New ports collection makefile for: sylpheed-claws-notification -# Date created: 7 April 2006 -# Whom: Pawel Pekala <c0rn@o2.pl> -# +# Created by: Pawel Pekala <c0rn@o2.pl> # $FreeBSD$ -# PORTNAME= notification -PORTVERSION= 0.30 +PORTVERSION= 0.31 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- DISTNAME= notification_plugin-${PORTVERSION} MAINTAINER= pawel@FreeBSD.org -COMMENT= New/unread mail notification plugin for claws-mail +COMMENT= New mail notification plugin for Claws Mail LICENSE= GPLv3 LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify -BUILD_DEPENDS= claws-mail>=3.8.1:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.8.1:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.9.0:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.9.0:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_AUTOTOOLS= autoconf diff --git a/mail/claws-mail-notification/distinfo b/mail/claws-mail-notification/distinfo index 473790531d6..83dad82b98a 100644 --- a/mail/claws-mail-notification/distinfo +++ b/mail/claws-mail-notification/distinfo @@ -1,2 +1,2 @@ -SHA256 (notification_plugin-0.30.tar.gz) = c49ca6751678c34e745a4b9e95ccf63f955f29909c00a85699dd08a74c948831 -SIZE (notification_plugin-0.30.tar.gz) = 561050 +SHA256 (notification_plugin-0.31.tar.gz) = 51cf2f52d60535e0ee8e1a80340cc12c6ed2179055846141afbf94faadca539e +SIZE (notification_plugin-0.31.tar.gz) = 561196 diff --git a/mail/claws-mail-notification/pkg-descr b/mail/claws-mail-notification/pkg-descr index 262b2c01855..3c1016018ad 100644 --- a/mail/claws-mail-notification/pkg-descr +++ b/mail/claws-mail-notification/pkg-descr @@ -1,3 +1,3 @@ This plugin provides various ways to notify the user of new and unread email. -WWW: http://www.claws-mail.org/plugin.php?plugin=notification +WWW: http://www.claws-mail.org/plugin.php?plugin=notification |