Skip to content

Commit

Permalink
net/pacemaker2: Update to 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmeets committed Oct 22, 2023
1 parent 58f5f9c commit 9d88761
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 43 deletions.
4 changes: 3 additions & 1 deletion net/pacemaker2/Makefile
@@ -1,4 +1,4 @@
PORTVERSION= 2.1.5
PORTVERSION= 2.1.6
PKGNAMESUFFIX= 2

WWW= https://www.clusterlabs.org/pacemaker/
Expand All @@ -19,6 +19,8 @@ LIB_DEPENDS+= libffi.so:devel/libffi \

USES+= gettext

SHEBANG_FILES+= agents/ocf/*

post-patch: post-patch-common

post-install:
Expand Down
4 changes: 2 additions & 2 deletions net/pacemaker2/Makefile.common
Expand Up @@ -38,7 +38,8 @@ USE_LDCONFIG= yes
USE_PYTHON= py3kplist
USE_RC_SUBR= ${PORTNAME}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-fatal-warnings \
CONFIGURE_ARGS= --disable-dependency-tracking \
--disable-fatal-warnings \
--disable-hardening \
--with-corosync \
--without-heartbeat
Expand All @@ -53,7 +54,6 @@ PATHFIX_MAKEFILEIN= Makefile.am
SHEBANG_LANG= sh
sh_OLD_CMD= ${SH}
sh_CMD= ${LOCALBASE}/bin/bash
SHEBANG_FILES= extra/resources/*

OPTIONS_DEFINE= DBUS DOCS MANPAGES SNMP
OPTIONS_DEFAULT= MANPAGES
Expand Down
6 changes: 3 additions & 3 deletions net/pacemaker2/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1678191983
SHA256 (ClusterLabs-pacemaker-Pacemaker-2.1.5_GH0.tar.gz) = 7654b78f08d4994b9fd31b8592addbd7f4b173e2cbf30336722419f1ce45e185
SIZE (ClusterLabs-pacemaker-Pacemaker-2.1.5_GH0.tar.gz) = 5807791
TIMESTAMP = 1697962667
SHA256 (ClusterLabs-pacemaker-Pacemaker-2.1.6_GH0.tar.gz) = 1240326e109c0fb3d0a84f267c6a580dcdbb30b14eab47ca47e6fab0cdb6c20a
SIZE (ClusterLabs-pacemaker-Pacemaker-2.1.6_GH0.tar.gz) = 5938394

0 comments on commit 9d88761

Please sign in to comment.