Date: Tue, 13 Jun 2017 13:39:31 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443501 - in head/net/corosync: . files Message-ID: <201706131339.v5DDdV96002407@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Tue Jun 13 13:39:31 2017 New Revision: 443501 URL: https://svnweb.freebsd.org/changeset/ports/443501 Log: - net/corosyn: Update from 2.3.5 to 2.4.2 - Changelog: https://github.com/corosync/corosync/wiki/Corosync-2.4.2-Release-Notes - unbreak this port PR: 219543 Submitted by: David Shane Holden (maintainer) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10971 Deleted: head/net/corosync/files/patch-exec-votequorum.c head/net/corosync/files/patch-test-cpghum.c Modified: head/net/corosync/Makefile head/net/corosync/distinfo head/net/corosync/pkg-plist Modified: head/net/corosync/Makefile ============================================================================== --- head/net/corosync/Makefile Tue Jun 13 13:32:55 2017 (r443500) +++ head/net/corosync/Makefile Tue Jun 13 13:39:31 2017 (r443501) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= corosync -PORTVERSION= 2.3.5 -PORTREVISION= 4 +PORTVERSION= 2.4.2 CATEGORIES= net MASTER_SITES= http://build.clusterlabs.org/corosync/releases/ @@ -12,16 +11,15 @@ COMMENT= Corosync Cluster Engine LICENSE= BSD3CLAUSE -BROKEN= fails to build - -LIB_DEPENDS= libnss3.so:security/nss \ +LIB_DEPENDS= libnspr4.so:devel/nspr \ + libnss3.so:security/nss \ libqb.so:devel/libqb USES= gmake groff libtool pathfix pkgconfig -USE_GCC= yes # segfaults when built with Clang USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} ${PORTNAME}-notifyd GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-secure-build INSTALL_TARGET= install-strip OPTIONS_DEFINE= DBUS SNMP Modified: head/net/corosync/distinfo ============================================================================== --- head/net/corosync/distinfo Tue Jun 13 13:32:55 2017 (r443500) +++ head/net/corosync/distinfo Tue Jun 13 13:39:31 2017 (r443501) @@ -1,2 +1,3 @@ -SHA256 (corosync-2.3.5.tar.gz) = 1d48cdfa224b0ceb02e27fe9d56b738fb2a92262b04b15bb3a67e1c4248da8e2 -SIZE (corosync-2.3.5.tar.gz) = 1012915 +TIMESTAMP = 1479205097 +SHA256 (corosync-2.4.2.tar.gz) = f26e3011309fe4bcce94b1dc20ea8c462f19483a73f3ca62f13b925d011a4ba9 +SIZE (corosync-2.4.2.tar.gz) = 1152240 Modified: head/net/corosync/pkg-plist ============================================================================== --- head/net/corosync/pkg-plist Tue Jun 13 13:32:55 2017 (r443500) +++ head/net/corosync/pkg-plist Tue Jun 13 13:39:31 2017 (r443501) @@ -44,8 +44,8 @@ lib/libtotem_pg.so.5 lib/libtotem_pg.so.5.0.0 lib/libvotequorum.a lib/libvotequorum.so -lib/libvotequorum.so.7 -lib/libvotequorum.so.7.0.0 +lib/libvotequorum.so.8 +lib/libvotequorum.so.8.0.0 libdata/pkgconfig/corosync.pc libdata/pkgconfig/libcfg.pc libdata/pkgconfig/libcmap.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706131339.v5DDdV96002407>