diff options
author | wiz <wiz@pkgsrc.org> | 2022-06-07 07:39:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-06-07 07:39:45 +0000 |
commit | d3f17441309a1ce62baf92fb7536ef9719b7d7cc (patch) | |
tree | 031046e02fc5071da9a9f4121d11eea55f3019fc | |
parent | cb384f45a90667a4cabd49edfa161fdc07e3419a (diff) | |
download | pkgsrc-d3f17441309a1ce62baf92fb7536ef9719b7d7cc.tar.gz |
lasso: fix PLIST for fixed gtk-doc
and depend on it. Bump PKGREVISION.
-rw-r--r-- | security/lasso/Makefile | 8 | ||||
-rw-r--r-- | security/lasso/Makefile.common | 4 | ||||
-rw-r--r-- | security/lasso/PLIST | 4 |
3 files changed, 9 insertions, 7 deletions
diff --git a/security/lasso/Makefile b/security/lasso/Makefile index ce452d425e3..bd7bb464dc5 100644 --- a/security/lasso/Makefile +++ b/security/lasso/Makefile @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.52 2022/05/19 01:23:31 khorben Exp $ +# $NetBSD: Makefile,v 1.53 2022/06/07 07:39:45 wiz Exp $ + +PKGREVISION= 4 CONFIGURE_ENV+= INKSCAPE=/bin/false CONFIGURE_ARGS+= --disable-python @@ -12,8 +14,6 @@ PYTHON_FOR_BUILD_ONLY= yes EXTRACT_USING= bsdtar -PKGREVISION= 3 - -BUILDLINK_API_DEPENDS.gtk-doc+= gtk-doc>=1.20 +BUILDLINK_API_DEPENDS.gtk-doc+= gtk-doc>=1.32nb9 .include "../../textproc/gtk-doc/buildlink3.mk" .include "../../security/lasso/Makefile.common" diff --git a/security/lasso/Makefile.common b/security/lasso/Makefile.common index c287e9139f3..1f542792eda 100644 --- a/security/lasso/Makefile.common +++ b/security/lasso/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2021/06/08 07:34:48 manu Exp $ +# $NetBSD: Makefile.common,v 1.18 2022/06/07 07:39:45 wiz Exp $ # # used by security/lasso/Makefile # used by security/py-lasso/Makefile @@ -26,7 +26,7 @@ CFLAGS.NetBSD+= -D_POSIX_C_SOURCE=199506 PKGCONFIG_OVERRIDE+= lasso.pc.in DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six -BUILDLINK_ABI_DEPENDS.glib2+= glib2>=2.35 +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.35 .include "../../lang/python/application.mk" diff --git a/security/lasso/PLIST b/security/lasso/PLIST index d6214ee3fa5..fe193fca0aa 100644 --- a/security/lasso/PLIST +++ b/security/lasso/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2022/05/19 01:23:31 khorben Exp $ +@comment $NetBSD: PLIST,v 1.12 2022/06/07 07:39:45 wiz Exp $ include/lasso/backward_comp.h include/lasso/ctypes.h include/lasso/debug.h @@ -186,8 +186,10 @@ share/doc/lasso/writing-a-java-sp.txt share/doc/lasso/writing-a-php-sp.txt share/doc/lasso/writing-a-saml2-php-sp.txt share/gtk-doc/html/lasso/annotation-glossary.html +share/gtk-doc/html/lasso/api-index-2-3.html share/gtk-doc/html/lasso/api-index-full.html share/gtk-doc/html/lasso/architecture.html +share/gtk-doc/html/lasso/deprecated-api-index.html share/gtk-doc/html/lasso/home.png share/gtk-doc/html/lasso/idff.html share/gtk-doc/html/lasso/idwsf.html |