From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 2 07:10:01 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 7AC1C412 for ; Sat, 2 Feb 2013 07:10:01 +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 5178C28D for ; Sat, 2 Feb 2013 07:10:01 +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 r127A1wN006730 for ; Sat, 2 Feb 2013 07:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r127A1mV006729; Sat, 2 Feb 2013 07:10:01 GMT (envelope-from gnats) Date: Sat, 2 Feb 2013 07:10:01 GMT Message-Id: <201302020710.r127A1mV006729@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/175459: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Feb 2013 07:10:01 -0000 The following reply was made to PR ports/175459; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/175459: commit references a PR Date: Sat, 2 Feb 2013 07:00:48 +0000 (UTC) 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 -# +# Created by: Mikolaj Golub # $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 WWW: http://hastmon.googlecode.com/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"