pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/wireguard-go



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Apr  1 17:34:09 UTC 2025

Modified Files:
        pkgsrc/net/wireguard-go: Makefile

Log Message:
wireguard-go: Fix HOMEPAGE

Use the about page of this software implementation, rather than the
generic wireguard homepage.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/wireguard-go/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/wireguard-go/Makefile
diff -u pkgsrc/net/wireguard-go/Makefile:1.11 pkgsrc/net/wireguard-go/Makefile:1.12
--- pkgsrc/net/wireguard-go/Makefile:1.11       Fri Mar  7 20:54:26 2025
+++ pkgsrc/net/wireguard-go/Makefile    Tue Apr  1 17:34:08 2025
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.11 2025/03/07 20:54:26 bsiegert Exp $
+<# $NetBSD: Makefile,v 1.12 2025/04/01 17:34:08 gdt Exp $
 
 DISTNAME=      wireguard-go-0.0.20230223
-PKGREVISION=   9
+PKGREVISION=   10
 CATEGORIES=    net
 MASTER_SITES=  https://git.zx2c4.com/wireguard-go/snapshot/
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://www.wireguard.com/
+HOMEPAGE=      https://git.zx2c4.com/wireguard-go/about/
 COMMENT=       Implementation of WireGuard in Go
 LICENSE=       mit
 



Home | Main Index | Thread Index | Old Index