ports/109254: [PATCH] www/py-clientform: update to 0.2.6

Li-Wen Hsu lwhsu at lwhsu.org
Sat Feb 17 09:30:06 UTC 2007


>Number:         109254
>Category:       ports
>Synopsis:       [PATCH] www/py-clientform: update to 0.2.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 17 09:30:05 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:
- Update to 0.2.6
- Pass maintainer to python at FreeBSD.org

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

--- py24-clientform-0.2.6.patch begins here ---
diff -ruN -ruN --exclude=CVS /usr/ports/www/py-clientform/Makefile /home/lwhsu/ports/www/py-clientform/Makefile
--- /usr/ports/www/py-clientform/Makefile	Fri Apr 29 14:50:06 2005
+++ /home/lwhsu/ports/www/py-clientform/Makefile	Sat Feb 17 17:03:26 2007
@@ -6,16 +6,27 @@
 #
 
 PORTNAME=	clientform
-PORTVERSION=	0.1.17
+PORTVERSION=	0.2.6
 CATEGORIES=	www python
 MASTER_SITES=	http://wwwsearch.sourceforge.net/ClientForm/src/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	ClientForm-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	python at FreeBSD.org
 COMMENT=	Client-side HTTP Form for Python
 
+BUILD_DEPENDS=	easy_install:${PORTSDIR}/devel/py-setuptools
+RUN_DEPENDS=	${BUILD_DEPENDS}
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+
+PYCLIENTFORM_EGG=	ClientForm-${PORTVERSION}-py${PYTHON_VERSION:S/^python//}.egg
+
+EASY_INSTALL_CMD?=	easy_install-${PYTHON_VER}
+
+PLIST_SUB+=	EASY_INSTALL_CMD=${EASY_INSTALL_CMD} \
+		PYCLIENTFORM_EGG=${PYCLIENTFORM_EGG} \
+		PYCLIENTFORM_EGG_VER="ClientForm==${PORTVERSION}"
 
 .include <bsd.port.mk>
diff -ruN -ruN --exclude=CVS /usr/ports/www/py-clientform/distinfo /home/lwhsu/ports/www/py-clientform/distinfo
--- /usr/ports/www/py-clientform/distinfo	Sat Nov 26 03:02:14 2005
+++ /home/lwhsu/ports/www/py-clientform/distinfo	Thu Jan 18 15:25:53 2007
@@ -1,3 +1,3 @@
-MD5 (ClientForm-0.1.17.tar.gz) = 0aa01b3ebcdf800d7ec07c86c7e60b38
-SHA256 (ClientForm-0.1.17.tar.gz) = 0ddb40f1038a5dcb5c066a2c6215f57aba4c32faa5d859d7ba154a73073d1e06
-SIZE (ClientForm-0.1.17.tar.gz) = 64062
+MD5 (ClientForm-0.2.6.tar.gz) = 24173e5aee32027f77f688f9e78eaafa
+SHA256 (ClientForm-0.2.6.tar.gz) = fa0dbb848329dbbb0d9f6d52600a3c088f9dcfe16ac81afcdff9bf3b5cad009d
+SIZE (ClientForm-0.2.6.tar.gz) = 103222
diff -ruN -ruN --exclude=CVS /usr/ports/www/py-clientform/pkg-plist /home/lwhsu/ports/www/py-clientform/pkg-plist
--- /usr/ports/www/py-clientform/pkg-plist	Fri Jun 25 16:52:46 2004
+++ /home/lwhsu/ports/www/py-clientform/pkg-plist	Sat Feb 17 16:59:25 2007
@@ -1,3 +1,3 @@
-%%PYTHON_SITELIBDIR%%/ClientForm.py
-%%PYTHON_SITELIBDIR%%/ClientForm.pyc
-%%PYTHON_SITELIBDIR%%/ClientForm.pyo
+ at unexec %%EASY_INSTALL_CMD%% -q -m -S %D/%%PYTHON_SITELIBDIR%% %%PYCLIENTFORM_EGG_VER%%
+%%PYTHON_SITELIBDIR%%/%%PYCLIENTFORM_EGG%%
+ at exec %%EASY_INSTALL_CMD%% -q -N -S %D/%%PYTHON_SITELIBDIR%% %%PYCLIENTFORM_EGG_VER%%
--- py24-clientform-0.2.6.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list