Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jun 2021 13:39:27 GMT
From:      =?utf-8?B?U3RlZmFuIEXDn2Vy?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 497bd48afc5d - main - deskutils/calendar: Fix non-NLS build and allw // in entries
Message-ID:  <202106071339.157DdRBH066333@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=497bd48afc5daf552b6b4f4348e7a8719cc3ef23

commit 497bd48afc5daf552b6b4f4348e7a8719cc3ef23
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-06-07 13:34:29 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-06-07 13:34:29 +0000

    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



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