pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/rt4-cli



Module Name:    pkgsrc
Committed By:   leot
Date:           Wed Jul 30 21:25:43 UTC 2025

Modified Files:
        pkgsrc/net/rt4-cli: Makefile

Log Message:
rt4-cli: add optional dependency for gssapi

Now `auth gssapi` is supported.

Thanks to Riastradh@ for noticing that!

PKGREVISION++


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/rt4-cli/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/rt4-cli/Makefile
diff -u pkgsrc/net/rt4-cli/Makefile:1.6 pkgsrc/net/rt4-cli/Makefile:1.7
--- pkgsrc/net/rt4-cli/Makefile:1.6     Tue Jun 28 11:35:19 2022
+++ pkgsrc/net/rt4-cli/Makefile Wed Jul 30 21:25:42 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2022/06/28 11:35:19 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/07/30 21:25:42 leot Exp $
 
 DISTNAME=      rt-4.4.4
 PKGNAME=       ${DISTNAME:S/rt/rt4-cli/}
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    net
 MASTER_SITES=  https://download.bestpractical.com/pub/rt/release/
 
@@ -14,6 +14,7 @@ LICENSE=      gnu-gpl-v2
 CONFLICTS+=    rt<4.0
 
 DEPENDS+=      p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message
+DEPENDS+=      p5-LWP-Authen-Negotiate-[0-9]*:../../www/p5-LWP-Authen-Negotiate
 DEPENDS+=      p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
 DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
 



Home | Main Index | Thread Index | Old Index