mend a broken pkgname, XML-Sablotron -> p5-XML-Sablotron
This commit is contained in:
parent
1c17f4df2b
commit
75c96f5f11
@ -1,11 +1,11 @@
|
|||||||
# $OpenBSD: Makefile,v 1.75 2012/06/16 12:52:04 sthen Exp $
|
# $OpenBSD: Makefile,v 1.76 2012/08/23 14:45:14 sthen Exp $
|
||||||
|
|
||||||
COMMENT = exceptions to pkg_add rules
|
COMMENT = exceptions to pkg_add rules
|
||||||
CATEGORIES = devel databases
|
CATEGORIES = devel databases
|
||||||
DISTFILES =
|
DISTFILES =
|
||||||
|
|
||||||
# API.rev
|
# API.rev
|
||||||
PKGNAME = quirks-1.73
|
PKGNAME = quirks-1.74
|
||||||
PKG_ARCH = *
|
PKG_ARCH = *
|
||||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#! /usr/bin/perl
|
#! /usr/bin/perl
|
||||||
|
|
||||||
# ex:ts=8 sw=4:
|
# ex:ts=8 sw=4:
|
||||||
# $OpenBSD: Quirks.pm,v 1.80 2012/06/16 12:52:04 sthen Exp $
|
# $OpenBSD: Quirks.pm,v 1.81 2012/08/23 14:45:14 sthen Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||||
#
|
#
|
||||||
@ -300,7 +300,8 @@ my $stem_extensions = {
|
|||||||
'libmpcdec' => 'musepack',
|
'libmpcdec' => 'musepack',
|
||||||
'mppenc' => 'musepack',
|
'mppenc' => 'musepack',
|
||||||
'xxxterm' => 'xombrero',
|
'xxxterm' => 'xombrero',
|
||||||
'pecl-zip' => 'php-zip'
|
'pecl-zip' => 'php-zip',
|
||||||
|
'XML-Sablotron' => 'p5-XML-Sablotron'
|
||||||
};
|
};
|
||||||
|
|
||||||
# ->is_base_system($handle, $state):
|
# ->is_base_system($handle, $state):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user