Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2017 18:49:15 +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: r441046 - head/sysutils/condor
Message-ID:  <201705161849.v4GInFa7071429@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Tue May 16 18:49:15 2017
New Revision: 441046
URL: https://svnweb.freebsd.org/changeset/ports/441046

Log:
  Fix shebangs.
  
  Approved by:	rakuco (mentor, implicit)

Modified:
  head/sysutils/condor/Makefile

Modified: head/sysutils/condor/Makefile
==============================================================================
--- head/sysutils/condor/Makefile	Tue May 16 18:22:44 2017	(r441045)
+++ head/sysutils/condor/Makefile	Tue May 16 18:49:15 2017	(r441046)
@@ -6,7 +6,7 @@
 
 PORTNAME=	condor
 PORTVERSION=	8.4.9
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils net
 MASTER_SITES=	http://www.acadix.biz/Ports/distfiles/
 DISTNAME=	condor_src-${PORTVERSION}-all-all
@@ -32,7 +32,8 @@ SHEBANG_FILES=	src/condor_scripts/condor
 		src/condor_gridmanager/remote_gahp \
 		src/condor_examples/condor_limits_wrapper.sh \
 		src/condor_examples/condor_schedd.init \
-		src/condor_starter.V6.1/condor_ssh_to_job_shell_setup
+		src/condor_starter.V6.1/condor_ssh_to_job_shell_setup \
+		src/condor_job_router/condor_router_history
 
 WANT_PGSQL=	server
 CXXFLAGS+=	-I${LOCALBASE}/include -fPIC



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