pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/fltk



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Jun 10 23:49:55 UTC 2021

Modified Files:
        pkgsrc/x11/fltk: Makefile

Log Message:
fltk: drop stale $MASTER_SITES entry

The easysw.com domain now redirects to hotels-of-london.com, and the
archived files don't seem to be accessible anymore, despite some
continued relationship between the two entities.


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/x11/fltk/Makefile

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

Modified files:

Index: pkgsrc/x11/fltk/Makefile
diff -u pkgsrc/x11/fltk/Makefile:1.88 pkgsrc/x11/fltk/Makefile:1.89
--- pkgsrc/x11/fltk/Makefile:1.88       Wed Sep  2 22:16:49 2020
+++ pkgsrc/x11/fltk/Makefile    Thu Jun 10 23:49:55 2021
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.88 2020/09/02 22:16:49 kim Exp $
+# $NetBSD: Makefile,v 1.89 2021/06/10 23:49:55 gutteridge Exp $
 
 DISTNAME=      fltk-1.1.10-source
 PKGNAME=       ${DISTNAME:S/-source//}
 VERS=          ${DISTNAME:S/fltk-//:S/-source//}
 PKGREVISION=   7
 CATEGORIES=    x11
-MASTER_SITES=  http://ftp.easysw.com/pub/fltk/${VERS}/
-MASTER_SITES+= http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk/${VERS}/
+MASTER_SITES=  http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk/${VERS}/
 MASTER_SITES+= ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/fltk/${VERS}/
 EXTRACT_SUFX=  .tar.bz2
 



Home | Main Index | Thread Index | Old Index