View | Details | Raw Unified | Return to bug 250446
Collapse All | Expand All

(-)UPDATING (+10 lines)
Lines 5-10 Link Here
5
You should get into the habit of checking this file for changes each time
5
You should get into the habit of checking this file for changes each time
6
you update your ports collection, before attempting any port upgrades.
6
you update your ports collection, before attempting any port upgrades.
7
7
8
20201011:
9
  AFFECTS: users of sysutils/rundeck3 who use MySQL as database
10
  AUTHOR: daniel.tihanyi@tetragir.com
11
12
  Please note that the MySQL JDBC driver is no longer bundled with Rundeck.
13
  Please make sure that you migrate to the MariaDB Connector or copy the
14
  driver yourself. More instructions:
15
16
  https://docs.rundeck.com/docs/upgrading/upgrading-to-rundeck-3.3.4.html
17
8
20201006:
18
20201006:
9
  AFFECTS: users of sysutils/tenshi
19
  AFFECTS: users of sysutils/tenshi
10
  AUTHOR: 0mp@FreeBSD.org
20
  AUTHOR: 0mp@FreeBSD.org
(-)sysutils/rundeck3/Makefile (-3 / +3 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	rundeck
3
PORTNAME=	rundeck
4
DISTVERSION=	3.3.3
4
DISTVERSION=	3.3.4
5
DISTVERSIONSUFFIX=	20200910
5
DISTVERSIONSUFFIX=	20201007
6
CATEGORIES=	sysutils java
6
CATEGORIES=	sysutils java
7
MASTER_SITES=	https://download.rundeck.org/war/
7
MASTER_SITES=	https://download.rundeck.org/war/
8
PKGNAMESUFFIX=	3
8
PKGNAMESUFFIX=	3
Lines 15-21 Link Here
15
LICENSE=	APACHE20
15
LICENSE=	APACHE20
16
16
17
USE_JAVA=	yes
17
USE_JAVA=	yes
18
JAVA_VERSION=	1.8+
18
JAVA_VERSION=	1.8
19
19
20
CONFLICTS_INSTALL=	rundeck2
20
CONFLICTS_INSTALL=	rundeck2
21
21
(-)sysutils/rundeck3/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1600213041
1
TIMESTAMP = 1602407256
2
SHA256 (rundeck-3.3.3-20200910.war) = 2a25ffd5d7bcf551805af4eedb631cf7fd863beec04478d290c9cd1516d44aae
2
SHA256 (rundeck-3.3.4-20201007.war) = f49514ead3d2634fe781fc05a7917c119d9e94d567373cc3d3a061b5ae8bca14
3
SIZE (rundeck-3.3.3-20200910.war) = 174045010
3
SIZE (rundeck-3.3.4-20201007.war) = 169081717

Return to bug 250446