diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-20 21:04:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-20 21:04:32 +0000 |
commit | 9ef66b29928c3aa8f24527869db02cef70830175 (patch) | |
tree | cd55d352d033d446ff4bf711b934329814293d0d /textproc/libyaml/Makefile | |
parent | 7acdbf69506fb480bcea1244fed3fb0a2ad4e177 (diff) | |
download | pkgsrc-9ef66b29928c3aa8f24527869db02cef70830175.tar.gz |
Fix CVS-2014-9130 using the upstream patch.
Bump PKGREVISION.
Diffstat (limited to 'textproc/libyaml/Makefile')
-rw-r--r-- | textproc/libyaml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libyaml/Makefile b/textproc/libyaml/Makefile index 79104b57374..ccd6f423f9e 100644 --- a/textproc/libyaml/Makefile +++ b/textproc/libyaml/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2014/04/01 21:10:34 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/12/20 21:04:32 wiz Exp $ DISTNAME= yaml-0.1.6 PKGNAME= lib${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://pyyaml.org/download/libyaml/ |