diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2012-06-29 17:16:02 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2012-06-29 17:16:02 +0800 |
commit | 304baff0c193e0d5186a15b5d351da1484830268 (patch) | |
tree | 218aa77bb582814b60b5262b75f95ee271256dc8 /mail/sylpheed | |
parent | 8baefd05eae23062e33bf50c48524814ea618e1b (diff) | |
download | freebsd-ports-gnome-304baff0c193e0d5186a15b5d351da1484830268.tar.gz freebsd-ports-gnome-304baff0c193e0d5186a15b5d351da1484830268.tar.zst freebsd-ports-gnome-304baff0c193e0d5186a15b5d351da1484830268.zip |
Update to 3.2.0
Diffstat (limited to 'mail/sylpheed')
-rw-r--r-- | mail/sylpheed/Makefile | 11 | ||||
-rw-r--r-- | mail/sylpheed/distinfo | 4 |
2 files changed, 7 insertions, 8 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index cd4a0eedcad1..2b431967c404 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sylpheed -PORTVERSION= 3.1.4 -PORTREVISION= 1 +PORTVERSION= 3.2.0 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ \ CRITICAL @@ -55,7 +54,7 @@ CONFIGURE_ARGS+=--disable-ssl .endif .if defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme:${PORTSDIR}/security/gpgme RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg \ pinentry-gtk-2:${PORTSDIR}/security/pinentry-gtk2 CONFIGURE_ARGS+=--enable-gpgme @@ -64,14 +63,14 @@ CONFIGURE_ARGS+=--disable-gpgme .endif .if defined(WITH_COMPFACE) -LIB_DEPENDS+= compface.1:${PORTSDIR}/mail/faces +LIB_DEPENDS+= compface:${PORTSDIR}/mail/faces CONFIGURE_ARGS+=--enable-compface .else CONFIGURE_ARGS+=--disable-compface .endif .if defined(WITH_JPILOT) -LIB_DEPENDS+= pisock.9:${PORTSDIR}/palm/pilot-link +LIB_DEPENDS+= pisock:${PORTSDIR}/palm/pilot-link RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot CONFIGURE_ARGS+=--enable-jpilot .else @@ -86,7 +85,7 @@ CONFIGURE_ARGS+=--disable-ldap .endif .if defined(WITH_GTKSPELL) -LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell +LIB_DEPENDS+= gtkspell:${PORTSDIR}/textproc/gtkspell CONFIGURE_ARGS+=--enable-gtkspell .else CONFIGURE_ARGS+=--disable-gtkspell diff --git a/mail/sylpheed/distinfo b/mail/sylpheed/distinfo index 57ab2445b08a..c79035115554 100644 --- a/mail/sylpheed/distinfo +++ b/mail/sylpheed/distinfo @@ -1,2 +1,2 @@ -SHA256 (sylpheed-3.1.4.tar.bz2) = 5bd4105b78a65070000375193c506fda09c1e0471403f7b9e225cfca904c93ab -SIZE (sylpheed-3.1.4.tar.bz2) = 3239023 +SHA256 (sylpheed-3.2.0.tar.bz2) = 4aeb7c6436ad485a2cc101dd68a1fb84abcad4c6471ed9ddefec65e482e5b2b1 +SIZE (sylpheed-3.2.0.tar.bz2) = 3288292 |