Date: Mon, 25 Oct 2021 21:58:35 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0719cc8f2938 - main - deskutils/when: Update to 1.1.41 Message-ID: <202110252158.19PLwZZd055346@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0719cc8f29385881ea00ea79ee393f8b515390e6 commit 0719cc8f29385881ea00ea79ee393f8b515390e6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 21:23:45 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 21:46:32 +0000 deskutils/when: Update to 1.1.41 - Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/bcrowell/when/releases --- deskutils/when/Makefile | 19 +++++++++---------- deskutils/when/distinfo | 6 +++--- deskutils/when/pkg-descr | 20 ++++++++++++++------ 3 files changed, 26 insertions(+), 19 deletions(-) diff --git a/deskutils/when/Makefile b/deskutils/when/Makefile index 9009266db8a2..f18f68206af7 100644 --- a/deskutils/when/Makefile +++ b/deskutils/when/Makefile @@ -1,26 +1,25 @@ # Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> PORTNAME= when -PORTVERSION= 1.1.40 +PORTVERSION= 1.1.41 CATEGORIES= deskutils -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple personal calendar LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -USE_GITHUB= yes -GH_ACCOUNT= bcrowell -GH_TAGNAME= 5de0120 - USES= perl5 shebangfix USE_PERL5= run -NO_BUILD= yes + +MAKE_ARGS= MANDIR=${PREFIX}/man/man1 prefix=${PREFIX} NO_ARCH= yes -SHEBANG_FILES= when +NO_BUILD= yes -MAKE_ARGS+= prefix=${PREFIX} \ - MANDIR=${MANPREFIX}/man/man1 +USE_GITHUB= yes +GH_ACCOUNT= bcrowell + +SHEBANG_FILES= when .include <bsd.port.mk> diff --git a/deskutils/when/distinfo b/deskutils/when/distinfo index 19640e5b16b5..a4fad5e53074 100644 --- a/deskutils/when/distinfo +++ b/deskutils/when/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1589272839 -SHA256 (bcrowell-when-1.1.40-5de0120_GH0.tar.gz) = 88cf59af8d3c73b58d97863648d311f66e2ea1991da67f5d17257babaa0deb24 -SIZE (bcrowell-when-1.1.40-5de0120_GH0.tar.gz) = 44393 +TIMESTAMP = 1635181007 +SHA256 (bcrowell-when-1.1.41_GH0.tar.gz) = 78bfd3f18e0d3e42797c7aacb16829d2354d935f12e04db9e467d4bec389c884 +SIZE (bcrowell-when-1.1.41_GH0.tar.gz) = 46115 diff --git a/deskutils/when/pkg-descr b/deskutils/when/pkg-descr index 3700ac3b79d1..f61d4dda451d 100644 --- a/deskutils/when/pkg-descr +++ b/deskutils/when/pkg-descr @@ -1,7 +1,15 @@ -When is an extremely simple personal calendar program, aimed -at the Unix geek who wants something minimalistic. It can -keep track of things you need to do on particular dates. Its -file format is a simple text file, which you can edit in your -favorite editor. +When is an extremely simple personal calendar program, aimed at the Unix geek +who wants something minimalistic. It can keep track of things you need to do on +particular dates. There are a lot of calendar and "personal information manager" +programs out there, so what reasons are there to use When? -WWW: http://www.lightandmatter.com/when/when.html +- It's a very short and simple program, so you can easily tinker with it + yourself. +- It doesn't depend on any libraries, so it's easy to install. You should be + able to install it on any system where Perl is available, even if you don't + have privileges for installing libraries. +- Its file format is a simple text file, which you can edit in your favorite + editor. + +WWW: https://www.lightandmatter.com/when/when.html +WWW: https://github.com/bcrowell/when
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110252158.19PLwZZd055346>