Date: Sat, 1 Feb 2014 08:42:58 +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: r342098 - head/sysutils/py-nagiosplugin Message-ID: <201402010842.s118gwoC069666@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Sat Feb 1 08:42:58 2014 New Revision: 342098 URL: http://svnweb.freebsd.org/changeset/ports/342098 QAT: https://qat.redports.org/buildarchive/r342098/ Log: sysutils/py-nagiosplugin: Enable STAGE and AUTOPLIST support - Enable STAGE support - Enable AUTOPLIST, delete pkg-plist - Deprecate easy_install target - pkg-descr: Tab to space in WWW: Deleted: head/sysutils/py-nagiosplugin/pkg-plist Modified: head/sysutils/py-nagiosplugin/Makefile head/sysutils/py-nagiosplugin/pkg-descr Modified: head/sysutils/py-nagiosplugin/Makefile ============================================================================== --- head/sysutils/py-nagiosplugin/Makefile Sat Feb 1 08:39:51 2014 (r342097) +++ head/sysutils/py-nagiosplugin/Makefile Sat Feb 1 08:42:58 2014 (r342098) @@ -11,8 +11,8 @@ COMMENT= Class library for writing Nagio LICENSE= ZPL21 -USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/sysutils/py-nagiosplugin/pkg-descr ============================================================================== --- head/sysutils/py-nagiosplugin/pkg-descr Sat Feb 1 08:39:51 2014 (r342097) +++ head/sysutils/py-nagiosplugin/pkg-descr Sat Feb 1 08:42:58 2014 (r342098) @@ -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: https://projects.gocept.com/projects/nagiosplugin/wiki
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402010842.s118gwoC069666>