Date: Wed, 20 Nov 2019 14:23:26 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518021 - in head/sysutils/apache-mesos: . files Message-ID: <201911201423.xAKENQnr004804@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Wed Nov 20 14:23:26 2019 New Revision: 518021 URL: https://svnweb.freebsd.org/changeset/ports/518021 Log: Unbreak by reverting the patch for grpc 1.24, which was downgraded to 1.22 [1] PR: 241933, 241594 [1] Submitted by: James Wright <james.wright@digital-chaos.com> Deleted: head/sysutils/apache-mesos/files/patch-3rdparty_libprocess_include_process_grpc.hpp Modified: head/sysutils/apache-mesos/Makefile Modified: head/sysutils/apache-mesos/Makefile ============================================================================== --- head/sysutils/apache-mesos/Makefile Wed Nov 20 14:23:06 2019 (r518020) +++ head/sysutils/apache-mesos/Makefile Wed Nov 20 14:23:26 2019 (r518021) @@ -2,7 +2,7 @@ PORTNAME= mesos PORTVERSION= 1.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= APACHE/mesos/${PORTVERSION} PKGNAMEPREFIX= apache- @@ -13,7 +13,6 @@ COMMENT= Cluster manager providing resource isolation LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= fails to build IGNORE_FreeBSD_11= does not build BUILD_DEPENDS= boost-libs>0:devel/boost-libs \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911201423.xAKENQnr004804>