svn commit: r416849 - head/sysutils/mfid

Mark Felder feld at FreeBSD.org
Mon Jun 13 15:53:18 UTC 2016


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
 


More information about the svn-ports-head mailing list