From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 26 17:50:16 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5ACE216A401 for ; Mon, 26 Feb 2007 17:50:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 3B1BF13C4A6 for ; Mon, 26 Feb 2007 17:50:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l1QHoEwN035402 for ; Mon, 26 Feb 2007 17:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l1QHoEk2035401; Mon, 26 Feb 2007 17:50:14 GMT (envelope-from gnats) Resent-Date: Mon, 26 Feb 2007 17:50:14 GMT Resent-Message-Id: <200702261750.l1QHoEk2035401@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Tom McLaughlin" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 169BF16A405 for ; Mon, 26 Feb 2007 17:48:01 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from straycat.dhs.org (c-24-63-86-11.hsd1.ma.comcast.net [24.63.86.11]) by mx1.freebsd.org (Postfix) with ESMTP id 9704413C46B for ; Mon, 26 Feb 2007 17:48:00 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from bofh.straycat.dhs.org (bofh.straycat.dhs.org [192.168.1.127]) by straycat.dhs.org (8.13.8/8.13.8) with ESMTP id l1QHKtmT017636; Mon, 26 Feb 2007 12:20:55 -0500 (EST) Message-Id: <1172510456.26618@bofh.straycat.dhs.org> Date: Mon, 26 Feb 2007 12:20:56 -0500 From: "Tom McLaughlin" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.8 Cc: him@richardkiss.com Subject: ports/109573: devel/py-clientcookie: DEPRECATE now that it is part of www/py-mechanize X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2007 17:50:16 -0000 >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: