pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/lasso



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun  7 07:39:45 UTC 2022

Modified Files:
        pkgsrc/security/lasso: Makefile Makefile.common PLIST

Log Message:
lasso: fix PLIST for fixed gtk-doc

and depend on it. Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/security/lasso/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/lasso/Makefile.common
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/lasso/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/lasso/Makefile
diff -u pkgsrc/security/lasso/Makefile:1.52 pkgsrc/security/lasso/Makefile:1.53
--- pkgsrc/security/lasso/Makefile:1.52 Thu May 19 01:23:31 2022
+++ pkgsrc/security/lasso/Makefile      Tue Jun  7 07:39:45 2022
@@ -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"

Index: pkgsrc/security/lasso/Makefile.common
diff -u pkgsrc/security/lasso/Makefile.common:1.17 pkgsrc/security/lasso/Makefile.common:1.18
--- pkgsrc/security/lasso/Makefile.common:1.17  Tue Jun  8 07:34:48 2021
+++ pkgsrc/security/lasso/Makefile.common       Tue Jun  7 07:39:45 2022
@@ -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"
 

Index: pkgsrc/security/lasso/PLIST
diff -u pkgsrc/security/lasso/PLIST:1.11 pkgsrc/security/lasso/PLIST:1.12
--- pkgsrc/security/lasso/PLIST:1.11    Thu May 19 01:23:31 2022
+++ pkgsrc/security/lasso/PLIST Tue Jun  7 07:39:45 2022
@@ -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



Home | Main Index | Thread Index | Old Index