pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/unidiff



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 27 09:30:05 UTC 2021

Modified Files:
        pkgsrc/devel/unidiff: Makefile

Log Message:
unidiff: remove non-existent master site

Will fall back to ftp.netbsd.org, which has a copy of the distfile

Closes PR 55959 by kim@


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/unidiff/Makefile

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

Modified files:

Index: pkgsrc/devel/unidiff/Makefile
diff -u pkgsrc/devel/unidiff/Makefile:1.18 pkgsrc/devel/unidiff/Makefile:1.19
--- pkgsrc/devel/unidiff/Makefile:1.18  Sat Apr  6 12:04:00 2013
+++ pkgsrc/devel/unidiff/Makefile       Wed Jan 27 09:30:05 2021
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.18 2013/04/06 12:04:00 rodent Exp $
-#
+# $NetBSD: Makefile,v 1.19 2021/01/27 09:30:05 wiz Exp $
 
 DISTNAME=      part01
 PKGNAME=       unidiff-1.0
 PKGREVISION=   2
 CATEGORIES=    devel
-MASTER_SITES=  http://www.landfield.com/software/comp.sources.misc/archive-name/volume25/unidiff/
+MASTER_SITES=  #
 EXTRACT_SUFX=  .gz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index