Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2007 14:22:23 +0800 (CST)
From:      Li-Wen Hsu <lwhsu@lwhsu.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lwhsu@lwhsu.org
Subject:   ports/109547: [PATCH] www/py-mechanize: reduce BUILD_DEPENDS
Message-ID:  <200702260622.l1Q6MNXx078975@jail0.lwhsu.csie.net>
Resent-Message-ID: <200702260630.l1Q6UNNJ046811@freefall.freebsd.org>

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

>Number:         109547
>Category:       ports
>Synopsis:       [PATCH] www/py-mechanize: reduce BUILD_DEPENDS
>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:   Mon Feb 26 06:30:22 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD jail0.lwhsu.csie.net 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Jan 26 00:04:54 CST 2007
>Description:
- Reduce BUILD_DEPENDS (it no longer depends on www/py-pullparser and devel/py-clientcookie)
- Assign maintainer to python@
- Whitespace clean

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

--- py24-mechanize-0.1.6.b.patch begins here ---
diff -ruN -ruN --exclude=CVS /usr/ports/www/py-mechanize/Makefile /home/lwhsu/ports/www/py-mechanize/Makefile
--- /usr/ports/www/py-mechanize/Makefile	Sat Feb 24 00:16:29 2007
+++ /home/lwhsu/ports/www/py-mechanize/Makefile	Mon Feb 26 14:19:27 2007
@@ -13,14 +13,13 @@
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	python@FreeBSD.org
 COMMENT=	Stateful programmatic web browsing in Python
 
 BUILD_DEPENDS=	${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools \
-		${PYTHON_SITELIBDIR}/ClientCookie/__init__.py:${PORTSDIR}/devel/py-clientcookie \
-		${PYTHON_SITELIBDIR}/${PYCLIENTFORM_EGG}:${PORTSDIR}/www/py-clientform \
-		${PYTHON_SITELIBDIR}/pullparser.py:${PORTSDIR}/www/py-pullparser
-RUN_DEPENDS=	${BUILD_DEPENDS}
+		${PYTHON_SITELIBDIR}/${PYCLIENTFORM_EGG}:${PORTSDIR}/www/py-clientform
+RUN_DEPENDS=	${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools \
+		${PYTHON_SITELIBDIR}/${PYCLIENTFORM_EGG}:${PORTSDIR}/www/py-clientform
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
@@ -34,7 +33,7 @@
 		PYMECHANIZE_EGG=${PYMECHANIZE_EGG} \
 		PORTNAME=${PORTNAME} PORTVERSION=${PORTVERSION}
 
-PYMECHANIZE_EGG=	${DISTNAME}-py${PYTHON_VER}.egg	
+PYMECHANIZE_EGG=	${DISTNAME}-py${PYTHON_VER}.egg
 
 .include <bsd.port.pre.mk>
 
--- py24-mechanize-0.1.6.b.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?200702260622.l1Q6MNXx078975>