pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/gnucash



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 12 15:55:59 UTC 2023

Modified Files:
        pkgsrc/finance/gnucash: Makefile

Log Message:
gnucash: switch to swig4

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.333 -r1.334 pkgsrc/finance/gnucash/Makefile

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

Modified files:

Index: pkgsrc/finance/gnucash/Makefile
diff -u pkgsrc/finance/gnucash/Makefile:1.333 pkgsrc/finance/gnucash/Makefile:1.334
--- pkgsrc/finance/gnucash/Makefile:1.333       Wed Mar 29 12:03:28 2023
+++ pkgsrc/finance/gnucash/Makefile     Wed Apr 12 15:55:59 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.333 2023/03/29 12:03:28 wiz Exp $
+# $NetBSD: Makefile,v 1.334 2023/04/12 15:55:59 wiz Exp $
 
 DISTNAME=              gnucash-5.0
+PKGREVISION=           1
 CATEGORIES=            finance
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=gnucash/}
 EXTRACT_SUFX=          .tar.bz2
@@ -71,7 +72,7 @@ BUILDLINK_API_DEPENDS.boost-headers+=   
 .include "../../devel/gettext-tools/msgfmt-desktop.mk"
 BUILDLINK_API_DEPENDS.googletest+=     googletest>=1.8.0
 .include "../../devel/googletest/buildlink3.mk"
-.include "../../devel/swig3/buildlink3.mk"
+.include "../../devel/swig4/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../graphics/gdk-pixbuf2/buildlink3.mk"
 .include "../../lang/guile30/buildlink3.mk"



Home | Main Index | Thread Index | Old Index