svn commit: r533740 - head/editors/mg

Tobias Kortkamp tobik at FreeBSD.org
Sun May 3 03:24:08 UTC 2020


Author: tobik
Date: Sun May  3 03:24:07 2020
New Revision: 533740
URL: https://svnweb.freebsd.org/changeset/ports/533740

Log:
  editors/mg: Update to 6.7

Modified:
  head/editors/mg/Makefile
  head/editors/mg/distinfo

Modified: head/editors/mg/Makefile
==============================================================================
--- head/editors/mg/Makefile	Sun May  3 03:23:09 2020	(r533739)
+++ head/editors/mg/Makefile	Sun May  3 03:24:07 2020	(r533740)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mg
-PORTVERSION=	6.6
+PORTVERSION=	6.7
 PORTEPOCH=	1
 CATEGORIES=	editors
 MASTER_SITES=	https://github.com/ibara/mg/releases/download/mg-${PORTVERSION}/
@@ -14,8 +14,8 @@ LICENSE=	PD
 
 USES=		ncurses
 HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX}
-PLIST_FILES=	bin/mg man/man1/mg.1.gz
+PLIST_FILES=	bin/mg \
+		man/man1/mg.1.gz
 PORTDOCS=	README-Mg README.md tutorial
 
 OPTIONS_DEFINE=	DOCS

Modified: head/editors/mg/distinfo
==============================================================================
--- head/editors/mg/distinfo	Sun May  3 03:23:09 2020	(r533739)
+++ head/editors/mg/distinfo	Sun May  3 03:24:07 2020	(r533740)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1571665298
-SHA256 (mg-6.6.tar.gz) = 2a4590124f9d3cf287b0863e0b24945ae2e46081cef73f72b0ddab6c86a56e72
-SIZE (mg-6.6.tar.gz) = 165810
+TIMESTAMP = 1588445990
+SHA256 (mg-6.7.tar.gz) = 02583d90df743e994fb1e411befbd23488fd1eaeb82c9db1fd4957d1a8f1abde
+SIZE (mg-6.7.tar.gz) = 165887


More information about the svn-ports-all mailing list