View | Details | Raw Unified | Return to bug 251780 | Differences between
and this patch

Collapse All | Expand All

(-)UPDATING (+18 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
20201212:
9
  AFFECTS: users of sysutils/rundeck3
10
  AUTHOR: daniel.tihanyi@tetragir.com
11
12
  Please note that If you are upgrading to Rundeck 3.3.x, Rundeck
13
  may not start due to a missing configuration file for logging. This
14
  file is generated on a new installation but is not added during
15
  update. The configuration file is:
16
17
  * /usr/local/rundeck/server/config/log4j2.properties
18
19
  To mitigate the issue, an empty file can be created or the default
20
  configuration may be copied from a fresh installation.
21
22
  More information regarding the configuration:
23
24
  https://docs.rundeck.com/docs/administration/configuration/config-file-reference.html#log4j2-properties-new-in-rundeck-3-3-x
25
8
20201112:
26
20201112:
9
  AFFECTS: users of net-mgmt/pushgateway
27
  AFFECTS: users of net-mgmt/pushgateway
10
  AUTHOR: rhurlin@FreeBSD.org
28
  AUTHOR: rhurlin@FreeBSD.org
(-)sysutils/rundeck3/Makefile (-2 / +2 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	rundeck
3
PORTNAME=	rundeck
4
DISTVERSION=	3.3.5
4
DISTVERSION=	3.3.7
5
DISTVERSIONSUFFIX=	20201019
5
DISTVERSIONSUFFIX=	20201208
6
CATEGORIES=	sysutils java
6
CATEGORIES=	sysutils java
7
MASTER_SITES=	https://dl.bintray.com/rundeck/rundeck-maven/org/rundeck/rundeck/ \
7
MASTER_SITES=	https://dl.bintray.com/rundeck/rundeck-maven/org/rundeck/rundeck/ \
8
		https://download.rundeck.org/war/
8
		https://download.rundeck.org/war/
(-)sysutils/rundeck3/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1603194037
1
TIMESTAMP = 1607737019
2
SHA256 (rundeck-3.3.5-20201019.war) = 075d3304d4415025fb083e759b1687c1fe09e683742c326b336de2baac11e5ac
2
SHA256 (rundeck-3.3.7-20201208.war) = d1d78391be99e6b08bd2ef16c6804242cb755bad243c5444febb21849aa8b5a6
3
SIZE (rundeck-3.3.5-20201019.war) = 169109261
3
SIZE (rundeck-3.3.7-20201208.war) = 175759054

Return to bug 251780