svn commit: r387542 - head/sysutils/racktables

Ryan Steinmetz zi at FreeBSD.org
Wed May 27 06:12:09 UTC 2015


Author: zi
Date: Wed May 27 06:12:08 2015
New Revision: 387542
URL: https://svnweb.freebsd.org/changeset/ports/387542

Log:
  - Shebang fix
  - Bump PORTREVISION
  
  PR:		200419
  Submitted by:	ohauer@

Modified:
  head/sysutils/racktables/Makefile

Modified: head/sysutils/racktables/Makefile
==============================================================================
--- head/sysutils/racktables/Makefile	Wed May 27 05:21:04 2015	(r387541)
+++ head/sysutils/racktables/Makefile	Wed May 27 06:12:08 2015	(r387542)
@@ -3,6 +3,7 @@
 
 PORTNAME=	racktables
 DISTVERSION=	0.20.10
+PORTREVISION=	1
 CATEGORIES?=	sysutils www
 MASTER_SITES=	SF/${PORTNAME}/
 DISTNAME=	RackTables-${DISTVERSION}
@@ -17,6 +18,11 @@ RACKHOME?=	www/racktables
 
 PORTEXAMPLES=	init-sample-racks.sql syncdomain.php
 
+USES=		shebangfix
+SHEBANG_FILES=	gateways/*
+python_OLD_CMD=	${SETENV} python
+python_CMD=	${LOCALBASE}/bin/python2.7
+
 WANT_PHP_WEB=	yes
 USE_PHP=	bcmath gd json mbstring mysql pdo_mysql session
 SUB_FILES=	pkg-message


More information about the svn-ports-all mailing list