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

Collapse All | Expand All

(-)./distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1532650780
1
TIMESTAMP = 1583881845
2
SHA256 (dialog-1.3-20180621.tgz) = 4a4859e2b22d24e46c1a529b5a5605b95503aa04da4432f7bbd713e3e867587a
2
SHA256 (dialog-1.3-20200228.tgz) = 9ff8c41d1eee9e15d14fde3109d4612b1fe6dbe71fe2c3e743bcfff5e25c1fd9
3
SIZE (dialog-1.3-20180621.tgz) = 529123
3
SIZE (dialog-1.3-20200228.tgz) = 544523
(-)./Makefile (-4 / +5 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/devel/cdialog/Makefile 521822 2020-01-02 09:57:49Z bapt $
1
# $FreeBSD: head/devel/cdialog/Makefile 521822 2020-01-02 09:57:49Z bapt $
2
2
3
PORTNAME=	cdialog
3
PORTNAME=	cdialog
4
DISTVERSION=	1.3.20180621
4
DISTVERSION=	1.3.20200228
5
PORTEPOCH=	2
5
PORTEPOCH=	2
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	ftp://ftp.invisible-island.net/${PORTNAME:S|^c||}/
7
MASTER_SITES=	ftp://ftp.invisible-island.net/${PORTNAME:S|^c||}/
Lines 33-42 OPTIONS_DEFINE= EXAMPLES Link Here
33
CONFIGURE_ARGS+=	--with-curses-dir=${NCURSESBASE}
33
CONFIGURE_ARGS+=	--with-curses-dir=${NCURSESBASE}
34
.endif
34
.endif
35
35
36
post-patch:
36
pre-patch-EXAMPLES-on:
37
	@${FIND} ${WRKSRC}/samples/ -type f -exec ${REINPLACE_CMD} -i "" "s|dialog|cdialog|g" {} \;
37
	@${FIND} ${WRKSRC}/samples/ -type f -exec ${REINPLACE_CMD} -i "" "s|dialog|cdialog|g" {} \;
38
	@${REINPLACE_CMD} -e 's|$$(INSTALL_DATA) $$(LIB)|$$(INSTALL_DATA) -s $$(LIB)|'\
38
39
		${WRKSRC}/${MAKEFILE}.in
39
pre-install:
40
	@${STRIP_CMD} ${WRKSRC}/.libs/libcdialog.so.15.0.0
40
41
41
post-install-EXAMPLES-on:
42
post-install-EXAMPLES-on:
42
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
43
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(-)./pkg-plist (+2 lines)
Lines 13-18 man/man3/cdialog.3.gz Link Here
13
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
13
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
14
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/buildlist
14
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/buildlist
15
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/buildlist2
15
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/buildlist2
16
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/buildlist4
16
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar
17
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar
17
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar-stdout
18
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar-stdout
18
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar2
19
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calendar2
Lines 197-202 man/man3/cdialog.3.gz Link Here
197
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timebox2-stdout
198
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timebox2-stdout
198
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/treeview
199
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/treeview
199
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/treeview2
200
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/treeview2
201
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/treeview4
200
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wheel
202
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wheel
201
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/whiptail.rc
203
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/whiptail.rc
202
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/with-dquotes
204
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/with-dquotes

Return to bug 242613