From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 20 18:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A0857A72 for ; Sun, 20 Jan 2013 18:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8752EF9C for ; Sun, 20 Jan 2013 18:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0KIo0mi052017 for ; Sun, 20 Jan 2013 18:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0KIo0hi052016; Sun, 20 Jan 2013 18:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 20 Jan 2013 18:50:00 GMT Resent-Message-Id: <201301201850.r0KIo0hi052016@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mikolaj Golub Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2048D95A for ; Sun, 20 Jan 2013 18:43:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id EFD65F64 for ; Sun, 20 Jan 2013 18:43:55 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r0KIhtXu024826 for ; Sun, 20 Jan 2013 18:43:55 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r0KIhtd0024825; Sun, 20 Jan 2013 18:43:55 GMT (envelope-from nobody) Message-Id: <201301201843.r0KIhtd0024825@red.freebsd.org> Date: Sun, 20 Jan 2013 18:43:55 GMT From: Mikolaj Golub To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/175459: net-mgmt/hastmon: update to 0.3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 18:50:00 -0000 >Number: 175459 >Category: ports >Synopsis: net-mgmt/hastmon: update to 0.3.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jan 20 18:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mikolaj Golub >Release: >Organization: >Environment: >Description: Update to version 0.3.1; hastmon (0.3.1) * Import from HAST related improvements and bug fixes. * Add role_on_start option. * Makefile improvements suggested by Aleksey Cheusov. * Fix issue 1: the secondary did not failover when the primary lose network, due to timeout not being set on the secondary's heartbeat receive socket (reported and tested by laurencesgill). * Make compile with clang without warning. * Update FreeBSD rc.d script. -- Mikolaj Golub 2013/01/20 Update port Makefile: - headers; - MAINTAINER email; - place LICENSE in right section. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: net-mgmt/hastmon/distinfo =================================================================== --- net-mgmt/hastmon/distinfo (revision 310335) +++ net-mgmt/hastmon/distinfo (working copy) @@ -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 Index: net-mgmt/hastmon/Makefile =================================================================== --- net-mgmt/hastmon/Makefile (revision 310335) +++ net-mgmt/hastmon/Makefile (working copy) @@ -1,22 +1,18 @@ -# New ports collection makefile for: hastmon -# Date created: 23 October 2010 -# Whom: Mikolaj Golub -# +# Created by: Mikolaj Golub # $FreeBSD$ -# PORTNAME= hastmon -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -MAINTAINER= to.my.trociny@gmail.com +MAINTAINER= trociny@FreeBSD.org COMMENT= Cluster monitoring daemon +LICENSE= BSD + BUILD_DEPENDS= mk-configure>=0.20:${PORTSDIR}/devel/mk-configure -LICENSE= BSD - MKCMAKE?= ${LOCALBASE}/bin/mkcmake INSTALL_TARGET= installdirs install >Release-Note: >Audit-Trail: >Unformatted: