diff options
author | miwi <miwi@FreeBSD.org> | 2011-07-02 15:55:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-07-02 15:55:04 +0800 |
commit | 41978105acca536828657c6e290316242d096198 (patch) | |
tree | c080dd6f018e414f009ea5576a8d219fba5535ed /editors | |
parent | 1ca05b872bf9ce655e8ef0c3a730d5a203c51be3 (diff) | |
download | freebsd-ports-gnome-41978105acca536828657c6e290316242d096198.tar.gz freebsd-ports-gnome-41978105acca536828657c6e290316242d096198.tar.zst freebsd-ports-gnome-41978105acca536828657c6e290316242d096198.zip |
- Update to 5.2.0
PR: 158488
Submitted by: Ports Fury
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mp/Makefile | 7 | ||||
-rw-r--r-- | editors/mp/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/editors/mp/Makefile b/editors/mp/Makefile index 811075d9adb3..ae7eb55e21e8 100644 --- a/editors/mp/Makefile +++ b/editors/mp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mp -PORTVERSION= 5.1.4 +PORTVERSION= 5.2.0 CATEGORIES= editors MASTER_SITES= http://triptico.com/download/ @@ -68,8 +68,9 @@ CONFIGURE_ARGS+= --with-pcre post-patch: @${REINPLACE_CMD} -e 's|<ncursesw/|<|g ; \ - s|-I/usr/local/include||g ; \ - s|-L/usr/local/lib||g' ${WRKSRC}/config.sh + s|-I/usr/local/include||g ; \ + s|-L/usr/local/lib||g ; \ + s|-lX11||g' ${WRKSRC}/config.sh @${REINPLACE_CMD} -e 's|<ncursesw/|<|g' ${WRKSRC}/mpv_curses.c @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/mpdm/config.sh @${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' ${WRKSRC}/mpsl/mpsl_d.c diff --git a/editors/mp/distinfo b/editors/mp/distinfo index 31e1c5bfa18f..ab0d70422045 100644 --- a/editors/mp/distinfo +++ b/editors/mp/distinfo @@ -1,2 +1,2 @@ -SHA256 (mp-5.1.4.tar.gz) = 7744ba8ead9e284aa548420e9a1bbfa6fc5cd7248d2fdfb309ded83f3f641d07 -SIZE (mp-5.1.4.tar.gz) = 485831 +SHA256 (mp-5.2.0.tar.gz) = 69cdc69969f70881c6eb1329d2f55a7a6ec63352c65f1a0a60a8bf24006c3ae6 +SIZE (mp-5.2.0.tar.gz) = 510970 |