pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/flang



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan  6 08:48:41 UTC 2026

Modified Files:
        pkgsrc/lang/flang: Makefile

Log Message:
flang: follow redirect


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/flang/Makefile

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

Modified files:

Index: pkgsrc/lang/flang/Makefile
diff -u pkgsrc/lang/flang/Makefile:1.14 pkgsrc/lang/flang/Makefile:1.15
--- pkgsrc/lang/flang/Makefile:1.14     Fri May  9 19:37:12 2025
+++ pkgsrc/lang/flang/Makefile  Tue Jan  6 08:48:40 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2025/05/09 19:37:12 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2026/01/06 08:48:40 wiz Exp $
 
 PKGREVISION= 1
 .include "../../lang/llvm/version.mk"
@@ -8,7 +8,7 @@ PKGNAME=        ${DISTNAME:S/.src//}
 CATEGORIES=    lang devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://flang.llvm.org/
+HOMEPAGE=      https://flang.llvm.org/docs/
 COMMENT=       Fortran compiler targeting LLVM
 LICENSE=       apache-2.0
 



Home | Main Index | Thread Index | Old Index