diff options
author | pawel <pawel@FreeBSD.org> | 2011-04-18 00:57:18 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2011-04-18 00:57:18 +0800 |
commit | 77faf6f33d8afabde88e90fc9bf7613aa108b2c5 (patch) | |
tree | 62c47b6dd4308c328aa6945e2758eed04ce20340 /mail/claws-mail-python | |
parent | 734069152f1149316ad63a4dcf44f38dbc753911 (diff) | |
download | freebsd-ports-gnome-77faf6f33d8afabde88e90fc9bf7613aa108b2c5.tar.gz freebsd-ports-gnome-77faf6f33d8afabde88e90fc9bf7613aa108b2c5.tar.zst freebsd-ports-gnome-77faf6f33d8afabde88e90fc9bf7613aa108b2c5.zip |
- Update to 3.7.9 bugfix release
- Changelog: http://www.claws-mail.org/news.php
Approved by: wen, miwi (mentors)
Diffstat (limited to 'mail/claws-mail-python')
-rw-r--r-- | mail/claws-mail-python/Makefile | 11 | ||||
-rw-r--r-- | mail/claws-mail-python/distinfo | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/mail/claws-mail-python/Makefile b/mail/claws-mail-python/Makefile index 933f818c8936..b8651648f185 100644 --- a/mail/claws-mail-python/Makefile +++ b/mail/claws-mail-python/Makefile @@ -6,7 +6,7 @@ # PORTNAME= python -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- @@ -15,8 +15,8 @@ DISTNAME= python_plugin-${PORTVERSION} MAINTAINER= miwi@FreeBSD.org COMMENT= Python plugin for claws-mail -BUILD_DEPENDS= claws-mail>=3.7.8:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.7.8:${PORTSDIR}/mail/claws-mail +BUILD_DEPENDS= claws-mail>=3.7.9:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=3.7.9:${PORTSDIR}/mail/claws-mail LICENSE= GPLv3 @@ -25,8 +25,9 @@ USE_GMAKE= yes USE_XORG= x11 USE_AUTOTOOLS= autoconf MAKE_JOBS_SAFE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + +CPPFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" .if defined(WITHOUT_NLS) CONFIGURE_ARGS+=--disable-nls diff --git a/mail/claws-mail-python/distinfo b/mail/claws-mail-python/distinfo index 77c95473fc42..34ea3e88232b 100644 --- a/mail/claws-mail-python/distinfo +++ b/mail/claws-mail-python/distinfo @@ -1,2 +1,2 @@ -SHA256 (python_plugin-0.6.tar.gz) = 1416f34085a3e9cd4e656630427d256d6fdfef1726c39437579ea242bfdaca12 -SIZE (python_plugin-0.6.tar.gz) = 381574 +SHA256 (python_plugin-0.7.tar.gz) = 089621c55220f9cfb8859e35738d4138fac763b29754ba0dc124f676c3466e2c +SIZE (python_plugin-0.7.tar.gz) = 381597 |