Changelogs: * https://github.com/ClusterLabs/libqb/releases/tag/v2.0.9 * https://github.com/ClusterLabs/libqb/compare/v2.0.8...v2.0.9 * Pet portclippy(1) and portfmt(1) Approved by: yuri@ (Mentor) Differential Revision: https://reviews.freebsd.org/D52772
14 lines
227 B
Makefile
14 lines
227 B
Makefile
PORTVERSION= 3.1.9
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX= 3
|
|
|
|
WWW= https://corosync.github.io/corosync/
|
|
|
|
.include "${.CURDIR}/Makefile.common"
|
|
|
|
LIB_DEPENDS+= libknet.so:devel/kronosnet
|
|
|
|
CONFLICTS= corosync2
|
|
|
|
.include <bsd.port.mk>
|