Date: Mon, 26 Dec 2016 11:31:07 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429494 - head/www/web2ldap Message-ID: <201612261131.uBQBV7To065288@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612261131.uBQBV7To065288>