svn commit: r469861 - head/editors/mg

Tobias Kortkamp tobik at FreeBSD.org
Mon May 14 08:36:22 UTC 2018


Author: tobik
Date: Mon May 14 08:36:21 2018
New Revision: 469861
URL: https://svnweb.freebsd.org/changeset/ports/469861

Log:
  editors/mg: Update to 20180408
  
  - Upstream moved to GitHub
  - Simplify docs installation

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

Modified: head/editors/mg/Makefile
==============================================================================
--- head/editors/mg/Makefile	Mon May 14 08:34:05 2018	(r469860)
+++ head/editors/mg/Makefile	Mon May 14 08:36:21 2018	(r469861)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	mg
-PORTVERSION=	20171014
+PORTVERSION=	20180408
 CATEGORIES=	editors
-MASTER_SITES=	http://homepage.boetes.org/software/mg/
 
 MAINTAINER=	tobik at FreeBSD.org
 COMMENT=	Small, fast Emacs-like editor
@@ -12,6 +11,8 @@ COMMENT=	Small, fast Emacs-like editor
 LICENSE=	PD
 
 USES=		ncurses
+USE_GITHUB=	yes
+GH_ACCOUNT=	hboetes
 PLIST_FILES=	bin/mg man/man1/mg.1.gz
 PORTDOCS=	README tutorial
 
@@ -37,8 +38,6 @@ do-install:
 
 post-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for f in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
-.endfor
+	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/editors/mg/distinfo
==============================================================================
--- head/editors/mg/distinfo	Mon May 14 08:34:05 2018	(r469860)
+++ head/editors/mg/distinfo	Mon May 14 08:36:21 2018	(r469861)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1509015261
-SHA256 (mg-20171014.tar.gz) = 51519698f3f44acd984d7805e4e315ded50c15aba8222521f88756fd67745341
-SIZE (mg-20171014.tar.gz) = 141045
+TIMESTAMP = 1526285944
+SHA256 (hboetes-mg-20180408_GH0.tar.gz) = 85c1d47500fd042e427b670c630c228668bcc4f532a280f9ecce3d302229bbe4
+SIZE (hboetes-mg-20180408_GH0.tar.gz) = 141988


More information about the svn-ports-all mailing list