aboutsummaryrefslogtreecommitdiff
path: root/mail/sylpheed2-devel
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2005-11-18 16:53:24 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2005-11-18 16:53:24 +0000
commit3d4ecdaad26cb5d2cd967b0c017c2a8607019893 (patch)
tree1624f41275cbc45eed6659c939272b772ddab9e5 /mail/sylpheed2-devel
parente48808fa75c93b51a2efcb8158c51dd17b31b74a (diff)
downloadports-3d4ecdaad26cb5d2cd967b0c017c2a8607019893.tar.gz
ports-3d4ecdaad26cb5d2cd967b0c017c2a8607019893.zip
Update to 2.1.7.
o Add support SPELL CHECK by gtkspell. Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com>
Notes
Notes: svn path=/head/; revision=148737
Diffstat (limited to 'mail/sylpheed2-devel')
-rw-r--r--mail/sylpheed2-devel/Makefile12
-rw-r--r--mail/sylpheed2-devel/distinfo5
2 files changed, 13 insertions, 4 deletions
diff --git a/mail/sylpheed2-devel/Makefile b/mail/sylpheed2-devel/Makefile
index 1645dce70470..864289d1de8c 100644
--- a/mail/sylpheed2-devel/Makefile
+++ b/mail/sylpheed2-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sylpheed
-PORTVERSION= 2.1.6
+PORTVERSION= 2.1.7
PORTREVISION= 0
CATEGORIES= mail ipv6
MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v2.1/ \
@@ -41,7 +41,8 @@ OPTIONS= GPGME "Enable GnuPG support using GPGME." off \
COMPFACE "Enable X-Face support." off \
JPILOT "Enable JPilot support." off \
LDAP "Enable LDAP support." off \
- SSL "Enable OpenSSL support." on
+ SSL "Enable OpenSSL support." on \
+ GTKSPELL "Enable Spell checking support" on
.include <bsd.port.pre.mk>
@@ -83,6 +84,13 @@ CONFIGURE_ARGS+=--enable-ldap
CONFIGURE_ARGS+=--disable-ldap
.endif
+.if defined(WITH_GTKSPELL)
+LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2
+CONFIGURE_ARGS+=--enable-gtkspell
+.else
+CONFIGURE_ARGS+=--disable-gtkspell
+.endif
+
.if defined(WITH_GNOME)
PLIST_FILES= share/gnome/applications/sylpheed.desktop \
share/gnome/pixmaps/sylpheed.png
diff --git a/mail/sylpheed2-devel/distinfo b/mail/sylpheed2-devel/distinfo
index b5b21767be95..de0d67a12389 100644
--- a/mail/sylpheed2-devel/distinfo
+++ b/mail/sylpheed2-devel/distinfo
@@ -1,2 +1,3 @@
-MD5 (sylpheed-2.1.6.tar.bz2) = 13f07647f8e12a72209fe1c6a26e6691
-SIZE (sylpheed-2.1.6.tar.bz2) = 2387321
+MD5 (sylpheed-2.1.7.tar.bz2) = 3ba7be368659d4f22263759b2c3cb055
+SHA256 (sylpheed-2.1.7.tar.bz2) = 6d2fe2c936be91ca7afb21491ec218dbc6fa1a0f8b086aef117674427e14d36c
+SIZE (sylpheed-2.1.7.tar.bz2) = 2397271