Date: Mon, 26 Feb 2007 12:20:56 -0500 From: "Tom McLaughlin" <tmclaugh@FreeBSD.org> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Cc: him@richardkiss.com Subject: ports/109573: devel/py-clientcookie: DEPRECATE now that it is part of www/py-mechanize Message-ID: <1172510456.26618@bofh.straycat.dhs.org> Resent-Message-ID: <200702261750.l1QHoEk2035401@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 109573 >Category: ports >Synopsis: devel/py-clientcookie: DEPRECATE now that it is part of www/py-mechanize >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 17:50:13 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Tom McLaughlin >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD 6.2-STABLE #0: Mon Feb 5 18:26:56 EST 2007 tom@bofh.straycat.dhs.org:/usr/obj/usr/src/sys/GENERIC_ULE >Description: Dear maintainer, Your port, devel/py-clientcookie, has been deprecated by its author. It has been rolled into www/py-mechanize and no further seperate releases of py-clientcookie are expected. Would it be okay for me to DEPRECATE and add an EXPIRATION_DATE to your port? If you would like, I can make you the maintainer of py-mechanize. It was owned by ports@ until my last commit where I set the maitainer to python@. No one should have a problem with the port having a dedicated maintainer. Thanks. Ref: http://wwwsearch.sourceforge.net/ClientCookie/ "This module is now part of mechanize. I don't intend to make further standalone releases of ClientCookie." Note to self: py-htmltestcase (ports@) is the only py-clientcookie consumer. The project's home page is gone and distfiles are no longer fetchable from it. Appears to be a dead project with no new releases in 1.5 years. >How-To-Repeat: >Fix: --- py-clientcookie-DEPRECATED.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/py-clientcookie/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 12 May 2005 04:07:58 -0000 1.3 +++ Makefile 26 Feb 2007 17:07:22 -0000 @@ -15,6 +15,9 @@ MAINTAINER= him@richardkiss.com COMMENT= Client-side HTTP cookies for Python +DEPRECATED= Module rolled into www/py-mechanize by author +EXPIRATION_DATE=2007-05-26 + USE_PYTHON= 2.0+ USE_PYDISTUTILS= yes --- py-clientcookie-DEPRECATED.diff ends here --- --- py-mechanize-MAINTAINER.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/py-mechanize/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 26 Feb 2007 16:17:39 -0000 1.3 +++ Makefile 26 Feb 2007 17:08:10 -0000 @@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} -MAINTAINER= python@FreeBSD.org +MAINTAINER= him@richardkiss.com COMMENT= Stateful programmatic web browsing in Python BUILD_DEPENDS= ${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools \ --- py-mechanize-MAINTAINER.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1172510456.26618>