pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libfetch



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr 16 08:32:36 UTC 2026

Modified Files:
        pkgsrc/net/libfetch: Makefile options.mk

Log Message:
libfetch: bump PKGREVISION for src/ diff reduction


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/net/libfetch/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/libfetch/options.mk

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

Modified files:

Index: pkgsrc/net/libfetch/Makefile
diff -u pkgsrc/net/libfetch/Makefile:1.67 pkgsrc/net/libfetch/Makefile:1.68
--- pkgsrc/net/libfetch/Makefile:1.67   Tue Feb 18 13:00:09 2025
+++ pkgsrc/net/libfetch/Makefile        Thu Apr 16 08:32:36 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.67 2025/02/18 13:00:09 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2026/04/16 08:32:36 wiz Exp $
 
 DISTNAME=      libfetch-2.40
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    net
 MASTER_SITES=  # empty
 DISTFILES=     # empty

Index: pkgsrc/net/libfetch/options.mk
diff -u pkgsrc/net/libfetch/options.mk:1.6 pkgsrc/net/libfetch/options.mk:1.7
--- pkgsrc/net/libfetch/options.mk:1.6  Mon Feb 10 03:52:32 2025
+++ pkgsrc/net/libfetch/options.mk      Thu Apr 16 08:32:36 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2025/02/10 03:52:32 pho Exp $
+# $NetBSD: options.mk,v 1.7 2026/04/16 08:32:36 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.libfetch
 PKG_SUPPORTED_OPTIONS= inet6 openssl
@@ -14,7 +14,7 @@ PKG_SUGGESTED_OPTIONS+=       openssl
 .include "../../mk/bsd.prefs.mk"
 
 .if ${IPV6_READY:tl} == "yes"
-PKG_SUGGESTED_OPTIONS+=        inet6
+#PKG_SUGGESTED_OPTIONS+=       inet6
 .endif
 
 .include "../../mk/bsd.options.mk"



Home | Main Index | Thread Index | Old Index