Bug 254294 - sysutils/apache-mesos: Update to 1.11.0
Summary: sysutils/apache-mesos: Update to 1.11.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Li-Wen Hsu
URL: https://gitbox.apache.org/repos/asf?p...
Keywords: buildisok, patch
Depends on:
Blocks:
 
Reported: 2021-03-15 02:45 UTC by James Wright
Modified: 2021-03-15 08:48 UTC (History)
2 users (show)

See Also:


Attachments
sysutils/apache-mesos diff (5.38 KB, patch)
2021-03-15 02:45 UTC, James Wright
james.wright: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.