Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jan 2019 16:51:21 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r489509 - in branches/2019Q1/devel/py-mdv: . files
Message-ID:  <201901061651.x06GpLBo069516@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sun Jan  6 16:51:20 2019
New Revision: 489509
URL: https://svnweb.freebsd.org/changeset/ports/489509

Log:
  MFH: r489508
  
  Fix with python3
  
  PR:		233996
  Reported by:	0mp
  Submitted by:	novel (patch)
  MFH=		2019Q1 (blanket)
  Approved by:	ports-secteam (blanket)

Added:
  branches/2019Q1/devel/py-mdv/files/
     - copied from r489508, head/devel/py-mdv/files/
Modified:
  branches/2019Q1/devel/py-mdv/Makefile
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/devel/py-mdv/Makefile
==============================================================================
--- branches/2019Q1/devel/py-mdv/Makefile	Sun Jan  6 16:50:00 2019	(r489508)
+++ branches/2019Q1/devel/py-mdv/Makefile	Sun Jan  6 16:51:20 2019	(r489509)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mdv
 PORTVERSION=	1.6.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}



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