pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/png



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Dec  9 10:39:35 UTC 2025

Modified Files:
        pkgsrc/graphics/png: Makefile

Log Message:
png: Fix fetch.

The master site that this was switched to a few days ago 404s,
the original master site still works.


To generate a diff of this commit:
cvs rdiff -u -r1.217 -r1.218 pkgsrc/graphics/png/Makefile

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

Modified files:

Index: pkgsrc/graphics/png/Makefile
diff -u pkgsrc/graphics/png/Makefile:1.217 pkgsrc/graphics/png/Makefile:1.218
--- pkgsrc/graphics/png/Makefile:1.217  Sat Dec  6 17:35:34 2025
+++ pkgsrc/graphics/png/Makefile        Tue Dec  9 10:39:35 2025
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.217 2025/12/06 17:35:34 wiz Exp $
+# $NetBSD: Makefile,v 1.218 2025/12/09 10:39:35 nia Exp $
 
 DISTNAME=      libpng-1.6.53
 PKGNAME=       ${DISTNAME:S/lib//}
 CATEGORIES=    graphics
-MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=libpng/files/libpng16/${PKGVERSION_NOREV}/}
+MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=libpng/}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index