Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2015 23:21:19 +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: r384540 - branches/2015Q2/x11/scripts
Message-ID:  <201504222321.t3MNLJ0M034596@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Apr 22 23:21:19 2015
New Revision: 384540
URL: https://svnweb.freebsd.org/changeset/ports/384540

Log:
  MFH: r384539
  
  - Fix run depends: installs script which needs ksh
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (delphij)

Modified:
  branches/2015Q2/x11/scripts/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/x11/scripts/Makefile
==============================================================================
--- branches/2015Q2/x11/scripts/Makefile	Wed Apr 22 23:01:08 2015	(r384539)
+++ branches/2015Q2/x11/scripts/Makefile	Wed Apr 22 23:21:19 2015	(r384540)
@@ -2,12 +2,19 @@
 
 PORTNAME=	scripts
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	Various X related scripts
 
+RUN_DEPENDS=	ksh:${PORTSDIR}/shells/pdksh
+
 XORG_CAT=	app
 USE_XORG=	x11
+USES=		shebangfix
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|XCOMM!${ksh_OLD_CMD}|XCOMM!${ksh_CMD}|' ${WRKSRC}/xauth_switch_to_sun-des-1.cpp
 
 .include <bsd.port.mk>



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