Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 2015 15:02:38 +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: r394067 - branches/2015Q3/x11/kde4-workspace
Message-ID:  <201508131502.t7DF2crv080026@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Aug 13 15:02:37 2015
New Revision: 394067
URL: https://svnweb.freebsd.org/changeset/ports/394067

Log:
  MFH: r394066
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam shebang fix blanket

Modified:
  branches/2015Q3/x11/kde4-workspace/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/x11/kde4-workspace/Makefile
==============================================================================
--- branches/2015Q3/x11/kde4-workspace/Makefile	Thu Aug 13 15:00:30 2015	(r394066)
+++ branches/2015Q3/x11/kde4-workspace/Makefile	Thu Aug 13 15:02:37 2015	(r394067)
@@ -2,7 +2,7 @@
 
 PORTNAME=	kde-workspace
 PORTVERSION=	${KDE4_WORKSPACE_VERSION}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11 kde
 MASTER_SITES=	KDE/${KDE4_BRANCH}/${KDE4_VERSION}/src
 DIST_SUBDIR=	KDE/${PORTVERSION}
@@ -45,12 +45,13 @@ USE_GNOME=	glib20
 USE_KDE4=	kactivities kdelibs kdeprefix nepomuk-core oxygen \
 		pimlibs akonadi automoc4 ontologies qimageblitz soprano strigi
 USES=		cmake:outsource compiler:c++11-lib gettext gmake iconv jpeg \
-		pkgconfig tar:xz
+		pkgconfig shebangfix tar:xz
 USE_QT4=	corelib dbus declarative designer_build gui network \
 		opengl phonon qtestlib script sql webkit xml \
 		moc_build qmake_build rcc_build uic_build
 USE_XORG=	kbproto x11 xau xcomposite xcursor xdamage xdmcp xfixes \
 		xft xi xinerama xkbfile xrandr xrender xres xscrnsaver xtst
+SHEBANG_FILES=	kwin/clients/oxygen/data/update_oxygen.pl
 USE_LDCONFIG=	yes
 
 CMAKE_ARGS=	-DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \



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