svn commit: r439759 - head/devel/artifactory

Larry Rosenman ler at FreeBSD.org
Sat Apr 29 16:28:27 UTC 2017


Author: ler
Date: Sat Apr 29 16:28:26 2017
New Revision: 439759
URL: https://svnweb.freebsd.org/changeset/ports/439759

Log:
  devel/artifactory: Update to 5.2.1
  
  PR:		218760
  Submitted by:	dharrigan at gmail.com (maintainer)
  Approved by:	adamw (mentor, implicit)

Modified:
  head/devel/artifactory/Makefile
  head/devel/artifactory/distinfo
  head/devel/artifactory/pkg-plist

Modified: head/devel/artifactory/Makefile
==============================================================================
--- head/devel/artifactory/Makefile	Sat Apr 29 16:09:26 2017	(r439758)
+++ head/devel/artifactory/Makefile	Sat Apr 29 16:28:26 2017	(r439759)
@@ -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

Modified: head/devel/artifactory/distinfo
==============================================================================
--- head/devel/artifactory/distinfo	Sat Apr 29 16:09:26 2017	(r439758)
+++ head/devel/artifactory/distinfo	Sat Apr 29 16:28:26 2017	(r439759)
@@ -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

Modified: head/devel/artifactory/pkg-plist
==============================================================================
--- head/devel/artifactory/pkg-plist	Sat Apr 29 16:09:26 2017	(r439758)
+++ head/devel/artifactory/pkg-plist	Sat Apr 29 16:28:26 2017	(r439759)
@@ -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
+ at dir %%VARDIR%%/access
 @dir %%VARDIR%%/backup
 @dir %%VARDIR%%/data
 @dir %%VARDIR%%/etc


More information about the svn-ports-all mailing list