View | Details | Raw Unified | Return to bug 241143
Collapse All | Expand All

(-)devel/nexus2-oss/Makefile (-2 / +2 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	nexus2
3
PORTNAME=	nexus2
4
PORTVERSION=	2.14.12
4
PORTVERSION=	2.14.14
5
DISTVERSIONSUFFIX=	02
5
DISTVERSIONSUFFIX=	01
6
CATEGORIES=	devel www java
6
CATEGORIES=	devel www java
7
MASTER_SITES=	http://download.sonatype.com/nexus/oss/
7
MASTER_SITES=	http://download.sonatype.com/nexus/oss/
8
PKGNAMESUFFIX=	-oss
8
PKGNAMESUFFIX=	-oss
(-)devel/nexus2-oss/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1552408014
1
TIMESTAMP = 1570219208
2
SHA256 (nexus-2.14.12-02-bundle.tar.gz) = 2123325b6aaaae1ff2131fd1b2958ff4f828b27847c8e1afe0f26b06c9bb8a60
2
SHA256 (nexus-2.14.14-01-bundle.tar.gz) = cd31f134791fb64d01e4d7488477e5c2defb3c2dc15eca871e97ccd281f59e80
3
SIZE (nexus-2.14.12-02-bundle.tar.gz) = 82390689
3
SIZE (nexus-2.14.14-01-bundle.tar.gz) = 82413789
(-)devel/nexus2-oss/files/nexus2.in (-2 / +2 lines)
Lines 3-9 Link Here
3
# $FreeBSD$
3
# $FreeBSD$
4
#
4
#
5
# PROVIDE: %%NEXUS_RC%%
5
# PROVIDE: %%NEXUS_RC%%
6
# REQUIRE: LOGIN FILESYSTEMS
6
# REQUIRE: LOGIN FILESYSTEMS NETWORKING
7
# KEYWORD: shutdown
7
# KEYWORD: shutdown
8
#
8
#
9
# Add the following line to /etc/rc.conf[.local] to enable Nexus:
9
# Add the following line to /etc/rc.conf[.local] to enable Nexus:
Lines 28-34 Link Here
28
command_args="%%ETCDIR%%/wrapper.conf wrapper.syslog.ident=%%NEXUS_RC%% \
28
command_args="%%ETCDIR%%/wrapper.conf wrapper.syslog.ident=%%NEXUS_RC%% \
29
  wrapper.pidfile=${pidfile} wrapper.lockfile=%%RUNDIR%%/%%NEXUS_RC%%.lock \
29
  wrapper.pidfile=${pidfile} wrapper.lockfile=%%RUNDIR%%/%%NEXUS_RC%%.lock \
30
  wrapper.java.pidfile=%%RUNDIR%%/%%NEXUS_RC%%.java.pid wrapper.daemonize=TRUE \
30
  wrapper.java.pidfile=%%RUNDIR%%/%%NEXUS_RC%%.java.pid wrapper.daemonize=TRUE \
31
  wrapper.name=%%NEXUS_RC%% wrapper.displayname=Nexus\ Repository\ Manager\ OSS"
31
  wrapper.name=%%NEXUS_RC%% wrapper.displayname=Nexus_Repository_Manager_OSS"
32
32
33
run_rc_command "$1"
33
run_rc_command "$1"
34
34
(-)devel/nexus2-oss/pkg-plist (-2 / +2 lines)
Lines 315-322 Link Here
315
%%DATADIR%%/nexus/WEB-INF/web.xml
315
%%DATADIR%%/nexus/WEB-INF/web.xml
316
%%DATADIR%%/nexus/favicon.ico
316
%%DATADIR%%/nexus/favicon.ico
317
%%DATADIR%%/nexus/favicon.png
317
%%DATADIR%%/nexus/favicon.png
318
%%DATADIR%%/nexus/images/header_branding.png
318
%%DATADIR%%/nexus/images/NexusRepoMngr_horiz_white+color@2x.png
319
%%DATADIR%%/nexus/images/nexus650x55.png
319
%%DATADIR%%/nexus/images/NexusRepoMngr_withSonatype@3x.png
320
%%DATADIR%%/nexus/robots.txt
320
%%DATADIR%%/nexus/robots.txt
321
@dir(%%USER%%,%%GROUP%%,750) %%RUNDIR%%
321
@dir(%%USER%%,%%GROUP%%,750) %%RUNDIR%%
322
@dir(%%USER%%,%%GROUP%%,750) %%LOGDIR%%
322
@dir(%%USER%%,%%GROUP%%,750) %%LOGDIR%%

Return to bug 241143