svn commit: r552748 - in head: . sysutils/rundeck3

Fernando Apesteguía fernape at FreeBSD.org
Mon Oct 19 16:19:17 UTC 2020


Author: fernape
Date: Mon Oct 19 16:19:15 2020
New Revision: 552748
URL: https://svnweb.freebsd.org/changeset/ports/552748

Log:
  sysutils/rundeck3: Update to 3.3.4
  
  ChangeLog: https://docs.rundeck.com/docs/history/3_3_x/version-3.3.4.html
  
  PR:	250446
  Submitted by:	daniel.tihanyi at tetragir.com (maintainer)

Modified:
  head/UPDATING
  head/sysutils/rundeck3/Makefile
  head/sysutils/rundeck3/distinfo

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Mon Oct 19 15:52:35 2020	(r552747)
+++ head/UPDATING	Mon Oct 19 16:19:15 2020	(r552748)
@@ -22,6 +22,16 @@ you update your ports collection, before attempting an
 
   $ pkg delete -f libsoup-gnome
 
+20201011:
+  AFFECTS: users of sysutils/rundeck3 who use MySQL as database
+  AUTHOR: daniel.tihanyi at tetragir.com
+
+  Please note that the MySQL JDBC driver is no longer bundled with Rundeck.
+  Please make sure that you migrate to the MariaDB Connector or copy the
+  driver yourself. More instructions:
+
+  https://docs.rundeck.com/docs/upgrading/upgrading-to-rundeck-3.3.4.html
+
 20201006:
   AFFECTS: users of sysutils/tenshi
   AUTHOR: 0mp at FreeBSD.org

Modified: head/sysutils/rundeck3/Makefile
==============================================================================
--- head/sysutils/rundeck3/Makefile	Mon Oct 19 15:52:35 2020	(r552747)
+++ head/sysutils/rundeck3/Makefile	Mon Oct 19 16:19:15 2020	(r552748)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	rundeck
-DISTVERSION=	3.3.3
-DISTVERSIONSUFFIX=	20200910
+DISTVERSION=	3.3.4
+DISTVERSIONSUFFIX=	20201007
 CATEGORIES=	sysutils java
 MASTER_SITES=	https://download.rundeck.org/war/
 PKGNAMESUFFIX=	3
@@ -15,7 +15,7 @@ COMMENT=	Web-console for dispatching commands and scri
 LICENSE=	APACHE20
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.8+
+JAVA_VERSION=	1.8
 
 CONFLICTS_INSTALL=	rundeck2
 

Modified: head/sysutils/rundeck3/distinfo
==============================================================================
--- head/sysutils/rundeck3/distinfo	Mon Oct 19 15:52:35 2020	(r552747)
+++ head/sysutils/rundeck3/distinfo	Mon Oct 19 16:19:15 2020	(r552748)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1600213041
-SHA256 (rundeck-3.3.3-20200910.war) = 2a25ffd5d7bcf551805af4eedb631cf7fd863beec04478d290c9cd1516d44aae
-SIZE (rundeck-3.3.3-20200910.war) = 174045010
+TIMESTAMP = 1602407256
+SHA256 (rundeck-3.3.4-20201007.war) = f49514ead3d2634fe781fc05a7917c119d9e94d567373cc3d3a061b5ae8bca14
+SIZE (rundeck-3.3.4-20201007.war) = 169081717


More information about the svn-ports-head mailing list