Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jul 2015 21:09:52 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r391962 - branches/2015Q3/net-im/kopete-kde4
Message-ID:  <201507132109.t6DL9qTq075515@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jul 13 21:09:51 2015
New Revision: 391962
URL: https://svnweb.freebsd.org/changeset/ports/391962

Log:
  MFH: r391957
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q3/net-im/kopete-kde4/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/net-im/kopete-kde4/Makefile
==============================================================================
--- branches/2015Q3/net-im/kopete-kde4/Makefile	Mon Jul 13 21:05:39 2015	(r391961)
+++ branches/2015Q3/net-im/kopete-kde4/Makefile	Mon Jul 13 21:09:51 2015	(r391962)
@@ -2,7 +2,7 @@
 
 PORTNAME=	kopete
 PORTVERSION=	${KDE4_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}
@@ -30,8 +30,9 @@ USE_SQLITE=	yes
 USE_XORG=	x11 xdamage xext xscrnsaver xtst
 USE_LDCONFIG=	yes
 
-SHEBANG_FILES=	${WRKSRC}/protocols/winpopup/winpopup-install \
-		${WRKSRC}/protocols/winpopup/winpopup-send
+SHEBANG_FILES=	protocols/winpopup/winpopup-install \
+		protocols/winpopup/winpopup-send \
+		kopete/kconf_update/*.pl
 
 WEBPLUGIN_NAME=	# empty
 WEBPLUGIN_FILES=	skypebuttons.so



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