From owner-svn-ports-head@FreeBSD.ORG Mon Jul 28 05:02:39 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7540E03; Mon, 28 Jul 2014 05:02:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B6B01C04; Mon, 28 Jul 2014 05:02:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6S52d6s018912; Mon, 28 Jul 2014 05:02:39 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6S52cAI018908; Mon, 28 Jul 2014 05:02:38 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201407280502.s6S52cAI018908@svn.freebsd.org> From: Kubilay Kocak Date: Mon, 28 Jul 2014 05:02:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363111 - head/sysutils/py-nagiosplugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2014 05:02:39 -0000 Author: koobs Date: Mon Jul 28 05:02:38 2014 New Revision: 363111 URL: http://svnweb.freebsd.org/changeset/ports/363111 QAT: https://qat.redports.org/buildarchive/r363111/ Log: sysutils/py-nagiosplugin: Update to 1.2.2 - Update to 1.2.2 - Add LICENSE_FILE - Add regression-test target - Update pkg-descr WWW: URL PR: 192034 Submitted by: skreuzer Modified: head/sysutils/py-nagiosplugin/Makefile head/sysutils/py-nagiosplugin/distinfo head/sysutils/py-nagiosplugin/pkg-descr Modified: head/sysutils/py-nagiosplugin/Makefile ============================================================================== --- head/sysutils/py-nagiosplugin/Makefile Mon Jul 28 01:35:20 2014 (r363110) +++ head/sysutils/py-nagiosplugin/Makefile Mon Jul 28 05:02:38 2014 (r363111) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= nagiosplugin -PORTVERSION= 0.4.5 -PORTREVISION= 1 +PORTVERSION= 1.2.2 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,9 +10,15 @@ MAINTAINER= koobs@FreeBSD.org COMMENT= Class library for writing Nagios (Icinga) plugins LICENSE= ZPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes +pre-install: regression-test + +regression-test: build + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + .include Modified: head/sysutils/py-nagiosplugin/distinfo ============================================================================== --- head/sysutils/py-nagiosplugin/distinfo Mon Jul 28 01:35:20 2014 (r363110) +++ head/sysutils/py-nagiosplugin/distinfo Mon Jul 28 05:02:38 2014 (r363111) @@ -1,2 +1,2 @@ -SHA256 (nagiosplugin-0.4.5.tar.gz) = e1aae1811dcc54a7d55486a8eebb898b7675825e816ab4ab2f9ad0c6cb32a662 -SIZE (nagiosplugin-0.4.5.tar.gz) = 26023 +SHA256 (nagiosplugin-1.2.2.tar.gz) = b61413410d79fe0785d411365f71af1b2b906a349ba76315f32c451eba12b51f +SIZE (nagiosplugin-1.2.2.tar.gz) = 39189 Modified: head/sysutils/py-nagiosplugin/pkg-descr ============================================================================== --- head/sysutils/py-nagiosplugin/pkg-descr Mon Jul 28 01:35:20 2014 (r363110) +++ head/sysutils/py-nagiosplugin/pkg-descr Mon Jul 28 05:02:38 2014 (r363111) @@ -13,4 +13,4 @@ including: * Default options * Persistent "cookies" to retain state information between check runs -WWW: https://projects.gocept.com/projects/nagiosplugin/wiki +WWW: http://projects.gocept.com/projects/nagiosplugin