Date: Fri, 12 Jan 2018 15:48:12 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458855 - head/net-im/telepathy-gabble Message-ID: <201801121548.w0CFmCMZ004355@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Fri Jan 12 15:48:12 2018 New Revision: 458855 URL: https://svnweb.freebsd.org/changeset/ports/458855 Log: net-im/telepathy-gabble: add shebangfix, and some dependencies PR: 218828 Submitted by: Matthew Rezny <rezny@freebsd.org> Modified: head/net-im/telepathy-gabble/Makefile Modified: head/net-im/telepathy-gabble/Makefile ============================================================================== --- head/net-im/telepathy-gabble/Makefile Fri Jan 12 15:29:00 2018 (r458854) +++ head/net-im/telepathy-gabble/Makefile Fri Jan 12 15:48:12 2018 (r458855) @@ -3,7 +3,7 @@ PORTNAME= telepathy-gabble PORTVERSION= 0.18.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ @@ -16,6 +16,8 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libnice.so:net-im/libnice \ libtelepathy-glib.so:net-im/telepathy-glib \ libdbus-glib-1.so:devel/dbus-glib \ + libdbus-1.so:devel/dbus \ + libgnutls.so:security/gnutls \ libuuid.so:misc/e2fsprogs-libuuid \ libloudmouth-1.so:net-im/loudmouth RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ @@ -23,8 +25,8 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ PORTSCOUT= limitw:1,even -USES= alias gmake libtool pathfix pkgconfig python:2,build shebangfix \ - sqlite ssl +USES= alias gmake libtool pathfix pkgconfig python:2,build \ + shebangfix sqlite ssl USE_GNOME= glib20 gtksourceview3 libxslt:build GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt @@ -34,6 +36,7 @@ INSTALL_TARGET= install-strip SHEBANG_FILES= plugins/telepathy-gabble-xmpp-console PLIST_SUB= PVERSION=${PORTVERSION} +SHEBANG_FILES= plugins/telepathy-gabble-xmpp-console .include <bsd.port.pre.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801121548.w0CFmCMZ004355>