svn commit: r402157 - head/devel/artifactory

Thomas Zander riggs at FreeBSD.org
Sat Nov 21 13:32:26 UTC 2015


Author: riggs
Date: Sat Nov 21 13:32:25 2015
New Revision: 402157
URL: https://svnweb.freebsd.org/changeset/ports/402157

Log:
  - Drop restriction to i386/amd64
  - Handle multiple license files
  - Bump PORTREVISION
  
  PR:		204422
  Submitted by:	dharrigan at gmail.com (maintainer)

Modified:
  head/devel/artifactory/Makefile

Modified: head/devel/artifactory/Makefile
==============================================================================
--- head/devel/artifactory/Makefile	Sat Nov 21 13:24:31 2015	(r402156)
+++ head/devel/artifactory/Makefile	Sat Nov 21 13:32:25 2015	(r402157)
@@ -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 M
 
 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}


More information about the svn-ports-all mailing list