pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/deforaos-cpp deforaos-cpp: fix PLIST for fixed g...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91bf123c7ee7
branches:  trunk
changeset: 380429:91bf123c7ee7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jun 07 07:37:58 2022 +0000

description:
deforaos-cpp: fix PLIST for fixed gtk-doc

and depend on it. Bump PKGREVISION.

diffstat:

 devel/deforaos-cpp/Makefile |  5 +++--
 devel/deforaos-cpp/PLIST    |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (38 lines):

diff -r 32527b452d0c -r 91bf123c7ee7 devel/deforaos-cpp/Makefile
--- a/devel/deforaos-cpp/Makefile       Tue Jun 07 07:30:31 2022 +0000
+++ b/devel/deforaos-cpp/Makefile       Tue Jun 07 07:37:58 2022 +0000
@@ -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 @@
 
 .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"
diff -r 32527b452d0c -r 91bf123c7ee7 devel/deforaos-cpp/PLIST
--- a/devel/deforaos-cpp/PLIST  Tue Jun 07 07:30:31 2022 +0000
+++ b/devel/deforaos-cpp/PLIST  Tue Jun 07 07:37:58 2022 +0000
@@ -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.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