diff options
author | miwi <miwi@FreeBSD.org> | 2012-04-22 02:48:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-04-22 02:48:20 +0800 |
commit | 4450c28d7edf27fc757d16d0ae022dcaf550d8c5 (patch) | |
tree | c71385ac425dd6ff758277c9a0de52d41cef7229 | |
parent | e88ae94086791b219d29fda08b67096d10d8517c (diff) | |
download | freebsd-ports-gnome-4450c28d7edf27fc757d16d0ae022dcaf550d8c5.tar.gz freebsd-ports-gnome-4450c28d7edf27fc757d16d0ae022dcaf550d8c5.tar.zst freebsd-ports-gnome-4450c28d7edf27fc757d16d0ae022dcaf550d8c5.zip |
- Update to version 5.2.2
PR: 166882
Submitted by: Ports Fury
-rw-r--r-- | editors/mp/Makefile | 7 | ||||
-rw-r--r-- | editors/mp/distinfo | 4 | ||||
-rw-r--r-- | editors/mp/pkg-plist | 1 |
3 files changed, 8 insertions, 4 deletions
diff --git a/editors/mp/Makefile b/editors/mp/Makefile index 444d3ec6632f..9068a361bea0 100644 --- a/editors/mp/Makefile +++ b/editors/mp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mp -PORTVERSION= 5.2.1 -PORTREVISION= 1 +PORTVERSION= 5.2.2 CATEGORIES= editors MASTER_SITES= http://triptico.com/download/ @@ -23,6 +22,7 @@ OPTIONS= NLS "Native language support" on \ PCRE "Build with PCRE support" on WANT_GNOME= yes +USE_NCURSES= yes USE_ICONV= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= config.sh @@ -70,6 +70,9 @@ post-patch: @${REINPLACE_CMD} -e 's|<ncursesw/|<|g ; \ s|-I/usr/local/include||g ; \ s|-L/usr/local/lib||g ; \ + /gtk+/s|3.0|2.0|g ; \ + /OK/s|3.0|2.0|g ; \ + /CONFOPT_GTK/s|3|2|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 diff --git a/editors/mp/distinfo b/editors/mp/distinfo index 0c5eb6ccb5f5..b81589debdbe 100644 --- a/editors/mp/distinfo +++ b/editors/mp/distinfo @@ -1,2 +1,2 @@ -SHA256 (mp-5.2.1.tar.gz) = e91ff7b94427a5c49815f091c67c20f47f63fd473318dbd9dce52a68a6a6f9d4 -SIZE (mp-5.2.1.tar.gz) = 566513 +SHA256 (mp-5.2.2.tar.gz) = f4c04315e6a0a3b831f218f73904afd3c227aa18b67ab21b39dffbb54edfea1f +SIZE (mp-5.2.2.tar.gz) = 583918 diff --git a/editors/mp/pkg-plist b/editors/mp/pkg-plist index e162bc53b4d9..6cf832083cda 100644 --- a/editors/mp/pkg-plist +++ b/editors/mp/pkg-plist @@ -59,6 +59,7 @@ bin/mpsl %%DATADIR%%/mp_templates.mpsl %%DATADIR%%/mp_toys.mpsl %%DATADIR%%/mp_tui.mpsl +%%DATADIR%%/mp_vcs.mpsl %%DATADIR%%/mp_writing.mpsl @dirrm %%DATADIR%%/lang @dirrm %%DATADIR%% |