Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Feb 2016 12:25:39 +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: r409602 - head/sysutils/py-nagiosplugin
Message-ID:  <201602261225.u1QCPdCi056621@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Fri Feb 26 12:25:39 2016
New Revision: 409602
URL: https://svnweb.freebsd.org/changeset/ports/409602

Log:
  sysutils/py-nagiosplugin: Update to 1.2.3
  
  - Update PORTVERSION and distinfo checksum (1.2.3)
  - Enable NO_ARCH (architecture independent)
  - Update test target

Modified:
  head/sysutils/py-nagiosplugin/Makefile
  head/sysutils/py-nagiosplugin/distinfo

Modified: head/sysutils/py-nagiosplugin/Makefile
==============================================================================
--- head/sysutils/py-nagiosplugin/Makefile	Fri Feb 26 12:04:08 2016	(r409601)
+++ head/sysutils/py-nagiosplugin/Makefile	Fri Feb 26 12:25:39 2016	(r409602)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	nagiosplugin
-PORTVERSION=	1.2.2
-PORTREVISION=	1
+PORTVERSION=	1.2.3
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +15,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 USES=		python
 USE_PYTHON=	distutils autoplist
 
-regression-test: build
+NO_ARCH=	yes
+
+do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
 
 .include <bsd.port.mk>

Modified: head/sysutils/py-nagiosplugin/distinfo
==============================================================================
--- head/sysutils/py-nagiosplugin/distinfo	Fri Feb 26 12:04:08 2016	(r409601)
+++ head/sysutils/py-nagiosplugin/distinfo	Fri Feb 26 12:25:39 2016	(r409602)
@@ -1,2 +1,2 @@
-SHA256 (nagiosplugin-1.2.2.tar.gz) = b61413410d79fe0785d411365f71af1b2b906a349ba76315f32c451eba12b51f
-SIZE (nagiosplugin-1.2.2.tar.gz) = 39189
+SHA256 (nagiosplugin-1.2.3.tar.gz) = 9a1729d6479b71b1c7184e88a6214b00133953921df1be2d14ccb35a94a3c8dd
+SIZE (nagiosplugin-1.2.3.tar.gz) = 37570



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