From owner-svn-ports-head@freebsd.org Mon Mar 18 16:45:04 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C31D1546734; Mon, 18 Mar 2019 16:45:04 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A087E6A2C6; Mon, 18 Mar 2019 16:45:03 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7AB7824196; Mon, 18 Mar 2019 16:45:03 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2IGj3gp055131; Mon, 18 Mar 2019 16:45:03 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2IGj2GV055127; Mon, 18 Mar 2019 16:45:02 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201903181645.x2IGj2GV055127@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 18 Mar 2019 16:45:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496151 - in head/devel/nexus2-oss: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel/nexus2-oss: . files X-SVN-Commit-Revision: 496151 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A087E6A2C6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Mar 2019 16:45:04 -0000 Author: swills Date: Mon Mar 18 16:45:02 2019 New Revision: 496151 URL: https://svnweb.freebsd.org/changeset/ports/496151 Log: devel/nexus2-oss: update port to 2.4.12-02 PR: 236521 Submitted by: Michael Osipov (maintainer) Modified: head/devel/nexus2-oss/Makefile (contents, props changed) head/devel/nexus2-oss/distinfo (contents, props changed) head/devel/nexus2-oss/files/patch-conf_wrapper.conf (contents, props changed) head/devel/nexus2-oss/pkg-plist (contents, props changed) Modified: head/devel/nexus2-oss/Makefile ============================================================================== --- head/devel/nexus2-oss/Makefile Mon Mar 18 15:59:13 2019 (r496150) +++ head/devel/nexus2-oss/Makefile Mon Mar 18 16:45:02 2019 (r496151) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= nexus2 -PORTVERSION= 2.14.9 -DISTVERSIONSUFFIX= 01 +PORTVERSION= 2.14.12 +DISTVERSIONSUFFIX= 02 CATEGORIES= devel www java MASTER_SITES= http://download.sonatype.com/nexus/oss/ PKGNAMESUFFIX= -oss @@ -18,15 +18,16 @@ ONLY_FOR_ARCHS= amd64 i386 PATCH_DEPENDS= zip:archivers/zip RUN_DEPENDS= javaservicewrapper:sysutils/javaservicewrapper +USES= cpe + +CPE_VENDOR= sonatype + NO_ARCH= yes NO_BUILD= yes NO_TEST= yes -USES= cpe -CPE_VENDOR= sonatype - USE_JAVA= yes -JAVA_VERSION= 1.7+ +JAVA_VERSION= 1.8+ USE_RC_SUBR= ${PORTNAME} @@ -96,7 +97,7 @@ post-patch: ${WRKSRC}/conf/nexus.properties ${WRKSRC}/conf/wrapper.conf @${FIND} ${WRKSRC} -name '*.bak' -delete -o -name '*.orig' -delete @(cd ${FILESDIR}/nexus/WEB-INF/lib/nexus-core.jar \ - && ${ZIP_CMD} -r ${NEXUS_CORE_JAR} META-INF) + && ${ZIP_CMD} -rq ${NEXUS_CORE_JAR} META-INF) do-install: @${MKDIR} ${STAGEDIR}${DATADIR} Modified: head/devel/nexus2-oss/distinfo ============================================================================== --- head/devel/nexus2-oss/distinfo Mon Mar 18 15:59:13 2019 (r496150) +++ head/devel/nexus2-oss/distinfo Mon Mar 18 16:45:02 2019 (r496151) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533395818 -SHA256 (nexus-2.14.9-01-bundle.tar.gz) = 870a1052f1a23ee4879f9b37263ee4d67972df30dae5f3ae83a5afcbbe41ab2d -SIZE (nexus-2.14.9-01-bundle.tar.gz) = 81729327 +TIMESTAMP = 1552408014 +SHA256 (nexus-2.14.12-02-bundle.tar.gz) = 2123325b6aaaae1ff2131fd1b2958ff4f828b27847c8e1afe0f26b06c9bb8a60 +SIZE (nexus-2.14.12-02-bundle.tar.gz) = 82390689 Modified: head/devel/nexus2-oss/files/patch-conf_wrapper.conf ============================================================================== --- head/devel/nexus2-oss/files/patch-conf_wrapper.conf Mon Mar 18 15:59:13 2019 (r496150) +++ head/devel/nexus2-oss/files/patch-conf_wrapper.conf Mon Mar 18 16:45:02 2019 (r496151) @@ -1,6 +1,6 @@ ---- conf/wrapper.conf.orig 2016-09-17 19:33:10 UTC +--- conf/wrapper.conf.orig 2019-03-06 04:24:48 UTC +++ conf/wrapper.conf -@@ -8,37 +8,32 @@ +@@ -8,36 +8,32 @@ # keywords. # Set the JSW working directory (used as base for resolving relative paths) @@ -27,19 +27,18 @@ +wrapper.java.library.path.1=%%WRAPPER_LIBDIR%% # Additional JVM parameters (tune if needed, but match the sequence of numbers!) --wrapper.java.additional.1=-XX:MaxPermSize=192m --wrapper.java.additional.2=-Djava.io.tmpdir=./tmp --wrapper.java.additional.3=-Djava.net.preferIPv4Stack=true +-wrapper.java.additional.1=-Djava.io.tmpdir=./tmp +wrapper.java.additional.1=-Djava.io.tmpdir=%%WORKDIR%%/tmp -+wrapper.java.additional.2=-Djava.net.preferIPv4Stack=true + wrapper.java.additional.2=-Djava.net.preferIPv4Stack=true +-wrapper.java.additional.3=-Dcom.sun.jndi.ldap.connect.pool.protocol="plain ssl" +-wrapper.java.additional.3.stripquotes=TRUE +-#wrapper.java.additional.4=-Xdebug +-#wrapper.java.additional.5=-Xnoagent +-#wrapper.java.additional.6=-Djava.compiler=NONE +-#wrapper.java.additional.7=-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 +-#wrapper.java.additional.8=-XX:+HeapDumpOnOutOfMemoryError +wrapper.java.additional.3=-Djava.util.prefs.userRoot=%%WORKDIR%% - wrapper.java.additional.4=-Dcom.sun.jndi.ldap.connect.pool.protocol="plain ssl" --wrapper.java.additional.4.stripquotes=TRUE --#wrapper.java.additional.5=-Xdebug --#wrapper.java.additional.6=-Xnoagent --#wrapper.java.additional.7=-Djava.compiler=NONE --#wrapper.java.additional.8=-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 --#wrapper.java.additional.9=-XX:+HeapDumpOnOutOfMemoryError ++wrapper.java.additional.4=-Dcom.sun.jndi.ldap.connect.pool.protocol="plain ssl" +wrapper.java.additional.5.stripquotes=TRUE -wrapper.app.parameter.1=./conf/jetty.xml @@ -49,7 +48,7 @@ # Size Java memory, in MB (-Xms) wrapper.java.initmemory=256 -@@ -59,7 +54,7 @@ wrapper.restart.reload_configuration=TRU +@@ -58,7 +54,7 @@ wrapper.restart.reload_configuration=TRUE wrapper.on_exit.12=RESTART # Set up JSW logging @@ -58,7 +57,7 @@ wrapper.logfile.format=PM wrapper.logfile.loglevel=INFO wrapper.logfile.maxsize=10m -@@ -68,128 +63,5 @@ wrapper.logfile.maxfiles=10 +@@ -67,128 +63,5 @@ wrapper.logfile.maxfiles=10 # Set up system logging (if needed, change to INFO or other valid values) wrapper.syslog.loglevel=NONE Modified: head/devel/nexus2-oss/pkg-plist ============================================================================== --- head/devel/nexus2-oss/pkg-plist Mon Mar 18 15:59:13 2019 (r496150) +++ head/devel/nexus2-oss/pkg-plist Mon Mar 18 16:45:02 2019 (r496151) @@ -38,7 +38,7 @@ %%DATADIR%%/lib/plexus-interpolation-1.16.jar %%DATADIR%%/lib/slf4j-api-1.7.25.jar %%DATADIR%%/nexus/LICENSE.html -%%DATADIR%%/nexus/WEB-INF/bundles/bcprov-jdk15on-1.59.jar +%%DATADIR%%/nexus/WEB-INF/bundles/bcprov-jdk15on-1.60.jar %%DATADIR%%/nexus/WEB-INF/classes/META-INF/sisu/javax.inject.Named %%DATADIR%%/nexus/WEB-INF/classes/ehcache.xml %%DATADIR%%/nexus/WEB-INF/classes/nexus.properties @@ -85,7 +85,7 @@ %%DATADIR%%/nexus/WEB-INF/lib/javax.mail-1.6.1.jar %%DATADIR%%/nexus/WEB-INF/lib/jcl-over-slf4j-1.7.25.jar %%DATADIR%%/nexus/WEB-INF/lib/joda-time-2.2.jar -%%DATADIR%%/nexus/WEB-INF/lib/jsoup-1.7.2.jar +%%DATADIR%%/nexus/WEB-INF/lib/jsoup-1.11.3.jar %%DATADIR%%/nexus/WEB-INF/lib/jsr250-api-1.0.jar %%DATADIR%%/nexus/WEB-INF/lib/jsr305-2.0.1.jar %%DATADIR%%/nexus/WEB-INF/lib/log4j-over-slf4j-1.7.25.jar @@ -125,7 +125,7 @@ %%DATADIR%%/nexus/WEB-INF/lib/sisu-mailer-1.10.jar %%DATADIR%%/nexus/WEB-INF/lib/sisu-resource-scanner-1.1.jar %%DATADIR%%/nexus/WEB-INF/lib/statemap-6.0.1-java.jar -%%DATADIR%%/nexus/WEB-INF/lib/tika-core-1.17.jar +%%DATADIR%%/nexus/WEB-INF/lib/tika-core-1.20.jar %%DATADIR%%/nexus/WEB-INF/lib/velocity-1.7.jar %%DATADIR%%/nexus/WEB-INF/lib/xmlpull-1.1.3.1.jar %%DATADIR%%/nexus/WEB-INF/lib/xpp3_min-1.1.4c.jar @@ -144,13 +144,13 @@ %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-content-plugin-%%VERSION%%/META-INF/MANIFEST.MF %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-content-plugin-%%VERSION%%/nexus-content-plugin-%%VERSION%%.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/META-INF/MANIFEST.MF -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcpg-jdk15on-1.59.jar -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcpkix-jdk15on-1.59.jar -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcprov-jdk15on-1.59.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcpg-jdk15on-1.60.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcpkix-jdk15on-1.60.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcprov-jdk15on-1.60.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/goodies-crypto-1.9.1.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/nexus-crypto-plugin-%%VERSION%%.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-groovy-plugin-%%VERSION%%/META-INF/MANIFEST.MF -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-groovy-plugin-%%VERSION%%/dependencies/groovy-all-2.4.4.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-groovy-plugin-%%VERSION%%/dependencies/groovy-all-2.4.15.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-groovy-plugin-%%VERSION%%/nexus-groovy-plugin-%%VERSION%%.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-h2-plugin-%%VERSION%%/META-INF/MANIFEST.MF %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-h2-plugin-%%VERSION%%/dependencies/h2-1.3.175.jar @@ -208,7 +208,7 @@ %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-migrationagent-plugin-%%VERSION%%/dependencies/jackson-dataformat-smile-2.9.3.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-migrationagent-plugin-%%VERSION%%/nexus-migrationagent-plugin-%%VERSION%%.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-%%VERSION%%/META-INF/MANIFEST.MF -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-%%VERSION%%/dependencies/commons-compress-1.9.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-%%VERSION%%/dependencies/commons-compress-1.18.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-%%VERSION%%/dependencies/jackson-dataformat-smile-2.9.3.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-%%VERSION%%/nexus-npm-repository-plugin-%%VERSION%%.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-nuget-plugin-%%VERSION%%/META-INF/MANIFEST.MF @@ -231,7 +231,7 @@ %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-%%VERSION%%/META-INF/MANIFEST.MF %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-%%VERSION%%/dependencies/com.noelios.restlet-1.1.6-SONATYPE-5348-V8.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-%%VERSION%%/dependencies/com.noelios.restlet.ext.servlet-1.1.6-SONATYPE-5348-V8.jar -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-%%VERSION%%/dependencies/commons-fileupload-1.3.2.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-%%VERSION%%/dependencies/commons-fileupload-1.3.2.SONATYPE.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-%%VERSION%%/dependencies/enunciate-core-1.26.2.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-%%VERSION%%/dependencies/javax.ws.rs-1.0.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-%%VERSION%%/dependencies/nexus-restlet-bridge-%%VERSION%%.jar