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-notification | |
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-notification')
-rw-r--r-- | mail/claws-mail-notification/Makefile | 19 | ||||
-rw-r--r-- | mail/claws-mail-notification/distinfo | 6 |
2 files changed, 12 insertions, 13 deletions
diff --git a/mail/claws-mail-notification/Makefile b/mail/claws-mail-notification/Makefile index 142a1c73a6d4..b68aba06242b 100644 --- a/mail/claws-mail-notification/Makefile +++ b/mail/claws-mail-notification/Makefile @@ -6,25 +6,24 @@ # PORTNAME= notification -PORTVERSION= 0.6 -PORTREVISION= 1 +PORTVERSION= 0.7 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= notification_plugin-${PORTVERSION} MAINTAINER= c0rn@o2.pl -COMMENT= New/unread mail notification plugin for sylpheed-claws +COMMENT= New/unread mail notification 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/notification_plugin.a \ - lib/sylpheed-claws/plugins/notification_plugin.la \ - lib/sylpheed-claws/plugins/notification_plugin.so +PLIST_FILES=lib/claws-mail/plugins/notification_plugin.a \ + lib/claws-mail/plugins/notification_plugin.la \ + lib/claws-mail/plugins/notification_plugin.so .include <bsd.port.mk> diff --git a/mail/claws-mail-notification/distinfo b/mail/claws-mail-notification/distinfo index eadff93a682f..aebda399dbcf 100644 --- a/mail/claws-mail-notification/distinfo +++ b/mail/claws-mail-notification/distinfo @@ -1,3 +1,3 @@ -MD5 (notification_plugin-0.6.tar.gz) = c5878e30f94b87d52e42285c134574f9 -SHA256 (notification_plugin-0.6.tar.gz) = cc92d413fed97012a939f2af20760f2529889bdda94410824f4fd4f73f4723bc -SIZE (notification_plugin-0.6.tar.gz) = 360120 +MD5 (notification_plugin-0.7.tar.gz) = ba3d2946ebcfeef39248fcc6d6d468a5 +SHA256 (notification_plugin-0.7.tar.gz) = 55558e5f5e1c387adfa4ee86bc6a2e1e2d7279d1bd2d8bd4c684f78c7db33386 +SIZE (notification_plugin-0.7.tar.gz) = 358927 |