Date: Sat, 2 Feb 2013 07:00:40 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311416 - head/net-mgmt/hastmon Message-ID: <201302020700.r1270e1w043304@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Sat Feb 2 07:00:39 2013 New Revision: 311416 URL: http://svnweb.freebsd.org/changeset/ports/311416 Log: - Update to version 0.3.1 - Cleanup Makefile a bit - Drop author attribution from pkg-descr while here PR: ports/175459 Submitted by: trociny (maintainer) Modified: head/net-mgmt/hastmon/Makefile head/net-mgmt/hastmon/distinfo head/net-mgmt/hastmon/pkg-descr Modified: head/net-mgmt/hastmon/Makefile ============================================================================== --- head/net-mgmt/hastmon/Makefile Sat Feb 2 06:33:30 2013 (r311415) +++ head/net-mgmt/hastmon/Makefile Sat Feb 2 07:00:39 2013 (r311416) @@ -1,22 +1,18 @@ -# New ports collection makefile for: hastmon -# Date created: 23 October 2010 -# Whom: Mikolaj Golub <to.my.trociny@gmail.com> -# +# Created by: Mikolaj Golub <to.my.trociny@gmail.com> # $FreeBSD$ -# PORTNAME= hastmon -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= net-mgmt -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE -MAINTAINER= to.my.trociny@gmail.com +MAINTAINER= trociny@FreeBSD.org COMMENT= Cluster monitoring daemon -BUILD_DEPENDS= mk-configure>=0.20:${PORTSDIR}/devel/mk-configure - LICENSE= BSD +BUILD_DEPENDS= mk-configure>=0.20:${PORTSDIR}/devel/mk-configure + MKCMAKE?= ${LOCALBASE}/bin/mkcmake INSTALL_TARGET= installdirs install Modified: head/net-mgmt/hastmon/distinfo ============================================================================== --- head/net-mgmt/hastmon/distinfo Sat Feb 2 06:33:30 2013 (r311415) +++ head/net-mgmt/hastmon/distinfo Sat Feb 2 07:00:39 2013 (r311416) @@ -1,2 +1,2 @@ -SHA256 (hastmon-0.3.0.tar.gz) = 13e374f8cf269baaf0d7b9f3cc416113fcef833a7638d282e2e40d0f540de8f2 -SIZE (hastmon-0.3.0.tar.gz) = 73129 +SHA256 (hastmon-0.3.1.tar.gz) = 3409546144af04bfb20288ac551ece1080359d8bd4dda44aafbb424b4060f3ac +SIZE (hastmon-0.3.1.tar.gz) = 78355 Modified: head/net-mgmt/hastmon/pkg-descr ============================================================================== --- head/net-mgmt/hastmon/pkg-descr Sat Feb 2 06:33:30 2013 (r311415) +++ head/net-mgmt/hastmon/pkg-descr Sat Feb 2 07:00:39 2013 (r311416) @@ -4,5 +4,4 @@ cluster and each machine is one cluster clusters that work in Primary-Secondary configuration, which means that only one of the cluster nodes can be active at any given time. -Author: Mikolaj Golub <to.my.trociny@gmail.com> WWW: http://hastmon.googlecode.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302020700.r1270e1w043304>