svn commit: r335883 - head/databases/skytools
Marcus von Appen
mva at FreeBSD.org
Sun Dec 8 13:10:58 UTC 2013
Author: mva
Date: Sun Dec 8 13:10:57 2013
New Revision: 335883
URL: http://svnweb.freebsd.org/changeset/ports/335883
Log:
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency
Approved by: portmgr (blanket)
Modified:
head/databases/skytools/Makefile (contents, props changed)
Modified: head/databases/skytools/Makefile
==============================================================================
--- head/databases/skytools/Makefile Sun Dec 8 13:09:07 2013 (r335882)
+++ head/databases/skytools/Makefile Sun Dec 8 13:10:57 2013 (r335883)
@@ -11,13 +11,20 @@ MAINTAINER= kheechin at gmail.com
COMMENT= PostgreSQL tools from Skype: walshipping, queueing, replication
GNU_CONFIGURE= yes
-USES= gmake
+USES= gmake shebangfix
USE_PGSQL= yes
WANT_PGSQL_VER= 91-
-USE_PYTHON= yes
+USE_PYTHON= 2
INSTALLS_EGGINFO= yes
+python_OLD_CMD= /usr/bin/env python
+python_CMD= /usr/bin/env python2
+SHEBANG_FILES= scripts/catsql.py scripts/bulk_loader.py \
+ scripts/cube_dispatcher.py scripts/queue_splitter.py \
+ scripts/queue_mover.py scripts/scriptmgr.py \
+ scripts/skytools_upgrade.py scripts/table_dispatcher.py
+
MAN1= bulk_loader.1 cube_dispatcher.1 londiste.1 pgqadm.1 queue_mover.1 \
queue_splitter.1 scriptmgr.1 skytools_upgrade.1 table_dispatcher.1 \
walmgr.1
More information about the svn-ports-head
mailing list