This adds tcpcat to quirks. I didn't find acceptable message and
thus added a new one. Okay?

--
WBR,
  Vadim Zhukov


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.161
diff -u -p -r1.161 Makefile
--- Makefile    23 Jul 2014 20:35:15 -0000      1.161
+++ Makefile    24 Jul 2014 17:27:59 -0000
@@ -5,7 +5,7 @@ CATEGORIES =    devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =      quirks-2.7
+PKGNAME =      quirks-2.8
 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.167
diff -u -p -r1.167 Quirks.pm
--- files/Quirks.pm     23 Jul 2014 20:35:15 -0000      1.167
+++ files/Quirks.pm     24 Jul 2014 17:27:59 -0000
@@ -360,6 +360,7 @@ my @msg = (
        "web application with no benefit being packaged", #1
        "no longer maintained and full of security holes", #2
        "no longer maintained upstream", #3
+       "superseded by base component", #4
 );
 
 my $obsolete_reason = {
@@ -420,6 +421,7 @@ my $obsolete_reason = {
        'bonk' => 3,
        'xmms-bonk' => 3,
        'mailcrypt' => 0,
+       'tcpcat' => 4,
 };
 
 # ->is_base_system($handle, $state):

Reply via email to