Opened 19 years ago

Last modified 8 years ago

#2591 closed update

UPDATE: py-clientcookie to v. 1.0.2 — at Initial Version

Reported by: dornseif@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: py-clientcookie

Description

ClientCookie in darwinports is still at 1.0.1a which does not work with recent py-mechanize. Simple patch to fix this:

% diff -uB Portfile.orig Portfile --- Portfile.orig Wed Jan 19 12:53:23 2005 +++ Portfile Wed Jan 19 12:54:02 2005 @@ -4,7 +4,7 @@

PortGroup python24 1.0

name py-clientcookie

-version 1.0.0a +version 1.0.2

revision 1 categories python www platforms darwin

@@ -18,7 +18,7 @@

homepage http://wwwsearch.sourceforge.net/ClientCookie/ master_sites ${homepage}/src/ distname ClientCookie-${version}

-checksums md5 4a6b9df099a645b4c539325d00b1ee0d +checksums md5 d721221bb5f5b200b45896144d0f1be6

depends_lib-append lib:XXX:py-bsddb

Change History (0)

Note: See TracTickets for help on using tickets.