svn commit: r389840 - head/editors/vim

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jun 16 13:03:47 UTC 2015


Author: sunpoet
Date: Tue Jun 16 13:03:46 2015
New Revision: 389840
URL: https://svnweb.freebsd.org/changeset/ports/389840

Log:
  - Use tag instead of commit hash
  
  PR:		200898
  Submitted by:	mat

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

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Tue Jun 16 12:56:27 2015	(r389839)
+++ head/editors/vim/Makefile	Tue Jun 16 13:03:46 2015	(r389840)
@@ -2,7 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	vim
-PORTVERSION=	7.4.738
+DISTVERSIONPREFIX=	v
+DISTVERSION=	7-4-738
 CATEGORIES?=	editors
 
 MAINTAINER?=	sunpoet at FreeBSD.org
@@ -34,7 +35,6 @@ PORTDATA=	${VIM_VER}
 
 VIM_VER=	${PORTNAME}${PORTVERSION:R:S/.//g}
 
-GH_TAGNAME=	29a5011
 USE_GITHUB=	yes
 
 CPE_VERSION=	${PORTVERSION:R}

Modified: head/editors/vim/distinfo
==============================================================================
--- head/editors/vim/distinfo	Tue Jun 16 12:56:27 2015	(r389839)
+++ head/editors/vim/distinfo	Tue Jun 16 13:03:46 2015	(r389840)
@@ -1,2 +1,2 @@
-SHA256 (vim-vim-7.4.738-29a5011_GH0.tar.bz2) = 49c48b0d4cb3f5f6e05bce146c81d55c2c7923fe39aad7821e074d88078fe476
-SIZE (vim-vim-7.4.738-29a5011_GH0.tar.bz2) = 12178259
+SHA256 (vim-vim-v7-4-738_GH0.tar.bz2) = f95cf39278ca67837538f8146dd4701de4a4da610d95687da252d458137dcb40
+SIZE (vim-vim-v7-4-738_GH0.tar.bz2) = 12178346


More information about the svn-ports-all mailing list