Revive hs-dataenc.

ok kili@
This commit is contained in:
pascal 2015-12-27 15:34:35 +00:00
parent c854564dc3
commit 8ff6bb906a
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1431 2015/12/26 20:50:44 shadchin Exp $
# $OpenBSD: Makefile,v 1.1432 2015/12/27 15:34:35 pascal Exp $
SUBDIR =
SUBDIR += ElectricFence
@ -205,6 +205,7 @@
SUBDIR += hs-convertible
SUBDIR += hs-data-default
SUBDIR += hs-data-hash
SUBDIR += hs-dataenc
SUBDIR += hs-directory-tree
SUBDIR += hs-dlist
SUBDIR += hs-enumerator

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.327 2015/12/25 10:05:46 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.328 2015/12/27 15:34:35 pascal Exp $
COMMENT = exceptions to pkg_add rules
CATEGORIES = devel databases
DISTFILES =
# API.rev
PKGNAME = quirks-2.172
PKGNAME = quirks-2.173
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.337 2015/12/25 10:05:46 ajacoutot Exp $
# $OpenBSD: Quirks.pm,v 1.338 2015/12/27 15:34:35 pascal Exp $
#
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
#
@ -692,7 +692,6 @@ my $obsolete_reason = {
'tinyca2' => 3,
'kxmleditor' => 3,
'hs-hashed-storage' => 5,
'hs-dataenc' => 5,
'gnome-common' => 3,
};