Bug 254294

Summary: sysutils/apache-mesos: Update to 1.11.0
Product: Ports & Packages Reporter: James Wright <james.wright>
Component: Individual Port(s)Assignee: Li-Wen Hsu <lwhsu>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape, lwhsu
Priority: --- Keywords: buildisok, patch
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://gitbox.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=1.11.0
Attachments:
Description Flags
sysutils/apache-mesos diff james.wright: maintainer-approval+

Description James Wright 2021-03-15 02:45:45 UTC
Created attachment 223278 [details]
sysutils/apache-mesos diff

- Updated to latest Apache Mesos release 1.11.0
- Upgraded Protobuf dependency to 3.14.0
- Removed patch file as fix was applied upstream
Comment 1 Automation User 2021-03-15 04:52:50 UTC
Build and package info is available at https://gitlab.com/swills/freebsd-ports/pipelines/270352680
Comment 2 Fernando ApesteguĂ­a freebsd_committer freebsd_triage 2021-03-15 08:01:02 UTC
^Triage: [tags] in issue Titles are deprecated.

^Triage: Simplifying title

Q/A:  /tmp/254294/sysutils/apache-mesos/pkg-plist: You have defined USE_LDCONFIG, but this port does not install shared objects in the format lib*.so.[0-9] which ldconfig(8) needs to register them in the hints file.
 
Q/A: PORTREVISION should be removed


Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-03-15 08:47:01 UTC
A commit references this bug:

Author: lwhsu
Date: Mon Mar 15 08:46:46 UTC 2021
New revision: 568442
URL: https://svnweb.freebsd.org/changeset/ports/568442

Log:
  sysutils/apache-mesos: Update to 1.11.0

  PR:		254294
  Submitted by:	James Wright <james.wright@digital-chaos.com> (maintainer)

Changes:
  head/sysutils/apache-mesos/Makefile
  head/sysutils/apache-mesos/distinfo
  head/sysutils/apache-mesos/files/maven-deps.pom
  head/sysutils/apache-mesos/files/patch-3rdparty_stout_include_stout_os_freebsd.hpp
  head/sysutils/apache-mesos/pkg-plist
Comment 4 Li-Wen Hsu freebsd_committer freebsd_triage 2021-03-15 08:47:27 UTC
Committed, with minor modification: PORTREVISION should be removed when PORTVERSION is bumped.
Comment 5 Li-Wen Hsu freebsd_committer freebsd_triage 2021-03-15 08:48:45 UTC
(In reply to Fernando ApesteguĂ­a from comment #2)
> Q/A:  /tmp/254294/sysutils/apache-mesos/pkg-plist: You have defined USE_LDCONFIG, but this port does not install shared objects in the format lib*.so.[0-9] which ldconfig(8) needs to register them in the hints file.

This port does install shared libs like /usr/local/lib/libmesos-1.11.0.so . The output of portlint(1) also needs verification.