Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2013 01:03:43 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318559 - head/math/py-munkres
Message-ID:  <201305200103.r4K13hJq024979@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@feld.me
 COMMENT=	A Python implementation of the munkres algorithm



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