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

(-)Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	artifactory
3
PORTNAME=	artifactory
4
PORTVERSION=	4.16.0
4
PORTVERSION=	5.1.0
5
CATEGORIES=	devel java
5
CATEGORIES=	devel java
6
MASTER_SITES=	https://bintray.com/artifact/download/jfrog/artifactory/
6
MASTER_SITES=	https://bintray.com/artifact/download/jfrog/artifactory/
7
DISTNAME=	jfrog-${PORTNAME}-oss-${PORTVERSION}
7
DISTNAME=	jfrog-${PORTNAME}-oss-${PORTVERSION}
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1484640740
1
TIMESTAMP = 1488721092
2
SHA256 (jfrog-artifactory-oss-4.16.0.zip) = f5711536cdf0a597799e01c570bbd38e6f5f3ffb6935cde21d38119be6592f16
2
SHA256 (jfrog-artifactory-oss-5.1.0.zip) = 16b15b1a0f983c4dc1acb04425d7e6f77185276ab7e4fc2fa562e75278896e03
3
SIZE (jfrog-artifactory-oss-4.16.0.zip) = 41455447
3
SIZE (jfrog-artifactory-oss-5.1.0.zip) = 44833503
(-)pkg-plist (+2 lines)
Lines 32-37 Link Here
32
%%APP_HOME%%/misc/tomcat/logging.properties
32
%%APP_HOME%%/misc/tomcat/logging.properties
33
%%APP_HOME%%/misc/tomcat/server.xml
33
%%APP_HOME%%/misc/tomcat/server.xml
34
%%APP_HOME%%/misc/tomcat/web.xml
34
%%APP_HOME%%/misc/tomcat/web.xml
35
%%APP_HOME%%/misc/%%APP_HOME%%.config.template.yml
35
%%APP_HOME%%/tomcat/LICENSE
36
%%APP_HOME%%/tomcat/LICENSE
36
%%APP_HOME%%/tomcat/NOTICE
37
%%APP_HOME%%/tomcat/NOTICE
37
%%APP_HOME%%/tomcat/RELEASE-NOTES
38
%%APP_HOME%%/tomcat/RELEASE-NOTES
Lines 78-83 Link Here
78
%%VARDIR%%/tomcat/webapps/ROOT/index.html
79
%%VARDIR%%/tomcat/webapps/ROOT/index.html
79
%%VARDIR%%/etc/artifactory.config.xml
80
%%VARDIR%%/etc/artifactory.config.xml
80
%%VARDIR%%/etc/artifactory.system.properties
81
%%VARDIR%%/etc/artifactory.system.properties
82
%%VARDIR%%/etc/binarystore.xml
81
%%VARDIR%%/etc/mimetypes.xml
83
%%VARDIR%%/etc/mimetypes.xml
82
%%VARDIR%%/etc/logback.xml
84
%%VARDIR%%/etc/logback.xml
83
@dir %%VARDIR%%/tomcat/work
85
@dir %%VARDIR%%/tomcat/work

Return to bug 217561