svn commit: r380860 - head/databases/pg_activity
Jason Helfman
jgh at FreeBSD.org
Mon Mar 9 16:14:12 UTC 2015
Author: jgh
Date: Mon Mar 9 16:14:11 2015
New Revision: 380860
URL: https://svnweb.freebsd.org/changeset/ports/380860
QAT: https://qat.redports.org/buildarchive/r380860/
Log:
- update comment
- define python versions
- sort python uses
Modified:
head/databases/pg_activity/Makefile
Modified: head/databases/pg_activity/Makefile
==============================================================================
--- head/databases/pg_activity/Makefile Mon Mar 9 16:12:48 2015 (r380859)
+++ head/databases/pg_activity/Makefile Mon Mar 9 16:14:11 2015 (r380860)
@@ -7,7 +7,7 @@ CATEGORIES= databases python
MASTER_SITES= GH
MAINTAINER= jgh at FreeBSD.org
-COMMENT= Top like utility for PostgreSQL activity monitoring
+COMMENT= Htop like application for PostgreSQL server activity monitoring
LICENSE= BSD3CLAUSE
@@ -21,8 +21,8 @@ GH_ACCOUNT= julmon
GH_TAGNAME= v${PORTVERSION}
GH_COMMIT= 3b6b371
-USES= python
-USE_PYTHON= distutils autoplist noegginfo
+USES= python:2.6+
+USE_PYTHON= autoplist autoplist noegginfo
PYDISTUTILS_INSTALLARGS= --with-man
post-patch:
More information about the svn-ports-all
mailing list