svn commit: r318559 - head/math/py-munkres

Steve Wills swills at FreeBSD.org
Mon May 20 01:03:44 UTC 2013


Author: swills
Date: Mon May 20 01:03:43 2013
New Revision: 318559
URL: http://svnweb.freebsd.org/changeset/ports/318559

Log:
  - Fix missing python package prefix
  
  PR:		ports/178545
  Submitted by:	Mark Felder <feld at feld.me> (maintainer)

Modified:
  head/math/py-munkres/Makefile

Modified: head/math/py-munkres/Makefile
==============================================================================
--- head/math/py-munkres/Makefile	Mon May 20 01:00:10 2013	(r318558)
+++ head/math/py-munkres/Makefile	Mon May 20 01:03:43 2013	(r318559)
@@ -3,9 +3,10 @@
 
 PORTNAME=	munkres
 PORTVERSION=	1.0.5.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	feld at feld.me
 COMMENT=	A Python implementation of the munkres algorithm


More information about the svn-ports-head mailing list