Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2017 05:25:16 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440089 - head/net-im/telepathy-gabble
Message-ID:  <201705040525.v445PG8g076931@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Thu May  4 05:25:16 2017
New Revision: 440089
URL: https://svnweb.freebsd.org/changeset/ports/440089

Log:
  Fix shebangs
  
  Reviewed by:		mat
  Approved by:		mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10527

Modified:
  head/net-im/telepathy-gabble/Makefile

Modified: head/net-im/telepathy-gabble/Makefile
==============================================================================
--- head/net-im/telepathy-gabble/Makefile	Thu May  4 05:24:35 2017	(r440088)
+++ head/net-im/telepathy-gabble/Makefile	Thu May  4 05:25:16 2017	(r440089)
@@ -3,7 +3,7 @@
 
 PORTNAME=	telepathy-gabble
 PORTVERSION=	0.18.3
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net-im
 MASTER_SITES=	http://telepathy.freedesktop.org/releases/${PORTNAME}/
 
@@ -23,13 +23,16 @@ RUN_DEPENDS=	ca_root_nss>=0:security/ca_
 
 PORTSCOUT=	limitw:1,even
 
-USES=		alias gmake libtool pathfix pkgconfig python:2,build 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
 CONFIGURE_ENV=	LIBS="-pthread"
 INSTALL_TARGET=	install-strip
 
+SHEBANG_FILES=	plugins/telepathy-gabble-xmpp-console
+
 PLIST_SUB=	PVERSION=${PORTVERSION}
 
 .include <bsd.port.pre.mk>



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