svn commit: r449242 - in head/sysutils/heartbeat: . files

Michael Gmelin grembo at FreeBSD.org
Mon Sep 4 11:46:53 UTC 2017


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 at encarnate.com
+MAINTAINER=	grembo at 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}
 


More information about the svn-ports-all mailing list