From 497bd48afc5daf552b6b4f4348e7a8719cc3ef23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Mon, 7 Jun 2021 15:34:29 +0200 Subject: [PATCH] deskutils/calendar: Fix non-NLS build and allw // in entries The C++-style comment marker "//" has been added with the rewrite of the preprocessor features. Since this character sequence occurs in ULRS, the reminder of the URL was considered a comment and stripped from the calendar line. Change parsing of "//" to only start a comment at the begin of a line or when preceded by a white-space character. --- deskutils/calendar/Makefile | 2 +- deskutils/calendar/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deskutils/calendar/Makefile b/deskutils/calendar/Makefile index e8d41e4242b4..33fe05a466b0 100644 --- a/deskutils/calendar/Makefile +++ b/deskutils/calendar/Makefile @@ -1,5 +1,5 @@ PORTNAME= calendar -DISTVERSION= 0.9 +DISTVERSION= 0.9.2 CATEGORIES= deskutils MAINTAINER= se@FreeBSD.org diff --git a/deskutils/calendar/distinfo b/deskutils/calendar/distinfo index ea6635085400..746fe68773f8 100644 --- a/deskutils/calendar/distinfo +++ b/deskutils/calendar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1604748457 -SHA256 (stesser-calendar-0.9_GH0.tar.gz) = fc1c9befed9c103843c83fae3774e34873fa8b20dc1b9d6041dce8e1f7f4e7ac -SIZE (stesser-calendar-0.9_GH0.tar.gz) = 45355 +TIMESTAMP = 1623072818 +SHA256 (stesser-calendar-0.9.2_GH0.tar.gz) = 3b71fdfcc3e01e115ed61ee4454875f302593d3ddc91e606fcfb3fce5c17c492 +SIZE (stesser-calendar-0.9.2_GH0.tar.gz) = 45458