Add a quirks entry for the renaming of nmap-parser to

ruby-nmap-parser.  This is a ruby library, not a program written
in ruby, so it should have the ruby- prefix.

OK landry@
This commit is contained in:
jeremy 2010-11-08 23:39:04 +00:00
parent e83d4dda80
commit 5139c6b80c
2 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.28 2010/10/28 08:18:25 fgsch Exp $
# $OpenBSD: Makefile,v 1.29 2010/11/08 23:39:04 jeremy Exp $
COMMENT = exceptions to pkg_add rules
CATEGORIES = devel databases
DISTFILES =
# API.rev
PKGNAME = quirks-1.26
PKGNAME = quirks-1.27
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.33 2010/10/28 08:18:25 fgsch Exp $
# $OpenBSD: Quirks.pm,v 1.34 2010/11/08 23:39:04 jeremy Exp $
#
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
#
@ -163,6 +163,7 @@ my $stem_extensions = {
'tesseract-pt' => 'tesseract-por',
'transmission-gui' => 'transmission-gtk',
'terminal' => 'xfce4-terminal',
'nmap-parser' => 'ruby-nmap-parser',
};
# ->is_base_system($handle, $state):