On Sun, Sep 19, 2010 at 11:09:49AM +0100, Federico G. Schwindt wrote:
> Hi,
> 
>   This update py-couchdb to 0.8.  Switched to MODPY_JSON.
>   I also realised that the port advertises as py-CouchDB so I've changed
> PKGNAME too.  This will require an entry in quirks that I will add when
> this is commited.
>   Comments? OKs?

  Unless there is any objections I will commit this today, along with
the diff below.

  f.-

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- Makefile    16 Sep 2010 07:28:28 -0000      1.22
+++ Makefile    22 Sep 2010 07:55:46 -0000
@@ -5,7 +5,7 @@
 DISTFILES =
 
 # API.rev
-PKGNAME =      quirks-1.20
+PKGNAME =      quirks-1.21
 PKG_ARCH =     *
 MAINTAINER =   Marc Espie <es...@openbsd.org>
 
Index: files/Quirks.pm
===================================================================
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.26
diff -u -r1.26 Quirks.pm
--- files/Quirks.pm     16 Sep 2010 07:28:28 -0000      1.26
+++ files/Quirks.pm     22 Sep 2010 07:55:46 -0000
@@ -150,6 +150,7 @@
        'sybperl' => 'p5-sybperl',
        'Audio-MPD' => 'p5-Audio-MPD',
        'p5-IDNA-Punycode' => 'p5-Net-IDN-Encode',
+       'py-CouchDB' => 'py-couchdb',
 };
 
 # ->is_base_system($handle, $state):

  

Reply via email to