ports/155057: [PATCH] math/py-mathdom: fix dependency

Li-Wen Hsu lwhsu at FreeBSD.org
Sat Feb 26 14:00:20 UTC 2011


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list