pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/deforaos-asm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jun  9 07:44:49 UTC 2022

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

Log Message:
deforaos-asm: depend on latest gtk-doc and fix PLIST for it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/deforaos-asm/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/deforaos-asm/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-asm/Makefile
diff -u pkgsrc/devel/deforaos-asm/Makefile:1.10 pkgsrc/devel/deforaos-asm/Makefile:1.11
--- pkgsrc/devel/deforaos-asm/Makefile:1.10     Sat Apr 30 21:12:46 2022
+++ pkgsrc/devel/deforaos-asm/Makefile  Thu Jun  9 07:44:49 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2022/04/30 21:12:46 khorben Exp $
+# $NetBSD: Makefile,v 1.11 2022/06/09 07:44:49 wiz Exp $
 
 DISTNAME=      Asm-0.2.6
 PKGNAME=       deforaos-asm-0.2.6
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  https://ftp.defora.org/pub/DeforaOS/Apps/Devel/src/Asm/
 
@@ -19,6 +20,6 @@ AUTO_MKDIRS=  yes
 
 .include "../../devel/deforaos-configure/deforaos-configure.mk"
 .include "../../devel/deforaos-cpp/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-asm/PLIST
diff -u pkgsrc/devel/deforaos-asm/PLIST:1.6 pkgsrc/devel/deforaos-asm/PLIST:1.7
--- pkgsrc/devel/deforaos-asm/PLIST:1.6 Sat Apr 30 21:12:46 2022
+++ pkgsrc/devel/deforaos-asm/PLIST     Thu Jun  9 07:44:49 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2022/04/30 21:12:46 khorben Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/06/09 07:44:49 wiz Exp $
 bin/asm
 bin/deasm
 include/Devel/Asm.h
@@ -45,6 +45,7 @@ share/gtk-doc/html/Asm/Asm-format.html
 share/gtk-doc/html/Asm/Asm.devhelp2
 share/gtk-doc/html/Asm/api-index-full.html
 share/gtk-doc/html/Asm/ch01.html
+share/gtk-doc/html/Asm/deprecated-api-index.html
 share/gtk-doc/html/Asm/home.png
 share/gtk-doc/html/Asm/index.html
 share/gtk-doc/html/Asm/left-insensitive.png



Home | Main Index | Thread Index | Old Index