diff options
author | Juraj Lutter <otis@FreeBSD.org> | 2021-02-26 23:22:03 +0000 |
---|---|---|
committer | Juraj Lutter <otis@FreeBSD.org> | 2021-02-26 23:22:03 +0000 |
commit | f80789ed62a9e01cf0b286d1f93d2fa5284475af (patch) | |
tree | dec32218ef9f8baf68f8a0318e60c42019c9ae04 /net-mgmt/midpoint | |
parent | 8275119641a61a2611e4127622e60817c822914d (diff) | |
download | ports-f80789ed62a9e01cf0b286d1f93d2fa5284475af.tar.gz ports-f80789ed62a9e01cf0b286d1f93d2fa5284475af.zip |
net-mgmt/midpoint: Update to 4.0.3
PR: 253704
Reviewed by: osa (mentor)
Approved by: osa (mentor), Matthias Wolf (maintainer)
Differential Revision: https://reviews.freebsd.org/D28802
Notes
Notes:
svn path=/head/; revision=566641
Diffstat (limited to 'net-mgmt/midpoint')
-rw-r--r-- | net-mgmt/midpoint/Makefile | 26 | ||||
-rw-r--r-- | net-mgmt/midpoint/distinfo | 6 |
2 files changed, 18 insertions, 14 deletions
diff --git a/net-mgmt/midpoint/Makefile b/net-mgmt/midpoint/Makefile index b8fbcfb016c6..1fa05f78d542 100644 --- a/net-mgmt/midpoint/Makefile +++ b/net-mgmt/midpoint/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= midpoint -PORTVERSION= 4.0.2 +PORTVERSION= 4.0.3 CATEGORIES= net-mgmt java MASTER_SITES= http://evolveum.com/downloads/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-dist @@ -9,31 +9,35 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-dist MAINTAINER= freebsd@rheinwolf.de COMMENT= Identity management and identity governance system -LICENSE= APACHE20 CDDL MIT LGPL3 AMS AREV BITSTREAM +LICENSE= AMS APACHE20 AREV BITSTREAM CDDL LGPL3 MIT LICENSE_COMB= multi LICENSE_NAME_AMS= AMSFonts Copyright version 2.2 LICENSE_NAME_AREV= Arev Fonts Copyright LICENSE_NAME_BITSTREAM= Bitstream Vera Fonts Copyright LICENSE_FILE= ${WRKSRC}/NOTICE -LICENSE_PERMS_AMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LICENSE_PERMS_AREV= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LICENSE_PERMS_BITSTREAM=dist-mirror dist-sell pkg-mirror pkg-sell auto-accept - -USE_RC_SUBR= midpoint +LICENSE_PERMS_AMS= dist-mirror dist-sell pkg-mirror pkg-sell \ + auto-accept +LICENSE_PERMS_AREV= dist-mirror dist-sell pkg-mirror pkg-sell \ + auto-accept +LICENSE_PERMS_BITSTREAM= dist-mirror dist-sell pkg-mirror pkg-sell \ + auto-accept USE_JAVA= yes JAVA_VERSION= 1.8+ JAVA_OS= native JAVA_VENDOR= openjdk oracle JAVA_RUN= yes +USE_RC_SUBR= midpoint -SUB_LIST+= PORTNAME=${PORTNAME} USERS=${USERS} GROUPS=${GROUPS} JAVA=${JAVA} +NO_ARCH= yes +NO_BUILD= yes +SUB_LIST+= GROUPS=${GROUPS} \ + JAVA=${JAVA} \ + PORTNAME=${PORTNAME} \ + USERS=${USERS} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -NO_BUILD= yes -NO_ARCH= yes - USERS= midpoint GROUPS= midpoint diff --git a/net-mgmt/midpoint/distinfo b/net-mgmt/midpoint/distinfo index 482a1e6fac0f..48b9cb4446d6 100644 --- a/net-mgmt/midpoint/distinfo +++ b/net-mgmt/midpoint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1582713950 -SHA256 (midpoint-4.0.2-dist.tar.gz) = 406be494f62895681b9eff4ec4a3912d066c692645dfabaf3dfd08e7db145ee4 -SIZE (midpoint-4.0.2-dist.tar.gz) = 258733675 +TIMESTAMP = 1613762516 +SHA256 (midpoint-4.0.3-dist.tar.gz) = d49a2307e52fdc6d83ef2b3ba84feac609e1c39a353d2965e4996753bdc86c7e +SIZE (midpoint-4.0.3-dist.tar.gz) = 258817557 |