From 8468ca21ec0b7e5c48419c7636f846c2ec5a9821 Mon Sep 17 00:00:00 2001 From: riggs Date: Sat, 21 Nov 2015 13:32:25 +0000 Subject: - Drop restriction to i386/amd64 - Handle multiple license files - Bump PORTREVISION PR: 204422 Submitted by: dharrigan@gmail.com (maintainer) --- devel/artifactory/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/artifactory/Makefile b/devel/artifactory/Makefile index 14b7ff5..4adf50b 100644 --- a/devel/artifactory/Makefile +++ b/devel/artifactory/Makefile @@ -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} -- cgit v1.1