diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-03-29 09:37:32 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-03-29 10:33:30 +0000 |
commit | 5674c646c0dc4068bab89029f9080fb58a8ccc2b (patch) | |
tree | 4f106dc7c1029ed744bcbcf53c6cbd2c695946c5 /astro | |
parent | ff12dab5d4ba611b78ee8a245b76cf42c6c3d60f (diff) |
astro/sunwait: Update version 20041208=>0.9.1
- Update LICENSE to GPLv3
- Use GITHUB as MASTER_SITES has moved to GH
- Pet portclippy
- Update WWW to https
Diffstat (limited to 'astro')
-rw-r--r-- | astro/sunwait/Makefile | 14 | ||||
-rw-r--r-- | astro/sunwait/distinfo | 6 |
2 files changed, 13 insertions, 7 deletions
diff --git a/astro/sunwait/Makefile b/astro/sunwait/Makefile index 4bed5617b6e3..3445e4e5f46a 100644 --- a/astro/sunwait/Makefile +++ b/astro/sunwait/Makefile @@ -1,16 +1,22 @@ PORTNAME= sunwait -PORTVERSION= 20041208 +DISTVERSION= 0.9.1 +PORTEPOCH= 1 CATEGORIES= astro -MASTER_SITES= http://www.risacher.org/sunwait/ +MASTER_SITES= https://www.risacher.org/sunwait/ MAINTAINER= bofh@FreeBSD.org COMMENT= Calculate sunrise and sunset WWW= http://www.risacher.org/sunwait/ -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE +USE_GITHUB= yes +GH_ACCOUNT= risacher + +MAKEFILE= makefile ALL_TARGET= ${PORTNAME} + PLIST_FILES= bin/${PORTNAME} do-install: diff --git a/astro/sunwait/distinfo b/astro/sunwait/distinfo index ecaf5b284353..0c1f87c9d1d6 100644 --- a/astro/sunwait/distinfo +++ b/astro/sunwait/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1509192521 -SHA256 (sunwait-20041208.tar.gz) = 46ecd64142e0c7c2decac8df241b78ccae0d1b323929fb4d61aa1acc16a9ff96 -SIZE (sunwait-20041208.tar.gz) = 15865 +TIMESTAMP = 1711703855 +SHA256 (risacher-sunwait-0.9.1_GH0.tar.gz) = 02fe8165a60ede67f1d0dc98acf4dfbe40865a215d9bd039f57806f1e100b406 +SIZE (risacher-sunwait-0.9.1_GH0.tar.gz) = 35984 |