From owner-svn-ports-all@freebsd.org Mon Jun 26 23:28:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5048AD942D0; Mon, 26 Jun 2017 23:28:37 +0000 (UTC) (envelope-from dbaio@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 mx1.freebsd.org (Postfix) with ESMTPS id 26F8B6EDD4; Mon, 26 Jun 2017 23:28:37 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5QNSapF070016; Mon, 26 Jun 2017 23:28:36 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5QNSZS5070013; Mon, 26 Jun 2017 23:28:35 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201706262328.v5QNSZS5070013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Mon, 26 Jun 2017 23:28:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444430 - head/devel/artifactory X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2017 23:28:37 -0000 Author: dbaio Date: Mon Jun 26 23:28:35 2017 New Revision: 444430 URL: https://svnweb.freebsd.org/changeset/ports/444430 Log: devel/artifactory: Update to 5.4.1 Changes: https://www.jfrog.com/confluence/display/RTF/Release+Notes#ReleaseNotes-Artifactory5.4.1 PR: 220242 Submitted by: David Harrigan (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11341 Modified: head/devel/artifactory/Makefile head/devel/artifactory/distinfo head/devel/artifactory/pkg-plist Modified: head/devel/artifactory/Makefile ============================================================================== --- head/devel/artifactory/Makefile Mon Jun 26 23:21:08 2017 (r444429) +++ head/devel/artifactory/Makefile Mon Jun 26 23:28:35 2017 (r444430) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= artifactory -PORTVERSION= 5.3.0 +PORTVERSION= 5.4.1 CATEGORIES= devel java MASTER_SITES= https://bintray.com/artifact/download/jfrog/artifactory/ DISTNAME= jfrog-${PORTNAME}-oss-${PORTVERSION} Modified: head/devel/artifactory/distinfo ============================================================================== --- head/devel/artifactory/distinfo Mon Jun 26 23:21:08 2017 (r444429) +++ head/devel/artifactory/distinfo Mon Jun 26 23:28:35 2017 (r444430) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494785103 -SHA256 (jfrog-artifactory-oss-5.3.0.zip) = 7ede1581dde6d45bd766eec9881e9b2927bf084ca4ae9804352a2fa9d95e08bd -SIZE (jfrog-artifactory-oss-5.3.0.zip) = 45726621 +TIMESTAMP = 1498280216 +SHA256 (jfrog-artifactory-oss-5.4.1.zip) = fcca958e005b7b4216667cee2e166aec85279f39c6ffb84e973906257f164dbd +SIZE (jfrog-artifactory-oss-5.4.1.zip) = 76844845 Modified: head/devel/artifactory/pkg-plist ============================================================================== --- head/devel/artifactory/pkg-plist Mon Jun 26 23:21:08 2017 (r444429) +++ head/devel/artifactory/pkg-plist Mon Jun 26 23:28:35 2017 (r444430) @@ -1,7 +1,9 @@ %%APP_HOME%%/COPYING.AFFERO %%APP_HOME%%/README.txt +%%APP_HOME%%/Access-Third-Parties-Usage-About-Box.html %%APP_HOME%%/Third-Parties-Usage-About-Box.html @mode 0755 +%%APP_HOME%%/bin/%%APP_HOME%%Manage.sh %%APP_HOME%%/bin/artifactory.default %%APP_HOME%%/bin/artifactory.sh %%APP_HOME%%/bin/artifactoryctl @@ -24,8 +26,11 @@ %%APP_HOME%%/misc/db/oracle.properties %%APP_HOME%%/misc/db/postgresql.properties %%APP_HOME%%/misc/ha/ha-node.properties.template +%%APP_HOME%%/misc/service/%%APP_HOME%%.service %%APP_HOME%%/misc/service/artifactory %%APP_HOME%%/misc/service/setenv.sh +%%APP_HOME%%/misc/tomcat/access.xml +%%APP_HOME%%/misc/tomcat/context.xml %%APP_HOME%%/misc/tomcat/NGNIX.txt %%APP_HOME%%/misc/tomcat/artifactory.httpd.conf %%APP_HOME%%/misc/tomcat/artifactory.xml @@ -56,13 +61,16 @@ %%APP_HOME%%/tomcat/bin/version.sh @mode %%APP_HOME%%/tomcat/conf/Catalina/localhost/artifactory.xml +%%APP_HOME%%/tomcat/conf/Catalina/localhost/access.xml %%APP_HOME%%/tomcat/conf/catalina.policy %%APP_HOME%%/tomcat/conf/catalina.properties +%%APP_HOME%%/tomcat/conf/context.xml %%APP_HOME%%/tomcat/conf/logging.properties %%APP_HOME%%/tomcat/conf/server.xml %%APP_HOME%%/tomcat/conf/web.xml %%APP_HOME%%/tomcat/lib/annotations-api.jar %%APP_HOME%%/tomcat/lib/catalina.jar +%%APP_HOME%%/tomcat/lib/derby-10.11.1.1.jar %%APP_HOME%%/tomcat/lib/el-api.jar %%APP_HOME%%/tomcat/lib/servlet-api.jar %%APP_HOME%%/tomcat/lib/tomcat-api.jar @@ -75,6 +83,7 @@ %%APP_HOME%%/tomcat/webapps %%APP_HOME%%/tomcat/work %%APP_HOME%%/webapps/artifactory.war +%%APP_HOME%%/webapps/access.war @owner artifactory @group artifactory %%VARDIR%%/tomcat/webapps/ROOT/index.html