Port maintainer here. I do receive pkg fallouts like: http://beefy2.nyi.freebsd.org/build.html?mastername=120amd64-quarterly&build=518071 The cause is that the merge into Q4 is incomplete: > $ svn diff http://svn0.us-east.freebsd.org/ports/head/devel/nexus2-oss http://svn0.us-east.freebsd.org/ports/branches/2019Q4/devel/nexus2-oss/ > Index: pkg-plist > =================================================================== > --- pkg-plist (.../head/devel/nexus2-oss) (Revision 518131) > +++ pkg-plist (.../branches/2019Q4/devel/nexus2-oss) (Revision 518131) > @@ -315,8 +315,8 @@ > %%DATADIR%%/nexus/WEB-INF/web.xml > %%DATADIR%%/nexus/favicon.ico > %%DATADIR%%/nexus/favicon.png > -%%DATADIR%%/nexus/images/NexusRepoMngr_horiz_white+color@2x.png > -%%DATADIR%%/nexus/images/NexusRepoMngr_withSonatype@3x.png > +%%DATADIR%%/nexus/images/header_branding.png > +%%DATADIR%%/nexus/images/nexus650x55.png > %%DATADIR%%/nexus/robots.txt > @dir(%%USER%%,%%GROUP%%,750) %%RUNDIR%% > @dir(%%USER%%,%%GROUP%%,750) %%LOGDIR%% > Index: files/nexus2.in > =================================================================== > --- files/nexus2.in (.../head/devel/nexus2-oss) (Revision 518131) > +++ files/nexus2.in (.../branches/2019Q4/devel/nexus2-oss) (Revision 518131) > @@ -3,7 +3,7 @@ > # $FreeBSD$ > # > # PROVIDE: %%NEXUS_RC%% > -# REQUIRE: LOGIN FILESYSTEMS NETWORKING > +# REQUIRE: LOGIN FILESYSTEMS > # KEYWORD: shutdown > # > # Add the following line to /etc/rc.conf[.local] to enable Nexus: > @@ -28,7 +28,7 @@ > command_args="%%ETCDIR%%/wrapper.conf wrapper.syslog.ident=%%NEXUS_RC%% \ > wrapper.pidfile=${pidfile} wrapper.lockfile=%%RUNDIR%%/%%NEXUS_RC%%.lock \ > wrapper.java.pidfile=%%RUNDIR%%/%%NEXUS_RC%%.java.pid wrapper.daemonize=TRUE \ > - wrapper.name=%%NEXUS_RC%% wrapper.displayname=Nexus_Repository_Manager_OSS" > + wrapper.name=%%NEXUS_RC%% wrapper.displayname=Nexus\ Repository\ Manager\ OSS" > > run_rc_command "$1"
Hello, obviously everything from r514553 is missing @dmgk took everything from his commit to 2019Q4 on 09.11.2019, but didn't consider the previous commits. @dmgk could you still take over the old changes? Approved for 2019Q4 by me (Approved by: ports-secteam (joneum))
A commit references this bug: Author: dmgk Date: Fri Nov 22 16:16:05 UTC 2019 New revision: 518151 URL: https://svnweb.freebsd.org/changeset/ports/518151 Log: Unbreak after incomplete merge in r517133 PR: 242153 Reported by: Michael Osipov <michael.osipov@siemens.com> (maintainer) Approved by: ports-secteam (joneum) Changes: branches/2019Q4/devel/nexus2-oss/files/nexus2.in branches/2019Q4/devel/nexus2-oss/pkg-plist
Fixed, sorry for the breakage.