pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/deforaos-cpp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun  7 07:37:58 UTC 2022

Modified Files:
        pkgsrc/devel/deforaos-cpp: Makefile PLIST

Log Message:
deforaos-cpp: fix PLIST for fixed gtk-doc

and depend on it. Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/deforaos-cpp/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/deforaos-cpp/PLIST

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

Modified files:

Index: pkgsrc/devel/deforaos-cpp/Makefile
diff -u pkgsrc/devel/deforaos-cpp/Makefile:1.10 pkgsrc/devel/deforaos-cpp/Makefile:1.11
--- pkgsrc/devel/deforaos-cpp/Makefile:1.10     Sat Apr 30 21:01:19 2022
+++ pkgsrc/devel/deforaos-cpp/Makefile  Tue Jun  7 07:37:58 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2022/04/30 21:01:19 khorben Exp $
+# $NetBSD: Makefile,v 1.11 2022/06/07 07:37:58 wiz Exp $
 
 DISTNAME=      CPP-0.0.6
 PKGNAME=       deforaos-cpp-0.0.6
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  https://ftp.defora.org/pub/DeforaOS/Apps/Devel/src/CPP/
 
@@ -24,6 +25,6 @@ post-install:
 
 .include "../../devel/deforaos-configure/deforaos-configure.mk"
 .include "../../devel/deforaos-libsystem/buildlink3.mk"
-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 "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/deforaos-cpp/PLIST
diff -u pkgsrc/devel/deforaos-cpp/PLIST:1.6 pkgsrc/devel/deforaos-cpp/PLIST:1.7
--- pkgsrc/devel/deforaos-cpp/PLIST:1.6 Sat Apr 30 21:01:19 2022
+++ pkgsrc/devel/deforaos-cpp/PLIST     Tue Jun  7 07:37:58 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2022/04/30 21:01:19 khorben Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/06/07 07:37:58 wiz Exp $
 bin/deforaos-cpp
 include/Devel/CPP.h
 lib/libcpp.a
@@ -11,6 +11,7 @@ share/gtk-doc/html/CPP/CPP-CPP:CAPS.html
 share/gtk-doc/html/CPP/CPP.devhelp2
 share/gtk-doc/html/CPP/api-index-full.html
 share/gtk-doc/html/CPP/ch01.html
+share/gtk-doc/html/CPP/deprecated-api-index.html
 share/gtk-doc/html/CPP/home.png
 share/gtk-doc/html/CPP/index.html
 share/gtk-doc/html/CPP/left-insensitive.png



Home | Main Index | Thread Index | Old Index