aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 21:23:45 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 21:46:32 +0000
commit0719cc8f29385881ea00ea79ee393f8b515390e6 (patch)
treebd812d999cb8405ac002f28cfc92b7eeec3f0900
parent5e056a3f1a8b3736c90dee49788203ee58c4a7ed (diff)
downloadports-0719cc8f29385881ea00ea79ee393f8b515390e6.tar.gz
ports-0719cc8f29385881ea00ea79ee393f8b515390e6.zip
deskutils/when: Update to 1.1.41
- Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/bcrowell/when/releases
-rw-r--r--deskutils/when/Makefile19
-rw-r--r--deskutils/when/distinfo6
-rw-r--r--deskutils/when/pkg-descr20
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