Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2015 06:30:28 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403842 - head/devel/svn2git
Message-ID:  <201512160630.tBG6UScP000186@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Wed Dec 16 06:30:28 2015
New Revision: 403842
URL: https://svnweb.freebsd.org/changeset/ports/403842

Log:
  devel/svn2git: bump port's minor version.
  
  Adding the suffix '.a.20151201' to the port's version caused the port to
  regress (i.e. the newer version in ports was actually considered older then
  previous version in ports).  Bump the port's minor version in addition to
  adding the suffix.

Modified:
  head/devel/svn2git/Makefile

Modified: head/devel/svn2git/Makefile
==============================================================================
--- head/devel/svn2git/Makefile	Wed Dec 16 05:52:15 2015	(r403841)
+++ head/devel/svn2git/Makefile	Wed Dec 16 06:30:28 2015	(r403842)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	svn2git
-PORTVERSION=	1.0.10.a.20151201
+PORTVERSION=	1.0.11.a.20151201
 CATEGORIES=	devel kde
 
 MAINTAINER=	dbn@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512160630.tBG6UScP000186>