diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2012-12-11 01:07:22 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2012-12-11 01:07:22 +0800 |
commit | 7e19f904101b00c5e1c2d56b9535b76a511eb4d8 (patch) | |
tree | 86da2ab4d4e083619fe7215d3586c080828db285 /editors | |
parent | 4476e6cb7931d62e61d2b6b7b2901d3a8e0e9b80 (diff) | |
download | freebsd-ports-gnome-7e19f904101b00c5e1c2d56b9535b76a511eb4d8.tar.gz freebsd-ports-gnome-7e19f904101b00c5e1c2d56b9535b76a511eb4d8.tar.zst freebsd-ports-gnome-7e19f904101b00c5e1c2d56b9535b76a511eb4d8.zip |
- Update to 5.2.4
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mp/Makefile | 4 | ||||
-rw-r--r-- | editors/mp/distinfo | 4 | ||||
-rw-r--r-- | editors/mp/pkg-plist | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/editors/mp/Makefile b/editors/mp/Makefile index f4bc4ba4a581..d0623e2bd942 100644 --- a/editors/mp/Makefile +++ b/editors/mp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mp -PORTVERSION= 5.2.3 +PORTVERSION= 5.2.4 CATEGORIES= editors MASTER_SITES= http://triptico.com/download/mp/ @@ -71,7 +71,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mp-5 ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/mpsl/mpsl ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/mpsl/mpsl2 ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/mp-5.1 ${MANPREFIX}/man/man1 @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/mp_*.mpsl ${DATADIR} diff --git a/editors/mp/distinfo b/editors/mp/distinfo index 08843588adc0..c8c650a4f22f 100644 --- a/editors/mp/distinfo +++ b/editors/mp/distinfo @@ -1,2 +1,2 @@ -SHA256 (mp-5.2.3.tar.gz) = 53a3d8e335b663d7c43bc6d6ecd3be5df2f9950827be194a786e203383b7e5fa -SIZE (mp-5.2.3.tar.gz) = 685427 +SHA256 (mp-5.2.4.tar.gz) = 958c0e01afedc8a21767174a23515710d1a9bb9195ec742a9e087a6b967f9af2 +SIZE (mp-5.2.4.tar.gz) = 544849 diff --git a/editors/mp/pkg-plist b/editors/mp/pkg-plist index 6cf832083cda..4f5c602592fc 100644 --- a/editors/mp/pkg-plist +++ b/editors/mp/pkg-plist @@ -1,5 +1,5 @@ bin/mp-5 -bin/mpsl +bin/mpsl2 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES @@ -44,10 +44,10 @@ bin/mpsl %%DATADIR%%/mp_clipboard.mpsl %%DATADIR%%/mp_core.mpsl %%DATADIR%%/mp_crypt.mpsl +%%DATADIR%%/mp_dir.mpsl %%DATADIR%%/mp_drv.mpsl %%DATADIR%%/mp_edit.mpsl %%DATADIR%%/mp_file.mpsl -%%DATADIR%%/mp_keyseq.mpsl %%DATADIR%%/mp_macro.mpsl %%DATADIR%%/mp_misc.mpsl %%DATADIR%%/mp_move.mpsl |