mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/artifactory: Update to 5.2.1
PR: 218760 Submitted by: dharrigan@gmail.com (maintainer) Approved by: adamw (mentor, implicit)
This commit is contained in:
parent
a9dbe957fc
commit
8f28a73a30
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439759
3 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= artifactory
|
||||
PORTVERSION= 5.1.0
|
||||
PORTVERSION= 5.2.1
|
||||
CATEGORIES= devel java
|
||||
MASTER_SITES= https://bintray.com/artifact/download/jfrog/artifactory/
|
||||
DISTNAME= jfrog-${PORTNAME}-oss-${PORTVERSION}
|
||||
|
@ -68,7 +68,7 @@ do-install:
|
|||
${LN} -sf ${VARDIR}/tomcat/${d} ${STAGEDIR}${PREFIX}/${APP_HOME}/tomcat/${d}
|
||||
.endfor
|
||||
|
||||
.for d in data backup support
|
||||
.for d in data backup support access
|
||||
${MKDIR} ${STAGEDIR}/${VARDIR}/${d}
|
||||
${LN} -sf ${VARDIR}/${d} ${STAGEDIR}${PREFIX}/${APP_HOME}/${d}
|
||||
.endfor
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1488721092
|
||||
SHA256 (jfrog-artifactory-oss-5.1.0.zip) = 16b15b1a0f983c4dc1acb04425d7e6f77185276ab7e4fc2fa562e75278896e03
|
||||
SIZE (jfrog-artifactory-oss-5.1.0.zip) = 44833503
|
||||
TIMESTAMP = 1492599428
|
||||
SHA256 (jfrog-artifactory-oss-5.2.1.zip) = 993d9abd188a6b1eaf4c762f201f0ba70f545ca68ad099f9a9a48bec3470d68d
|
||||
SIZE (jfrog-artifactory-oss-5.2.1.zip) = 45693658
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
%%APP_HOME%%/bin/installService.sh
|
||||
%%APP_HOME%%/bin/uninstallService.sh
|
||||
@mode
|
||||
%%APP_HOME%%/access
|
||||
%%APP_HOME%%/backup
|
||||
%%APP_HOME%%/data
|
||||
%%APP_HOME%%/etc
|
||||
|
@ -89,6 +90,7 @@
|
|||
@dir %%VARDIR%%/tomcat/logs/catalina
|
||||
@dir %%VARDIR%%/tomcat/logs
|
||||
@dir %%VARDIR%%/tomcat
|
||||
@dir %%VARDIR%%/access
|
||||
@dir %%VARDIR%%/backup
|
||||
@dir %%VARDIR%%/data
|
||||
@dir %%VARDIR%%/etc
|
||||
|
|
Loading…
Add table
Reference in a new issue