diff options
author | miwi <miwi@FreeBSD.org> | 2008-02-13 06:20:13 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-02-13 06:20:13 +0800 |
commit | cbb3fe1ca55dd06579a55a91498bf8f80c736e8f (patch) | |
tree | 12f2e961c8b97d5f086432cde616ebe838b7afc6 /mail | |
parent | ef7d73d48eb44ee7d3b9cd6c705aabdd931affdc (diff) | |
download | freebsd-ports-gnome-cbb3fe1ca55dd06579a55a91498bf8f80c736e8f.tar.gz freebsd-ports-gnome-cbb3fe1ca55dd06579a55a91498bf8f80c736e8f.tar.zst freebsd-ports-gnome-cbb3fe1ca55dd06579a55a91498bf8f80c736e8f.zip |
- Update to 0.15
Approved by: maintainer implicit
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail-notification/Makefile | 12 | ||||
-rw-r--r-- | mail/claws-mail-notification/distinfo | 6 |
2 files changed, 10 insertions, 8 deletions
diff --git a/mail/claws-mail-notification/Makefile b/mail/claws-mail-notification/Makefile index 2ec26d68d14b..b8a03a68b144 100644 --- a/mail/claws-mail-notification/Makefile +++ b/mail/claws-mail-notification/Makefile @@ -6,8 +6,7 @@ # PORTNAME= notification -PORTVERSION= 0.12.1 -PORTREVISION= 2 +PORTVERSION= 0.15 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -17,12 +16,14 @@ MAINTAINER= c0rn@o2.pl COMMENT= New/unread mail notification plugin for claws-mail LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify -BUILD_DEPENDS= claws-mail>=3.0.0:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.0.0:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.3.0:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.3.0:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_XLIB= yes USE_AUTOTOOLS= autoconf:261 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ --with-libintl-prefix=${LOCALBASE} @@ -35,6 +36,7 @@ PLIST_FILES= lib/claws-mail/plugins/notification_plugin.a \ share/locale/hu/LC_MESSAGES/notification_plugin.mo \ share/locale/pt_BR/LC_MESSAGES/notification_plugin.mo \ share/locale/zh_CN/LC_MESSAGES/notification_plugin.mo \ - share/locale/fi/LC_MESSAGES/notification_plugin.mo + share/locale/fi/LC_MESSAGES/notification_plugin.mo \ + share/locale/it/LC_MESSAGES/notification_plugin.mo .include <bsd.port.mk> diff --git a/mail/claws-mail-notification/distinfo b/mail/claws-mail-notification/distinfo index 014aa0849103..276d1b26bd56 100644 --- a/mail/claws-mail-notification/distinfo +++ b/mail/claws-mail-notification/distinfo @@ -1,3 +1,3 @@ -MD5 (notification_plugin-0.12.1.tar.gz) = 8b6bc3b4661b994a26fc6456b4c01ea5 -SHA256 (notification_plugin-0.12.1.tar.gz) = 6494b36d57102b96c2e7fbc2ccfa07a36de8bca623ef1bba9b5f4088e841ecab -SIZE (notification_plugin-0.12.1.tar.gz) = 460042 +MD5 (notification_plugin-0.15.tar.gz) = 7ef532d4c5e0d8452aefc2d2d3903cef +SHA256 (notification_plugin-0.15.tar.gz) = 6457f4240937e2b2cc02ee77fe247267dd7045ee9ddc8346e1228ffbbb514b48 +SIZE (notification_plugin-0.15.tar.gz) = 468271 |