Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jul 2016 11:09:37 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419308 - head/mail/sylpheed
Message-ID:  <201607301109.u6UB9bnI084624@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sat Jul 30 11:09:37 2016
New Revision: 419308
URL: https://svnweb.freebsd.org/changeset/ports/419308

Log:
  - Update to 3.5.1
  - Register LIB_DEPENDS according to selected OPTIONS (prompted by QA scripts)

Modified:
  head/mail/sylpheed/Makefile
  head/mail/sylpheed/distinfo
  head/mail/sylpheed/pkg-plist

Modified: head/mail/sylpheed/Makefile
==============================================================================
--- head/mail/sylpheed/Makefile	Sat Jul 30 10:57:14 2016	(r419307)
+++ head/mail/sylpheed/Makefile	Sat Jul 30 11:09:37 2016	(r419308)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sylpheed
-PORTVERSION=	3.5.0
-PORTREVISION=	1
+PORTVERSION=	3.5.1
 CATEGORIES=	mail ipv6
 MASTER_SITES=	http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/  \
 		LOCAL/ehaupt
@@ -15,10 +14,12 @@ LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	dual
 
 RUN_DEPENDS=	${LOCALBASE}/etc/mime.types:misc/mime-support
+LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2
 
 USES=		gettext iconv gmake pkgconfig tar:bzip2 desktop-file-utils \
 		libtool
-USE_GNOME=	gtk20
+USE_GNOME=	gtk20 cairo gdkpixbuf2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
@@ -54,11 +55,16 @@ COMPFACE_CONFIGURE_ENABLE=	compface
 
 CURL_RUN_DEPENDS=		curl:ftp/curl
 
-GPGME_LIB_DEPENDS=		libgpgme.so:security/gpgme
+GPGME_LIB_DEPENDS=		libgpgme.so:security/gpgme \
+				libgpg-error.so:security/libgpg-error \
+				libassuan.so:security/libassuan
 GPGME_RUN_DEPENDS=		gpg:security/gnupg
 GPGME_CONFIGURE_ENABLE=		gpgme
 
-GTKSPELL_LIB_DEPENDS=		libgtkspell.so:textproc/gtkspell
+GTKSPELL_LIB_DEPENDS=		libgtkspell.so:textproc/gtkspell \
+				libenchant.so:textproc/enchant \
+				libdbus-glib-1.so:devel/dbus-glib \
+				libdbus-1.so:devel/dbus
 GTKSPELL_CONFIGURE_ENABLE=	gtkspell
 
 HIDE_OSSIG_EXTRA_PATCHES=	${PATCHDIR}/extra-patch-src_main.c

Modified: head/mail/sylpheed/distinfo
==============================================================================
--- head/mail/sylpheed/distinfo	Sat Jul 30 10:57:14 2016	(r419307)
+++ head/mail/sylpheed/distinfo	Sat Jul 30 11:09:37 2016	(r419308)
@@ -1,2 +1,3 @@
-SHA256 (sylpheed-3.5.0.tar.bz2) = 4a0b62d17bca6f1a96ab951ef55a9a67813d87bc1dc3ee55d8ec2c045366a05c
-SIZE (sylpheed-3.5.0.tar.bz2) = 3519735
+TIMESTAMP = 1469875070
+SHA256 (sylpheed-3.5.1.tar.bz2) = 3a5a04a13a0e2f32cdbc6e09d92b5143ca96df5fef23425cd81d96b8bd5b1087
+SIZE (sylpheed-3.5.1.tar.bz2) = 3561816

Modified: head/mail/sylpheed/pkg-plist
==============================================================================
--- head/mail/sylpheed/pkg-plist	Sat Jul 30 10:57:14 2016	(r419307)
+++ head/mail/sylpheed/pkg-plist	Sat Jul 30 11:09:37 2016	(r419308)
@@ -1,5 +1,6 @@
 bin/sylpheed
 include/sylpheed/plugin.h
+include/sylpheed/plugin-types.h
 include/sylpheed/sylph/account.h
 include/sylpheed/sylph/base64.h
 include/sylpheed/sylph/codeconv.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607301109.u6UB9bnI084624>