pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/nltk_data



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Mar 16 11:06:02 UTC 2023

Modified Files:
        pkgsrc/meta-pkgs/nltk_data: common.mk

Log Message:
nltk*: Use specific git commit for fetching distfiles.

These all change over time and so most bulk builds have various nltk* packages
constantly failing in them depending on when they happened to fetch the file.

Verified by running distclean && makedistinfo in each package and checking that
there were no changes.  If you see any checksum failures then run distclean for
any offending packages.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/meta-pkgs/nltk_data/common.mk

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

Modified files:

Index: pkgsrc/meta-pkgs/nltk_data/common.mk
diff -u pkgsrc/meta-pkgs/nltk_data/common.mk:1.2 pkgsrc/meta-pkgs/nltk_data/common.mk:1.3
--- pkgsrc/meta-pkgs/nltk_data/common.mk:1.2    Wed Nov 24 17:26:15 2021
+++ pkgsrc/meta-pkgs/nltk_data/common.mk        Thu Mar 16 11:06:02 2023
@@ -1,6 +1,6 @@
-# $NetBSD: common.mk,v 1.2 2021/11/24 17:26:15 wiz Exp $
+# $NetBSD: common.mk,v 1.3 2023/03/16 11:06:02 jperkin Exp $
 
-MASTER_SITES=  https://raw.githubusercontent.com/nltk/nltk_data/gh-pages/packages/${TYPE}/
+MASTER_SITES=  https://github.com/nltk/nltk_data/raw/ee3fb3aecd8bce44a44e2303d679fe32c0ec437b/packages/${TYPE}/
 EXTRACT_SUFX?= .zip
 
 MAINTAINER?=   pkgsrc-users%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index