Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jul 2014 05:21:11 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363112 - head/sysutils/py-nagiosplugin
Message-ID:  <201407280521.s6S5LBKY025878@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407280521.s6S5LBKY025878>