Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Feb 2011 21:56:53 +0800 (CST)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        wenheping@gmail.com
Subject:   ports/155057: [PATCH] math/py-mathdom: fix dependency
Message-ID:  <20110226135653.EB61D8E4CB@lwbsd.csie.net>
Resent-Message-ID: <201102261400.p1QE0JlD077575@freefall.freebsd.org>

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

>Number:         155057
>Category:       ports
>Synopsis:       [PATCH] math/py-mathdom: fix dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 26 14:00:19 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD lwbsd.cs.nctu.edu.tw 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 12:42:00 CST 2011
>Description:
- Fix dependency, PYLXML_EGG does not exist now
- Rmove MD5

Port maintainer (wenheping@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- py27-mathdom-0.8.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/math/py-mathdom/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	22 Aug 2009 00:28:05 -0000	1.2
+++ Makefile	26 Feb 2011 13:56:36 -0000
@@ -14,7 +14,7 @@
 MAINTAINER=	wenheping@gmail.com
 COMMENT=	Content MathML in Python
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/${PYLXML_EGG}:${PORTSDIR}/devel/py-lxml
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=easy_install
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/math/py-mathdom/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	27 Jun 2008 11:40:56 -0000	1.1
+++ distinfo	26 Feb 2011 13:56:36 -0000
@@ -1,3 +1,2 @@
-MD5 (mathdom-0.8.tar.gz) = 9cc9f378198b44a1bb1c9069167f1ded
 SHA256 (mathdom-0.8.tar.gz) = e44ea8a24c26c9fdcba26aabbd5e8cff566c1742a541abd02219b7e7dab19e92
 SIZE (mathdom-0.8.tar.gz) = 108327
--- py27-mathdom-0.8.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?20110226135653.EB61D8E4CB>