svn commit: r441046 - head/sysutils/condor

Tobias C. Berner tcberner at FreeBSD.org
Tue May 16 18:49:16 UTC 2017


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


More information about the svn-ports-all mailing list