diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-02-02 07:00:39 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-02-02 07:00:39 +0000 |
commit | bc3694e85d0f7e553a780f12363d7fb5631c3ed7 (patch) | |
tree | 0b731170930be8303d28779b7399f24b6e7c5910 | |
parent | update zpaq to v6.20 (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=311416
-rw-r--r-- | net-mgmt/hastmon/Makefile | 16 | ||||
-rw-r--r-- | net-mgmt/hastmon/distinfo | 4 | ||||
-rw-r--r-- | net-mgmt/hastmon/pkg-descr | 1 |
3 files changed, 8 insertions, 13 deletions
diff --git a/net-mgmt/hastmon/Makefile b/net-mgmt/hastmon/Makefile index db2db380745b..f97834d6d1e5 100644 --- a/net-mgmt/hastmon/Makefile +++ b/net-mgmt/hastmon/Makefile @@ -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 diff --git a/net-mgmt/hastmon/distinfo b/net-mgmt/hastmon/distinfo index 10e5c71d4854..b71a791874e1 100644 --- a/net-mgmt/hastmon/distinfo +++ b/net-mgmt/hastmon/distinfo @@ -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 diff --git a/net-mgmt/hastmon/pkg-descr b/net-mgmt/hastmon/pkg-descr index 124ffda9688a..565ea1e78033 100644 --- a/net-mgmt/hastmon/pkg-descr +++ b/net-mgmt/hastmon/pkg-descr @@ -4,5 +4,4 @@ cluster and each machine is one cluster node. hastmon is designed for 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/ |