gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r8813: update libxslt to 1.1.37


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8813: update libxslt to 1.1.37
Date: Mon, 21 Nov 2022 00:13:16 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8813
revision-id: carlhansen1234@gmail.com-20221121051311-bxnxscz56ocrn2ut
parent: carlhansen1234@gmail.com-20221121033441-yyi7ipuj5ja44z23
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sun 2022-11-20 21:13:11 -0800
message:
  update libxslt to 1.1.37
modified:
  pkg/gnome/libxslt/Makefile     makefile-20160617013746-7ygosxqw3lxxvo7f-1218
=== modified file 'pkg/gnome/libxslt/Makefile'
--- a/pkg/gnome/libxslt/Makefile        2022-09-02 20:53:01 +0000
+++ b/pkg/gnome/libxslt/Makefile        2022-11-21 05:13:11 +0000
@@ -24,7 +24,8 @@
 NAME =    libxslt
 GARNAME = libxslt
 GARVERSION = 1.1.37
-HOME_URL = http://xmlsoft.org/
+HOME_URL = https://gitlab.gnome.org/GNOME/libxslt/-/wikis
+# xmlsoft.org
 DESCRIPTION = XSLT transformation library 
 define BLURB
 endef
@@ -33,16 +34,17 @@
 #ftp://xmlsoft.org/libxml2/libxslt-git-snapshot.tar.gz
 #MASTER_SITES = ftp://xmlsoft.org/
 #MASTER_SUBDIR = $(GARNAME)/
+# https://gitlab.gnome.org/GNOME/libxslt/-/archive/master/libxslt-master.tar.gz
+MASTER_SITES = $(MASTER_GNOME)
+MASTER_SUBDIR = $(GARNAME)/$(SERIES)/
+DISTFILES = $(DISTNAME).tar.xz  $(DISTNAME).sha256sum
+SIGFILES =
 
 empty:=
 space:= $(empty) $(empty)
 VERSION_LIST = $(subst .,$(space),$(GARVERSION))
 SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))
 
-MASTER_SITES = $(MASTER_GNOME)
-MASTER_SUBDIR = $(GARNAME)/$(SERIES)/
-DISTFILES = $(DISTNAME).tar.xz  $(DISTNAME).sha256sum
-SIGFILES =
 
 
 BUILDDEPS = 
@@ -50,6 +52,6 @@
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include config.mk
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]