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

(-)editors/mp/Makefile (-3 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	mp
8
PORTNAME=	mp
9
PORTVERSION=	5.1.4
9
PORTVERSION=	5.2.0
10
CATEGORIES=	editors
10
CATEGORIES=	editors
11
MASTER_SITES=	http://triptico.com/download/
11
MASTER_SITES=	http://triptico.com/download/
12
12
Lines 68-75 Link Here
68
68
69
post-patch:
69
post-patch:
70
	@${REINPLACE_CMD} -e 's|<ncursesw/|<|g ; \
70
	@${REINPLACE_CMD} -e 's|<ncursesw/|<|g ; \
71
		s|-I/usr/local/include||g ; \
71
		 s|-I/usr/local/include||g ; \
72
		s|-L/usr/local/lib||g' ${WRKSRC}/config.sh
72
		 s|-L/usr/local/lib||g ; \
73
		 s|-lX11||g' ${WRKSRC}/config.sh
73
	@${REINPLACE_CMD} -e 's|<ncursesw/|<|g' ${WRKSRC}/mpv_curses.c
74
	@${REINPLACE_CMD} -e 's|<ncursesw/|<|g' ${WRKSRC}/mpv_curses.c
74
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/mpdm/config.sh
75
	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/mpdm/config.sh
75
	@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' ${WRKSRC}/mpsl/mpsl_d.c
76
	@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' ${WRKSRC}/mpsl/mpsl_d.c
(-)editors/mp/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (mp-5.1.4.tar.gz) = 7744ba8ead9e284aa548420e9a1bbfa6fc5cd7248d2fdfb309ded83f3f641d07
1
SHA256 (mp-5.2.0.tar.gz) = 69cdc69969f70881c6eb1329d2f55a7a6ec63352c65f1a0a60a8bf24006c3ae6
2
SIZE (mp-5.1.4.tar.gz) = 485831
2
SIZE (mp-5.2.0.tar.gz) = 510970

Return to bug 158488