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

Collapse All | Expand All

(-)b/deskutils/calcurse/Makefile (-6 / +8 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.1
5
CATEGORIES=	deskutils
5
CATEGORIES=	deskutils
6
MASTER_SITES=	https://calcurse.org/files/
6
MASTER_SITES=	https://calcurse.org/files/ \
7
		https://fossies.org/linux/privat/ \
8
		https://ftp.openbsd.org/pub/OpenBSD/distfiles/
7
9
8
MAINTAINER=	culot@FreeBSD.org
10
MAINTAINER=	culot@FreeBSD.org
9
COMMENT=	Text-based calendar and scheduling application
11
COMMENT=	Text-based calendar and scheduling application
Lines 11-20 COMMENT= Text-based calendar and scheduling application Link Here
11
LICENSE=	BSD2CLAUSE
13
LICENSE=	BSD2CLAUSE
12
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
13
15
14
OPTIONS_DEFINE=	CALDAV DOCS NLS
15
OPTIONS_DEFAULT=CALDAV
16
OPTIONS_SUB=	yes
17
18
USES=		gmake ncurses shebangfix
16
USES=		gmake ncurses shebangfix
19
SHEBANG_FILES=	contrib/caldav/calcurse-caldav \
17
SHEBANG_FILES=	contrib/caldav/calcurse-caldav \
20
		contrib/caldav/calcurse-caldav.py \
18
		contrib/caldav/calcurse-caldav.py \
Lines 23-28 SHEBANG_FILES= contrib/caldav/calcurse-caldav \ Link Here
23
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
24
CONFIGURE_ARGS=	--without-asciidoc
22
CONFIGURE_ARGS=	--without-asciidoc
25
23
24
OPTIONS_DEFINE=	CALDAV DOCS NLS
25
OPTIONS_DEFAULT=CALDAV
26
OPTIONS_SUB=	yes
27
26
DOCS_CONFIGURE_ENABLE=	docs
28
DOCS_CONFIGURE_ENABLE=	docs
27
NLS_CONFIGURE_ENABLE=	nls
29
NLS_CONFIGURE_ENABLE=	nls
28
NLS_USES=	gettext
30
NLS_USES=	gettext
(-)b/deskutils/calcurse/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1578313699
1
TIMESTAMP = 1618390930
2
SHA256 (calcurse-4.5.1.tar.gz) = 5336576824cba7d40eee0b33213992b4304368972ef556a930f3965e9068f331
2
SHA256 (calcurse-4.7.1.tar.gz) = 0a7c55d07674569d166c0b0e7587b2972d3da8160cdb7d60b1dbd2895803afb0
3
SIZE (calcurse-4.5.1.tar.gz) = 659272
3
SIZE (calcurse-4.7.1.tar.gz) = 701563

Return to bug 251807