View | Details | Raw Unified | Return to bug 225604
Collapse All | Expand All

(-)deskutils/calcurse/Makefile (-4 / +12 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	calcurse
4
PORTNAME=	calcurse
5
PORTVERSION=	4.2.2
5
PORTVERSION=	4.3.0
6
CATEGORIES=	deskutils
6
CATEGORIES=	deskutils
7
MASTER_SITES=	http://calcurse.org/files/
7
MASTER_SITES=	http://calcurse.org/files/
8
8
Lines 10-22 Link Here
10
COMMENT=	Text-based calendar and scheduling application
10
COMMENT=	Text-based calendar and scheduling application
11
11
12
LICENSE=	BSD2CLAUSE
12
LICENSE=	BSD2CLAUSE
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
14
14
OPTIONS_DEFINE=	DOCS NLS
15
OPTIONS_DEFINE=	CALDAV DOCS NLS
16
OPTIONS_DEFAULT=CALDAV
15
OPTIONS_SUB=	yes
17
OPTIONS_SUB=	yes
16
18
17
USES=		gmake ncurses shebangfix
19
USES=		gmake ncurses shebangfix
18
SHEBANG_LANG=	python3
20
SHEBANG_FILES=	contrib/caldav/calcurse-caldav \
19
SHEBANG_FILES=	contrib/caldav/calcurse-caldav.py
21
		contrib/caldav/calcurse-caldav.py
20
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
21
CONFIGURE_ARGS=	--without-asciidoc
23
CONFIGURE_ARGS=	--without-asciidoc
22
24
Lines 24-29 Link Here
24
NLS_CONFIGURE_ENABLE=	nls
26
NLS_CONFIGURE_ENABLE=	nls
25
NLS_USES=	gettext
27
NLS_USES=	gettext
26
28
29
CALDAV_DESC=		Support Calendaring Extensions to WebDAV
30
CALDAV_USES=		python:3.4+
31
CALDAV_USES_OFF=	python:3.4+,env
32
CALDAV_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} \
33
			${PYTHON_PKGNAMEPREFIX}oauth2client>=0:security/py-oauth2client@${PY_FLAVOR}
34
27
post-patch:
35
post-patch:
28
	@${REINPLACE_CMD} -e 's|^docdir = .*|docdir = ${DOCSDIR}|' ${WRKSRC}/doc/Makefile.in
36
	@${REINPLACE_CMD} -e 's|^docdir = .*|docdir = ${DOCSDIR}|' ${WRKSRC}/doc/Makefile.in
29
	@${REINPLACE_CMD} -e 's|-R$$found_dir||' ${WRKSRC}/configure
37
	@${REINPLACE_CMD} -e 's|-R$$found_dir||' ${WRKSRC}/configure
(-)deskutils/calcurse/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1501159906
1
TIMESTAMP = 1517490109
2
SHA256 (calcurse-4.2.2.tar.gz) = c6881ddbd1cc7fbd02898187ac0fb4c6d8ac4c2715909b1cf00fb7a90cf08046
2
SHA256 (calcurse-4.3.0.tar.gz) = 31ecc3dc09e1e561502b4c94f965ed6b167c03e9418438c4a7ad5bad2c785f9a
3
SIZE (calcurse-4.2.2.tar.gz) = 612456
3
SIZE (calcurse-4.3.0.tar.gz) = 597490

Return to bug 225604