Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Nov 2019 16:16:04 +0000 (UTC)
From:      Dmitri Goutnik <dmgk@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r518151 - in branches/2019Q4/devel/nexus2-oss: . files
Message-ID:  <201911221616.xAMGG4dv072599@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dmgk
Date: Fri Nov 22 16:16:04 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)

Modified:
  branches/2019Q4/devel/nexus2-oss/files/nexus2.in
  branches/2019Q4/devel/nexus2-oss/pkg-plist

Modified: branches/2019Q4/devel/nexus2-oss/files/nexus2.in
==============================================================================
--- branches/2019Q4/devel/nexus2-oss/files/nexus2.in	Fri Nov 22 15:32:40 2019	(r518150)
+++ branches/2019Q4/devel/nexus2-oss/files/nexus2.in	Fri Nov 22 16:16:04 2019	(r518151)
@@ -3,7 +3,7 @@
 # $FreeBSD$
 #
 # PROVIDE: %%NEXUS_RC%%
-# REQUIRE: LOGIN FILESYSTEMS
+# REQUIRE: LOGIN FILESYSTEMS NETWORKING
 # KEYWORD: shutdown
 #
 # Add the following line to /etc/rc.conf[.local] to enable Nexus:
@@ -28,7 +28,7 @@ command=%%WRAPPER_CMD%%
 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"
 

Modified: branches/2019Q4/devel/nexus2-oss/pkg-plist
==============================================================================
--- branches/2019Q4/devel/nexus2-oss/pkg-plist	Fri Nov 22 15:32:40 2019	(r518150)
+++ branches/2019Q4/devel/nexus2-oss/pkg-plist	Fri Nov 22 16:16:04 2019	(r518151)
@@ -315,8 +315,8 @@
 %%DATADIR%%/nexus/WEB-INF/web.xml
 %%DATADIR%%/nexus/favicon.ico
 %%DATADIR%%/nexus/favicon.png
-%%DATADIR%%/nexus/images/header_branding.png
-%%DATADIR%%/nexus/images/nexus650x55.png
+%%DATADIR%%/nexus/images/NexusRepoMngr_horiz_white+color@2x.png
+%%DATADIR%%/nexus/images/NexusRepoMngr_withSonatype@3x.png
 %%DATADIR%%/nexus/robots.txt
 @dir(%%USER%%,%%GROUP%%,750) %%RUNDIR%%
 @dir(%%USER%%,%%GROUP%%,750) %%LOGDIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911221616.xAMGG4dv072599>