- Drop restriction to i386/amd64
- Handle multiple license files - Bump PORTREVISION PR: 204422 Submitted by: dharrigan@gmail.com (maintainer)
This commit is contained in:
parent
3e7bbad846
commit
94c71ded6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402157
1 changed files with 4 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= artifactory
|
||||
PORTVERSION= 4.2.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel java
|
||||
MASTER_SITES= https://bintray.com/artifact/download/jfrog/artifactory/
|
||||
DISTNAME= jfrog-${PORTNAME}-oss-${PORTVERSION}
|
||||
|
@ -11,7 +12,9 @@ COMMENT= Universal Artifact Repository Manager
|
|||
|
||||
LICENSE= GPLv3 LGPL3 APACHE20
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING ${WRKSRC}/COPYING ${WRKSRC}/tomcat/LICENSE
|
||||
LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING
|
||||
LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LESSER
|
||||
LICENSE_FILE_APACHE20= ${WRKSRC}/tomcat/LICENSE
|
||||
|
||||
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
|
||||
|
@ -24,7 +27,6 @@ SHEBANG_FILES= bin/artifactory.sh
|
|||
NO_BUILD= yes
|
||||
JAVA_VERSION= 1.8+
|
||||
JAVA_VENDOR= openjdk
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
|
||||
APP_NAME= ${PORTNAME}
|
||||
|
|
Loading…
Reference in a new issue