svn commit: r363112 - head/sysutils/py-nagiosplugin

Kubilay Kocak koobs at FreeBSD.org
Mon Jul 28 05:21:11 UTC 2014


Author: koobs
Date: Mon Jul 28 05:21:11 2014
New Revision: 363112
URL: http://svnweb.freebsd.org/changeset/ports/363112
QAT: https://qat.redports.org/buildarchive/r363112/

Log:
  sysutils/py-nagiosplugin: Remove pre-install target
  
  Remove pre-install target, committed inadvertently.
  
  Also, here's the URL for nagiosplugin changes:
  
    * http://pythonhosted.org/nagiosplugin/history.html

Modified:
  head/sysutils/py-nagiosplugin/Makefile

Modified: head/sysutils/py-nagiosplugin/Makefile
==============================================================================
--- head/sysutils/py-nagiosplugin/Makefile	Mon Jul 28 05:02:38 2014	(r363111)
+++ head/sysutils/py-nagiosplugin/Makefile	Mon Jul 28 05:21:11 2014	(r363112)
@@ -2,6 +2,7 @@
 
 PORTNAME=	nagiosplugin
 PORTVERSION=	1.2.2
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,8 +17,6 @@ USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
-pre-install: regression-test
-
 regression-test: build
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
 


More information about the svn-ports-all mailing list