svn commit: r514553 - in head/devel/nexus2-oss: . files

Steve Wills swills at FreeBSD.org
Tue Oct 15 16:50:43 UTC 2019


Author: swills
Date: Tue Oct 15 16:50:42 2019
New Revision: 514553
URL: https://svnweb.freebsd.org/changeset/ports/514553

Log:
  devel/nexus2-oss: Update to 2.14.14-01
  
  PR:		241143
  Submitted by:	Michael Osipov <michael.osipov at siemens.com> (maintainer)

Modified:
  head/devel/nexus2-oss/Makefile   (contents, props changed)
  head/devel/nexus2-oss/distinfo   (contents, props changed)
  head/devel/nexus2-oss/files/nexus2.in
  head/devel/nexus2-oss/pkg-plist   (contents, props changed)

Modified: head/devel/nexus2-oss/Makefile
==============================================================================
--- head/devel/nexus2-oss/Makefile	Tue Oct 15 16:43:44 2019	(r514552)
+++ head/devel/nexus2-oss/Makefile	Tue Oct 15 16:50:42 2019	(r514553)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	nexus2
-PORTVERSION=	2.14.12
-DISTVERSIONSUFFIX=	02
+PORTVERSION=	2.14.14
+DISTVERSIONSUFFIX=	01
 CATEGORIES=	devel www java
 MASTER_SITES=	http://download.sonatype.com/nexus/oss/
 PKGNAMESUFFIX=	-oss

Modified: head/devel/nexus2-oss/distinfo
==============================================================================
--- head/devel/nexus2-oss/distinfo	Tue Oct 15 16:43:44 2019	(r514552)
+++ head/devel/nexus2-oss/distinfo	Tue Oct 15 16:50:42 2019	(r514553)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1552408014
-SHA256 (nexus-2.14.12-02-bundle.tar.gz) = 2123325b6aaaae1ff2131fd1b2958ff4f828b27847c8e1afe0f26b06c9bb8a60
-SIZE (nexus-2.14.12-02-bundle.tar.gz) = 82390689
+TIMESTAMP = 1570219208
+SHA256 (nexus-2.14.14-01-bundle.tar.gz) = cd31f134791fb64d01e4d7488477e5c2defb3c2dc15eca871e97ccd281f59e80
+SIZE (nexus-2.14.14-01-bundle.tar.gz) = 82413789

Modified: head/devel/nexus2-oss/files/nexus2.in
==============================================================================
--- head/devel/nexus2-oss/files/nexus2.in	Tue Oct 15 16:43:44 2019	(r514552)
+++ head/devel/nexus2-oss/files/nexus2.in	Tue Oct 15 16:50:42 2019	(r514553)
@@ -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: head/devel/nexus2-oss/pkg-plist
==============================================================================
--- head/devel/nexus2-oss/pkg-plist	Tue Oct 15 16:43:44 2019	(r514552)
+++ head/devel/nexus2-oss/pkg-plist	Tue Oct 15 16:50:42 2019	(r514553)
@@ -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 at 2x.png
+%%DATADIR%%/nexus/images/NexusRepoMngr_withSonatype at 3x.png
 %%DATADIR%%/nexus/robots.txt
 @dir(%%USER%%,%%GROUP%%,750) %%RUNDIR%%
 @dir(%%USER%%,%%GROUP%%,750) %%LOGDIR%%


More information about the svn-ports-head mailing list