ports/178545: [PATCH] math/py27-munkres: missing prefix
Mark Felder
feld at feld.me
Sun May 12 20:00:01 UTC 2013
>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 at 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:
More information about the freebsd-ports-bugs
mailing list