Add py-couchdb after the package went lowercase. landry@ ok.

This commit is contained in:
fgsch 2010-09-22 19:12:42 +00:00
parent 442355474a
commit c365421c90
2 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.22 2010/09/16 07:28:28 jasper Exp $
# $OpenBSD: Makefile,v 1.23 2010/09/22 19:12:42 fgsch Exp $
COMMENT = exceptions to pkg_add rules
CATEGORIES = devel databases
DISTFILES =
# API.rev
PKGNAME = quirks-1.20
PKGNAME = quirks-1.21
PKG_ARCH = *
MAINTAINER = Marc Espie <espie@openbsd.org>

View File

@ -1,7 +1,7 @@
#! /usr/bin/perl
# ex:ts=8 sw=4:
# $OpenBSD: Quirks.pm,v 1.26 2010/09/16 07:28:28 jasper Exp $
# $OpenBSD: Quirks.pm,v 1.27 2010/09/22 19:12:42 fgsch Exp $
#
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
#
@ -150,6 +150,7 @@ my $stem_extensions = {
'sybperl' => 'p5-sybperl',
'Audio-MPD' => 'p5-Audio-MPD',
'p5-IDNA-Punycode' => 'p5-Net-IDN-Encode',
'py-CouchDB' => 'py-couchdb',
};
# ->is_base_system($handle, $state):