deskutils/hebcal: update to 4.13
- Switch to USE_GITHUB - Improve the COMMENT line description - Add regression-test target - Improve the content of pkg-descr - Update WWW in pkg-descr - Pass maintainership to submitter Changelog: https://github.com/hebcal/hebcal/releases/tag/v4.13 PR: 221142 Submitted by: Ryder Dain <rtd24@columbia.edu>
This commit is contained in:
parent
63d88f81b7
commit
c1ffb000e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453491
3 changed files with 14 additions and 11 deletions
|
@ -2,22 +2,25 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hebcal
|
||||
PORTVERSION= 3.11
|
||||
PORTVERSION= 4.13
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-c/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Hebrew Calendar calculator
|
||||
MAINTAINER= rtd24@columbia.edu
|
||||
COMMENT= Perpetual Jewish calendar
|
||||
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= makeinfo
|
||||
USES= autoreconf gmake perl5
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
||||
PLIST_FILES= bin/hebcal \
|
||||
man/man1/hebcal.1.gz
|
||||
|
||||
INFO= hebcal
|
||||
regression-test: build
|
||||
(cd ${WRKSRC} && ${MAKE_CMD} check)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1482589739
|
||||
SHA256 (hebcal-3.11.tar.gz) = 9c171840f86627da6a585070a6557fad5f8ac005f3ae148a1356fc62b400daea
|
||||
SIZE (hebcal-3.11.tar.gz) = 226647
|
||||
TIMESTAMP = 1509188632
|
||||
SHA256 (hebcal-hebcal-v4.13_GH0.tar.gz) = 7b2e69b0e400ffd727fd818d926484c3f15a51cd6b325cea2483354501d6fce9
|
||||
SIZE (hebcal-hebcal-v4.13_GH0.tar.gz) = 721583
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Jewish calendar generator.
|
||||
Jewish holidays calendar and date converter.
|
||||
|
||||
WWW: http://www.hebcal.com/
|
||||
WWW: https://hebcal.github.io
|
||||
|
|
Loading…
Reference in a new issue