svn commit: r453491 - head/deskutils/hebcal

Carlos J. Puga Medina cpm at FreeBSD.org
Sat Nov 4 22:38:45 UTC 2017


Author: cpm
Date: Sat Nov  4 22:38:43 2017
New Revision: 453491
URL: https://svnweb.freebsd.org/changeset/ports/453491

Log:
  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 at columbia.edu>

Modified:
  head/deskutils/hebcal/Makefile
  head/deskutils/hebcal/distinfo
  head/deskutils/hebcal/pkg-descr

Modified: head/deskutils/hebcal/Makefile
==============================================================================
--- head/deskutils/hebcal/Makefile	Sat Nov  4 22:15:07 2017	(r453490)
+++ head/deskutils/hebcal/Makefile	Sat Nov  4 22:38:43 2017	(r453491)
@@ -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 at FreeBSD.org
-COMMENT=	Hebrew Calendar calculator
+MAINTAINER=	rtd24 at 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>

Modified: head/deskutils/hebcal/distinfo
==============================================================================
--- head/deskutils/hebcal/distinfo	Sat Nov  4 22:15:07 2017	(r453490)
+++ head/deskutils/hebcal/distinfo	Sat Nov  4 22:38:43 2017	(r453491)
@@ -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

Modified: head/deskutils/hebcal/pkg-descr
==============================================================================
--- head/deskutils/hebcal/pkg-descr	Sat Nov  4 22:15:07 2017	(r453490)
+++ head/deskutils/hebcal/pkg-descr	Sat Nov  4 22:38:43 2017	(r453491)
@@ -1,3 +1,3 @@
-Jewish calendar generator.
+Jewish holidays calendar and date converter.
 
-WWW: http://www.hebcal.com/
+WWW: https://hebcal.github.io


More information about the svn-ports-all mailing list