Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2019 16:44:27 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521497 - head/www/cutelyst
Message-ID:  <201912301644.xBUGiRxY007325@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Mon Dec 30 16:44:27 2019
New Revision: 521497
URL: https://svnweb.freebsd.org/changeset/ports/521497

Log:
  Update www/cutelyst to latest upstream release.
  
  Release notes are here:
  	https://dantti.wordpress.com/2019/09/26/cutelyst-2-9-0-and-simple-mail-qt-1-4-0-released/
  
  With highlight:
  	Cutelyst has got many bug fixes, a few API additions, some
  	docs fixes, and most importantly it fixed a memory leak introduced
  	in 2.8.0 that makes applications using chained actions leak.

Modified:
  head/www/cutelyst/Makefile
  head/www/cutelyst/distinfo
  head/www/cutelyst/pkg-plist

Modified: head/www/cutelyst/Makefile
==============================================================================
--- head/www/cutelyst/Makefile	Mon Dec 30 16:31:31 2019	(r521496)
+++ head/www/cutelyst/Makefile	Mon Dec 30 16:44:27 2019	(r521497)
@@ -2,8 +2,7 @@
 
 PORTNAME=	cutelyst
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.8.0
-PORTREVISION=	1
+DISTVERSION=	2.9.0
 CATEGORIES=	www
 
 MAINTAINER=	adridg@FreeBSD.org

Modified: head/www/cutelyst/distinfo
==============================================================================
--- head/www/cutelyst/distinfo	Mon Dec 30 16:31:31 2019	(r521496)
+++ head/www/cutelyst/distinfo	Mon Dec 30 16:44:27 2019	(r521497)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1561715037
-SHA256 (cutelyst-cutelyst-v2.8.0_GH0.tar.gz) = 04c42ffde90db632f2d58a7dc9b40ba11d230f0f42d6ddd38332e467807c0a48
-SIZE (cutelyst-cutelyst-v2.8.0_GH0.tar.gz) = 460724
+TIMESTAMP = 1577723643
+SHA256 (cutelyst-cutelyst-v2.9.0_GH0.tar.gz) = 5036378d0d8242da68f61bc2f51fc37b881b720311073b6f6cfb113cbae18a40
+SIZE (cutelyst-cutelyst-v2.9.0_GH0.tar.gz) = 476064

Modified: head/www/cutelyst/pkg-plist
==============================================================================
--- head/www/cutelyst/pkg-plist	Mon Dec 30 16:31:31 2019	(r521496)
+++ head/www/cutelyst/pkg-plist	Mon Dec 30 16:44:27 2019	(r521497)
@@ -107,6 +107,7 @@ include/cutelyst2-qt5/Cutelyst/stats.h
 include/cutelyst2-qt5/Cutelyst/upload.h
 include/cutelyst2-qt5/Cutelyst/utils.h
 include/cutelyst2-qt5/Cutelyst/view.h
+include/cutelyst2-qt5/Cutelyst/view_p.h
 lib/cmake/Cutelyst2Qt5/Cutelyst2Qt5Config.cmake
 lib/cmake/Cutelyst2Qt5/Cutelyst2Qt5ConfigVersion.cmake
 lib/cmake/Cutelyst2Qt5/Cutelyst2Qt5Targets-release.cmake
@@ -165,9 +166,16 @@ libdata/pkgconfig/Cutelyst2Qt5WSGI.pc
 man/man1/cutelyst-wsgi2.1.gz
 man/man1/cutelyst2.1.gz
 man/man5/Cutelyst2Qt5Session.5.gz
+%%DATADIR%%2/translations/cutelystcmd.de.qm
+%%DATADIR%%2/translations/cutelystcore.de.qm
+%%DATADIR%%2/translations/cutelystwsgi.de.qm
 %%DATADIR%%2/translations/cutelystcmd.en.qm
 %%DATADIR%%2/translations/cutelystcore.en.qm
 %%DATADIR%%2/translations/cutelystwsgi.en.qm
+%%DATADIR%%2/translations/plugin_csrfprotection.de.qm
+%%DATADIR%%2/translations/plugin_memcached.de.qm
+%%DATADIR%%2/translations/plugin_utils_validator.de.qm
+%%DATADIR%%2/translations/plugin_view_grantlee.de.qm
 %%DATADIR%%2/translations/plugin_csrfprotection.en.qm
 %%DATADIR%%2/translations/plugin_memcached.en.qm
 %%DATADIR%%2/translations/plugin_utils_validator.en.qm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912301644.xBUGiRxY007325>