Index: databases/p5-Mango/Makefile =================================================================== --- databases/p5-Mango/Makefile (revision 516142) +++ databases/p5-Mango/Makefile (working copy) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= mongo:databases/mongodb34 \ +RUN_DEPENDS= mongo:databases/mongodb40 \ p5-Mojolicious>=5.40:www/p5-Mojolicious NO_ARCH= yes Index: UPDATING =================================================================== --- UPDATING (revision 516142) +++ UPDATING (working copy) @@ -5,6 +5,14 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20191031: + AFFECTS: users of databases/p5-Mango + AUTHOR: ronald@klop.ws + +Mongodb34 goes EOL. The dependency of p5-Mango has changed from mongodb34 +to mongodb40. So upgrading p5-Mango will get you a new database version. +Please take care while upgrading and make backups. + 20191029: AFFECTS: users of emulators/open-vm-tools[-nox11] AUTHOR: jpaetzel@FreeBSD.org