Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2016 15:53:17 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416849 - head/sysutils/mfid
Message-ID:  <201606131553.u5DFrHCj070764@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Mon Jun 13 15:53:17 2016
New Revision: 416849
URL: https://svnweb.freebsd.org/changeset/ports/416849

Log:
  sysutils/mfid: fix version
  
  Previous commit was supposed to be increasing PORTREVISION, not PORTVERSION.
  I used the incorrect diff.
  
  This package/port would not have built, and I do not want to touch
  PORTEPOCH.
  
  Pointyhat:	me

Modified:
  head/sysutils/mfid/Makefile

Modified: head/sysutils/mfid/Makefile
==============================================================================
--- head/sysutils/mfid/Makefile	Mon Jun 13 15:46:41 2016	(r416848)
+++ head/sysutils/mfid/Makefile	Mon Jun 13 15:53:17 2016	(r416849)
@@ -2,7 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	mfid
-PORTVERSION=	0.04
+PORTVERSION=	0.03
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	LOCAL/feld
 



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