pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/libzip



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan  7 07:54:50 UTC 2026

Modified Files:
        pkgsrc/archivers/libzip: Makefile

Log Message:
libzip: fix HOMEPAGE


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/archivers/libzip/Makefile

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

Modified files:

Index: pkgsrc/archivers/libzip/Makefile
diff -u pkgsrc/archivers/libzip/Makefile:1.81 pkgsrc/archivers/libzip/Makefile:1.82
--- pkgsrc/archivers/libzip/Makefile:1.81       Fri May 23 14:07:15 2025
+++ pkgsrc/archivers/libzip/Makefile    Wed Jan  7 07:54:50 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2025/05/23 14:07:15 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2026/01/07 07:54:50 wiz Exp $
 
 DISTNAME=              libzip-1.11.4
 CATEGORIES=            archivers devel
@@ -8,7 +8,7 @@ GITHUB_RELEASE=         v${PKGVERSION_NOREV}
 EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=            wiz%NetBSD.org@localhost
-HOMEPAGE=              https://www.libzip.org/
+HOMEPAGE=              https://libzip.org/
 COMMENT=               C library to manipulate zip archives
 LICENSE=               modified-bsd
 



Home | Main Index | Thread Index | Old Index