diff options
author | miwi <miwi@FreeBSD.org> | 2010-12-01 15:04:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-12-01 15:04:56 +0800 |
commit | 2b3d83298ae590b6496e3bf107ac6a1740625c43 (patch) | |
tree | d848fef5747e05c788cf84f38a42d9f086f7019a /mail/claws-mail-notification | |
parent | 7b128aa6ca1c5f7768926309187c0b5fce12c7b8 (diff) | |
download | freebsd-ports-graphics-2b3d83298ae590b6496e3bf107ac6a1740625c43.tar.gz freebsd-ports-graphics-2b3d83298ae590b6496e3bf107ac6a1740625c43.tar.zst freebsd-ports-graphics-2b3d83298ae590b6496e3bf107ac6a1740625c43.zip |
- Update claws-mail plugins to newest versions from 3.7.7 release
- Bump portrevisions of plugins with no new version
- Recreate checksum files to new standard
- Add LICENSE infos
- Mark MAKE_JOBS_SAFE
PR: 152711
Submitted by: Pawel Pekala <c0rn@o2.pl>
Diffstat (limited to 'mail/claws-mail-notification')
-rw-r--r-- | mail/claws-mail-notification/Makefile | 10 | ||||
-rw-r--r-- | mail/claws-mail-notification/distinfo | 5 |
2 files changed, 8 insertions, 7 deletions
diff --git a/mail/claws-mail-notification/Makefile b/mail/claws-mail-notification/Makefile index c625efac41e..839013be08f 100644 --- a/mail/claws-mail-notification/Makefile +++ b/mail/claws-mail-notification/Makefile @@ -6,8 +6,7 @@ # PORTNAME= notification -PORTVERSION= 0.25 -PORTREVISION= 2 +PORTVERSION= 0.26 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -17,11 +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.7.6:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail + +LICENSE= GPLv3 USE_GMAKE= yes USE_AUTOTOOLS= autoconf:268 +MAKE_JOBS_SAFE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/mail/claws-mail-notification/distinfo b/mail/claws-mail-notification/distinfo index 450f72329c3..6a35e526eb9 100644 --- a/mail/claws-mail-notification/distinfo +++ b/mail/claws-mail-notification/distinfo @@ -1,3 +1,2 @@ -MD5 (notification_plugin-0.25.tar.gz) = 53ded95571cf28cb54d53c967ba6161b -SHA256 (notification_plugin-0.25.tar.gz) = 7e729f0012e85e939a00fac0a455bf731d4418399a92f4a01a90b3d851e3cd1c -SIZE (notification_plugin-0.25.tar.gz) = 528486 +SHA256 (notification_plugin-0.26.tar.gz) = 869f5ffd1f75d1d0ab862526580fd881598499a447ef099239c86bd465b94ce1 +SIZE (notification_plugin-0.26.tar.gz) = 532171 |