Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2013 14:58:52 -0500 (CDT)
From:      Mark Felder <feld@feld.me>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/178545: [PATCH] math/py27-munkres: missing prefix
Message-ID:  <999642474.enqueue@mwi1.coffeenet.org>
Resent-Message-ID: <201305122000.r4CK01r4087320@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         178545
>Category:       ports
>Synopsis:       [PATCH] math/py27-munkres: missing prefix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 12 20:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     feld
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD mwi1.coffeenet.org 9.1-RELEASE FreeBSD 9.1-RELEASE #6 r243808: Mon Dec  3 07:51:34
>Description:
Fix missing python package prefix

Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- py27-munkres-1.0.5.4_2.patch begins here ---
diff -ruN /usr/ports/math/py-munkres/Makefile ./Makefile
--- /usr/ports/math/py-munkres/Makefile	2013-02-24 15:51:35.000000000 -0600
+++ ./Makefile	2013-05-12 14:57:23.725106224 -0500
@@ -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
--- py27-munkres-1.0.5.4_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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