ports/109547: [PATCH] www/py-mechanize: reduce BUILD_DEPENDS
Li-Wen Hsu
lwhsu at lwhsu.org
Mon Feb 26 06:30:24 UTC 2007
>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 at FreeBSD.org
+MAINTAINER= python at 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:
More information about the freebsd-ports-bugs
mailing list