svn commit: r535234 - head/www/cutelyst

Adriaan de Groot adridg at FreeBSD.org
Thu May 14 13:42:10 UTC 2020


Author: adridg
Date: Thu May 14 13:42:09 2020
New Revision: 535234
URL: https://svnweb.freebsd.org/changeset/ports/535234

Log:
  Update www/cutelyst to latest upstream release, 2.11.0
  
  Release notes at
  	https://dantti.wordpress.com/2020/05/13/cutelyst-2-11-and-simplemail-2-1-released-and-a-fork-called-cutelee/
  
  Nothing spectacular, though it might have some performance improvements.

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

Modified: head/www/cutelyst/Makefile
==============================================================================
--- head/www/cutelyst/Makefile	Thu May 14 13:37:48 2020	(r535233)
+++ head/www/cutelyst/Makefile	Thu May 14 13:42:09 2020	(r535234)
@@ -2,7 +2,7 @@
 
 PORTNAME=	cutelyst
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.10.0
+DISTVERSION=	2.11.0
 CATEGORIES=	www
 
 MAINTAINER=	adridg at FreeBSD.org

Modified: head/www/cutelyst/distinfo
==============================================================================
--- head/www/cutelyst/distinfo	Thu May 14 13:37:48 2020	(r535233)
+++ head/www/cutelyst/distinfo	Thu May 14 13:42:09 2020	(r535234)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1582038868
-SHA256 (cutelyst-cutelyst-v2.10.0_GH0.tar.gz) = f4ff2e5af79cad7ce7bf3c841c30f66528b4fbbb5b6bbd7727b85e8a0ca57ef2
-SIZE (cutelyst-cutelyst-v2.10.0_GH0.tar.gz) = 477784
+TIMESTAMP = 1589462894
+SHA256 (cutelyst-cutelyst-v2.11.0_GH0.tar.gz) = b0e3d658a60d68906f7255b78bad64af1aa07cb3b785fbf61629b7355f089baa
+SIZE (cutelyst-cutelyst-v2.11.0_GH0.tar.gz) = 487683

Modified: head/www/cutelyst/pkg-plist
==============================================================================
--- head/www/cutelyst/pkg-plist	Thu May 14 13:37:48 2020	(r535233)
+++ head/www/cutelyst/pkg-plist	Thu May 14 13:42:09 2020	(r535234)
@@ -187,10 +187,12 @@ man/man5/Cutelyst2Qt5Session.5.gz
 %%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.de.qm
 %%DATADIR%%2/translations/plugin_memcached.en.qm
+%%DATADIR%%2/translations/plugin_utils_validator.de.qm
 %%DATADIR%%2/translations/plugin_utils_validator.en.qm
+%%DATADIR%%2/translations/plugin_view_cutelee.de.qm
+%%DATADIR%%2/translations/plugin_view_cutelee.en.qm
+%%DATADIR%%2/translations/plugin_view_grantlee.de.qm
 %%DATADIR%%2/translations/plugin_view_grantlee.en.qm


More information about the svn-ports-head mailing list