pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/softether



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 14 08:56:02 UTC 2024

Modified Files:
        pkgsrc/net/softether: Makefile

Log Message:
softether: insists in readline

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/softether/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/softether/Makefile
diff -u pkgsrc/net/softether/Makefile:1.1 pkgsrc/net/softether/Makefile:1.2
--- pkgsrc/net/softether/Makefile:1.1   Thu Mar  7 11:48:35 2024
+++ pkgsrc/net/softether/Makefile       Sun Apr 14 08:56:02 2024
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2024/03/07 11:48:35 hauke Exp $
+# $NetBSD: Makefile,v 1.2 2024/04/14 08:56:02 wiz Exp $
 
 NAME=          softether
 VERSION=       5.02.5181
 PKGNAME=       ${NAME}-${VERSION}
+PKGREVISION=   1
 DISTNAME=      ${GITHUB_PROJECT}-${GITHUB_RELEASE}
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=SoftEtherVPN/}
@@ -52,7 +53,7 @@ post-install:
 .endfor
 
 .include "../../mk/curses.buildlink3.mk"
-.include "../../mk/readline.buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../security/libsodium/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index