[Bug 242153] devel/nexus2-oss: MFH to 2019Q4 is incomplete

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 22 09:16:36 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242153

            Bug ID: 242153
           Summary: devel/nexus2-oss: MFH to 2019Q4 is incomplete
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: michael.osipov at siemens.com

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 at 2x.png
> -%%DATADIR%%/nexus/images/NexusRepoMngr_withSonatype at 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"

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list