pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/gerb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Aug 17 20:54:07 UTC 2024

Modified Files:
        pkgsrc/fonts/gerb: Makefile

Log Message:
gerb: update for Python 3.12


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/fonts/gerb/Makefile

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

Modified files:

Index: pkgsrc/fonts/gerb/Makefile
diff -u pkgsrc/fonts/gerb/Makefile:1.13 pkgsrc/fonts/gerb/Makefile:1.14
--- pkgsrc/fonts/gerb/Makefile:1.13     Thu May  2 11:25:38 2024
+++ pkgsrc/fonts/gerb/Makefile  Sat Aug 17 20:54:07 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2024/05/02 11:25:38 he Exp $
+# $NetBSD: Makefile,v 1.14 2024/08/17 20:54:07 wiz Exp $
 
 DISTNAME=      gerb-0.0.1alpha20230427
-PKGREVISION=   8
+PKGREVISION=   9
 CATEGORIES=    fonts
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=epilys/}
 GITHUB_PROJECT=        gerb
@@ -36,5 +36,5 @@ BUILDLINK_API_DEPENDS.cairo+= cairo>=1.1
 .include "../../devel/atk/buildlink3.mk"
 .include "../../graphics/gdk-pixbuf2/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
-.include "../../lang/python311/buildlink3.mk"
+.include "../../lang/python312/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index