View | Details | Raw Unified | Return to bug 251807 | Differences between
and this patch

Collapse All | Expand All

(-)b/deskutils/calcurse/Makefile (-6 / +7 lines)
Lines 1-9 Link Here
1
# Created by: Herbert J. Skuhra <h.skuhra@gmail.com>
1
# Created by: Herbert J. Skuhra <h.skuhra@gmail.com>
2
2
3
PORTNAME=	calcurse
3
PORTNAME=	calcurse
4
PORTVERSION=	4.5.1
4
PORTVERSION=	4.7.0
5
CATEGORIES=	deskutils
5
CATEGORIES=	deskutils
6
MASTER_SITES=	https://calcurse.org/files/
6
MASTER_SITES=	https://calcurse.org/files/ \
7
		https://ftp.openbsd.org/pub/OpenBSD/distfiles/
7
8
8
MAINTAINER=	culot@FreeBSD.org
9
MAINTAINER=	culot@FreeBSD.org
9
COMMENT=	Text-based calendar and scheduling application
10
COMMENT=	Text-based calendar and scheduling application
Lines 11-20 COMMENT= Text-based calendar and scheduling application Link Here
11
LICENSE=	BSD2CLAUSE
12
LICENSE=	BSD2CLAUSE
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
14
14
OPTIONS_DEFINE=	CALDAV DOCS NLS
15
OPTIONS_DEFAULT=CALDAV
16
OPTIONS_SUB=	yes
17
18
USES=		gmake ncurses shebangfix
15
USES=		gmake ncurses shebangfix
19
SHEBANG_FILES=	contrib/caldav/calcurse-caldav \
16
SHEBANG_FILES=	contrib/caldav/calcurse-caldav \
20
		contrib/caldav/calcurse-caldav.py \
17
		contrib/caldav/calcurse-caldav.py \
Lines 23-28 SHEBANG_FILES= contrib/caldav/calcurse-caldav \ Link Here
23
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
24
CONFIGURE_ARGS=	--without-asciidoc
21
CONFIGURE_ARGS=	--without-asciidoc
25
22
23
OPTIONS_DEFINE=	CALDAV DOCS NLS
24
OPTIONS_DEFAULT=CALDAV
25
OPTIONS_SUB=	yes
26
26
DOCS_CONFIGURE_ENABLE=	docs
27
DOCS_CONFIGURE_ENABLE=	docs
27
NLS_CONFIGURE_ENABLE=	nls
28
NLS_CONFIGURE_ENABLE=	nls
28
NLS_USES=	gettext
29
NLS_USES=	gettext
(-)b/deskutils/calcurse/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1578313699
1
TIMESTAMP = 1618088257
2
SHA256 (calcurse-4.5.1.tar.gz) = 5336576824cba7d40eee0b33213992b4304368972ef556a930f3965e9068f331
2
SHA256 (calcurse-4.7.0.tar.gz) = ef6675966a53f41196006ce624ece222fe400da0563f4fed1ae0272ad45c8435
3
SIZE (calcurse-4.5.1.tar.gz) = 659272
3
SIZE (calcurse-4.7.0.tar.gz) = 699134

Return to bug 251807