svn commit: r391962 - branches/2015Q3/net-im/kopete-kde4

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jul 13 21:09:52 UTC 2015


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


More information about the svn-ports-branches mailing list