changeset 4833:4f1c4b172915

* src/pdflib_lite.mk: disable package update rule
author John Donoghue
date Thu, 30 Aug 2018 08:09:03 -0400
parents 55fa3afa694a
children aa3c39814be9
files src/pdflib_lite.mk
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/pdflib_lite.mk	Thu Aug 30 08:09:02 2018 -0400
+++ b/src/pdflib_lite.mk	Thu Aug 30 08:09:03 2018 -0400
@@ -11,9 +11,8 @@
 $(PKG)_DEPS     :=
 
 define $(PKG)_UPDATE
-    $(WGET) -q -O- 'http://www.pdflib.com/download/free-software/pdflib-lite-7/' | \
-    $(SED) -n 's,.*PDFlib-Lite-\([0-9][^>]*\)\.tar.*,\1,p' | \
-    head -1
+    echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
+    echo $($(PKG)_VERSION)
 endef
 
 define $(PKG)_BUILD