Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Sep 2017 11:46:51 +0000 (UTC)
From:      Michael Gmelin <grembo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449242 - in head/sysutils/heartbeat: . files
Message-ID:  <201709041146.v84BkpqI044376@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: grembo
Date: Mon Sep  4 11:46:51 2017
New Revision: 449242
URL: https://svnweb.freebsd.org/changeset/ports/449242

Log:
  - Remove pkg-install.in which stopped heartbeat on
    update (even if the changes didn't require it to
    do so, so it did more harm than good).
  - Take maintainership
  
  PR:		216675
  Approved by:	maintainer

Deleted:
  head/sysutils/heartbeat/files/pkg-install.in
Modified:
  head/sysutils/heartbeat/Makefile

Modified: head/sysutils/heartbeat/Makefile
==============================================================================
--- head/sysutils/heartbeat/Makefile	Mon Sep  4 09:01:43 2017	(r449241)
+++ head/sysutils/heartbeat/Makefile	Mon Sep  4 11:46:51 2017	(r449242)
@@ -3,14 +3,14 @@
 
 PORTNAME=	heartbeat
 PORTVERSION=	2.1.4
-PORTREVISION=	28
+PORTREVISION=	29
 CATEGORIES=	sysutils
 #MASTER_SITES=	http://hg.linux-ha.org/lha-2.1/archive/STABLE-2.1.4.tar.bz2
 MASTER_SITES=	LOCAL/kuriyama/heartbeat
 DISTNAME=	STABLE-${PORTVERSION}
 DIST_SUBDIR=	heartbeat
 
-MAINTAINER=	ports@encarnate.com
+MAINTAINER=	grembo@FreeBSD.org
 COMMENT=	Subsystem for High-Availability Clustering
 
 LICENSE=	GPLv2 LGPL21
@@ -54,7 +54,7 @@ CONFIGURE_ARGS=	--localstatedir=/var \
 		--disable-dopd \
 		--disable-fatal-warnings
 
-SUB_FILES=	pkg-install pkg-message
+SUB_FILES=	pkg-message
 
 PKGDEINSTALL=	${PKGINSTALL}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709041146.v84BkpqI044376>