svn commit: r441848 - head/editors/vim

Adam Weinberger adamw at FreeBSD.org
Sat May 27 15:28:07 UTC 2017


Author: adamw
Date: Sat May 27 15:28:05 2017
New Revision: 441848
URL: https://svnweb.freebsd.org/changeset/ports/441848

Log:
  Update to patchlevel 604. Use a hash-based GH_TAGNAME because the main
  content of the update (the runtime files) aren't otherwise attached to
  any tag currently.

Modified:
  head/editors/vim/Makefile
  head/editors/vim/distinfo

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Sat May 27 15:07:11 2017	(r441847)
+++ head/editors/vim/Makefile	Sat May 27 15:28:05 2017	(r441848)
@@ -2,7 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	vim
-PORTVERSION=	8.0.0600
+PORTVERSION=	8.0.0604
+### REMOVE GH_TAGNAME (53) ON NEXT UPDATE
 DISTVERSIONPREFIX=	v
 CATEGORIES=	editors
 
@@ -49,6 +50,7 @@ VIM_VER=	${PORTNAME}${PORTVERSION:R:S|.|
 SLAVEDIRS=	editors/vim-lite
 
 USE_GITHUB=	yes
+GH_TAGNAME=	b4d6c3e
 SHEBANG_FILES=	runtime/tools/demoserver.py runtime/tools/efm_perl.pl
 CPE_VERSION=	${PORTVERSION:R}
 PORTSCOUT=	site:https://github.com/vim/vim/releases

Modified: head/editors/vim/distinfo
==============================================================================
--- head/editors/vim/distinfo	Sat May 27 15:07:11 2017	(r441847)
+++ head/editors/vim/distinfo	Sat May 27 15:28:05 2017	(r441848)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495304455
-SHA256 (vim-vim-v8.0.0600_GH0.tar.gz) = fa98e8fcf59bf932c3e957f331e979d4e45451a1033536ad36c0e2ef2890cac5
-SIZE (vim-vim-v8.0.0600_GH0.tar.gz) = 13110822
+TIMESTAMP = 1495898573
+SHA256 (vim-vim-v8.0.0604-b4d6c3e_GH0.tar.gz) = 453902b0bdf4bfe88b038a9e6c033807ce126e2abc7883a90045f94d1017a06e
+SIZE (vim-vim-v8.0.0604-b4d6c3e_GH0.tar.gz) = 13114767


More information about the svn-ports-all mailing list