svn commit: r370461 - head/databases/nagios-check_postgres_replication

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 8 17:05:37 UTC 2014


Author: bapt
Date: Wed Oct  8 17:05:36 2014
New Revision: 370461
URL: https://svnweb.freebsd.org/changeset/ports/370461
QAT: https://qat.redports.org/buildarchive/r370461/

Log:
  Convert to USES=pgsql and USES=python

Modified:
  head/databases/nagios-check_postgres_replication/Makefile

Modified: head/databases/nagios-check_postgres_replication/Makefile
==============================================================================
--- head/databases/nagios-check_postgres_replication/Makefile	Wed Oct  8 17:02:18 2014	(r370460)
+++ head/databases/nagios-check_postgres_replication/Makefile	Wed Oct  8 17:05:36 2014	(r370461)
@@ -16,8 +16,7 @@ COMMENT=	Nagios plugin to check the lag 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nagiosplugin>=0:${PORTSDIR}/sysutils/py-nagiosplugin \
 		${PYTHON_PKGNAMEPREFIX}psycopg2>=0:${PORTSDIR}/databases/py-psycopg2
 
-USE_PYTHON=	yes
-USE_PGSQL=	yes
+USES=	pgsql python
 
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes


More information about the svn-ports-all mailing list