pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/glib-networking



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 13 08:17:08 UTC 2021

Modified Files:
        pkgsrc/net/glib-networking: Makefile

Log Message:
glib-networking: mark python as tool-only dependency

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/net/glib-networking/Makefile

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

Modified files:

Index: pkgsrc/net/glib-networking/Makefile
diff -u pkgsrc/net/glib-networking/Makefile:1.56 pkgsrc/net/glib-networking/Makefile:1.57
--- pkgsrc/net/glib-networking/Makefile:1.56    Fri Dec  4 20:45:34 2020
+++ pkgsrc/net/glib-networking/Makefile Tue Apr 13 08:17:08 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2020/12/04 20:45:34 nia Exp $
+# $NetBSD: Makefile,v 1.57 2021/04/13 08:17:08 wiz Exp $
 
 DISTNAME=      glib-networking-2.64.3
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/glib-networking/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -15,6 +15,7 @@ USE_TOOLS+=   pkg-config gmake gettext
 
 CPPFLAGS.SunOS+=       -D__EXTENSIONS__
 
+PYTHON_FOR_BUILD_ONLY= tool
 REPLACE_PYTHON+=       meson_post_install.py
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index