diff --git a/editors/mg/Makefile b/editors/mg/Makefile index bdb3d2eee3fb..292549b08271 100644 --- a/editors/mg/Makefile +++ b/editors/mg/Makefile @@ -1,45 +1,45 @@ # Created by: Dima Dorfman PORTNAME= mg -PORTVERSION= 6.9 +PORTVERSION= 7.0 PORTEPOCH= 1 CATEGORIES= editors MASTER_SITES= https://github.com/ibara/mg/releases/download/mg-${PORTVERSION}/ MAINTAINER= tobik@FreeBSD.org COMMENT= Small, fast Emacs-like editor LICENSE= PD FLAVORS= dynamic static FLAVOR?= ${FLAVORS:[1]} static_PKGNAMESUFFIX= -static .if ${FLAVOR} == static COMMENT+= (rescue(8) version) .endif USES= ncurses HAS_CONFIGURE= yes .if ${FLAVOR} == static CONFIGURE_ARGS= --enable-static PLIST_FILES= /rescue/mg .else PLIST_FILES= bin/mg \ man/man1/mg.1.gz PORTDOCS= README-Mg README.md tutorial OPTIONS_DEFINE= DOCS .endif .if ${FLAVOR} == static do-install: @${MKDIR} ${STAGEDIR}/rescue ${INSTALL_PROGRAM} ${WRKSRC}/mg ${STAGEDIR}/rescue .else post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endif .include diff --git a/editors/mg/distinfo b/editors/mg/distinfo index c0a2f9e86b7c..ff4f57b9de42 100644 --- a/editors/mg/distinfo +++ b/editors/mg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623507951 -SHA256 (mg-6.9.tar.gz) = 3d66079d6a9a2bfba414260f6afd5de5eb148406782772e84850b8585e901925 -SIZE (mg-6.9.tar.gz) = 248488 +TIMESTAMP = 1640344272 +SHA256 (mg-7.0.tar.gz) = 650dbdf9c9a72ec1922486ce07112d6181fc88a30770913d71d5c99c57fb2ac5 +SIZE (mg-7.0.tar.gz) = 248893