svn commit: r369474 - head/databases/skytools

Marcus von Appen mva at FreeBSD.org
Sun Sep 28 17:57:13 UTC 2014


Author: mva
Date: Sun Sep 28 17:57:12 2014
New Revision: 369474
URL: http://svnweb.freebsd.org/changeset/ports/369474
QAT: https://qat.redports.org/buildarchive/r369474/

Log:
  - Convert to USES=python
  
  Approved by:	portmgr (implicit)

Modified:
  head/databases/skytools/Makefile

Modified: head/databases/skytools/Makefile
==============================================================================
--- head/databases/skytools/Makefile	Sun Sep 28 17:47:50 2014	(r369473)
+++ head/databases/skytools/Makefile	Sun Sep 28 17:57:12 2014	(r369474)
@@ -10,11 +10,9 @@ MAINTAINER=	sam at cassiba.com
 COMMENT=	PostgreSQL tools from Skype: walshipping, queueing, replication
 
 GNU_CONFIGURE=	yes
-USES=		gmake shebangfix
+USES=		gmake python:2 shebangfix
 
 USE_PGSQL=	yes
-USE_PYTHON=	2
-INSTALLS_EGGINFO=	yes
 
 python_OLD_CMD=	/usr/bin/env python
 python_CMD=	/usr/bin/env python2


More information about the svn-ports-head mailing list