svn commit: r429494 - head/www/web2ldap

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 26 11:31:08 UTC 2016


Author: amdmi3
Date: Mon Dec 26 11:31:07 2016
New Revision: 429494
URL: https://svnweb.freebsd.org/changeset/ports/429494

Log:
  - Properly fix shebangs
  
  Approved by:	portmgr blanket

Modified:
  head/www/web2ldap/Makefile

Modified: head/www/web2ldap/Makefile
==============================================================================
--- head/www/web2ldap/Makefile	Mon Dec 26 11:30:34 2016	(r429493)
+++ head/www/web2ldap/Makefile	Mon Dec 26 11:31:07 2016	(r429494)
@@ -3,6 +3,7 @@
 
 PORTNAME=	web2ldap
 PORTVERSION=	1.2.71
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://www.web2ldap.de/download/ \
 		http://www.sfr-fresh.com/unix/www/ \
@@ -20,6 +21,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ldap
 
 OPTIONS_DEFINE=	DOCS
 USES=		cpe python:2 shebangfix
+python_OLD_CMD=	/usr/bin/python2.7
 SHEBANG_FILES=	sbin/*.py fcgi/*.py
 SUB_FILES=	pkg-message
 NO_ARCH=	yes


More information about the svn-ports-head mailing list