[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r9803: update automake to 1.16j
|
From: |
Carl Hansen |
|
Subject: |
[Gsrc-commit] trunk r9803: update automake to 1.16j |
|
Date: |
Fri, 29 Dec 2023 18:09:24 -0500 (EST) |
|
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 9803
revision-id: carlhansen@gnu.org-20231229230919-juzu667hnrqhoywi
parent: carlhansen@gnu.org-20231229225120-fqai92bkrwozsho4
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Fri 2023-12-29 15:09:19 -0800
message:
update automake to 1.16j
modified:
pkg/gnu/automake/Makefile makefile-20160617014725-uokjfnggs70iry9h-433
pkg/gnu/automake/sha256sums sha256sums-20160617014725-uokjfnggs70iry9h-435
=== modified file 'pkg/gnu/automake/Makefile'
--- a/pkg/gnu/automake/Makefile 2021-10-04 05:22:29 +0000
+++ b/pkg/gnu/automake/Makefile 2023-12-29 23:09:19 +0000
@@ -1,10 +1,10 @@
# Copyright © 2013, 2015, 2017 Brandon Invergo <brandon@invergo.net>
-# Copyright © 2017, 2018, 2020, 2021 Carl Hansen <carlhansen@gnu.org>
-#
+# Copyright © 2017, 2018, 2020, 2021, 2023 Carl Hansen <carlhansen@gnu.org>
+
# This file is part of GSRC, the GNU Source Release Collection.
# http://www.gnu.org/software/gsrc
-#
-#
+
+
# GSRC is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
@@ -17,13 +17,13 @@
#
# You should have received a copy of the GNU General Public License
# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
-#
-#
+
+
# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
NAME = Automake
GARNAME = automake
-GARVERSION = 1.16.5
+GARVERSION = 1.16j
HOME_URL = http://www.gnu.org/software/automake/
DESCRIPTION = Making GNU standards-compliant Makefiles
define BLURB
@@ -34,8 +34,10 @@
endef
######################################################################
-
-MASTER_SITES = $(MASTER_GNU)
+#https://alpha.gnu.org/gnu/automake/automake-1.16j.tar.xz
+#MASTER_SITES = $(MASTER_GNU)
+#MASTER_SUBDIR = $(GARNAME)/
+MASTER_SITES = $(MASTER_GNU_ALPHA)
MASTER_SUBDIR = $(GARNAME)/
DISTFILES = $(DISTNAME).tar.xz
SIGFILES = $(DISTNAME).tar.xz.sig
@@ -45,7 +47,7 @@
######################################################################
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
include ../../../gar/gar.lib/info.mk
include config.mk
=== modified file 'pkg/gnu/automake/sha256sums'
--- a/pkg/gnu/automake/sha256sums 2021-10-04 05:22:29 +0000
+++ b/pkg/gnu/automake/sha256sums 2023-12-29 23:09:19 +0000
@@ -1,2 +1,2 @@
-f01d58cd6d9d77fbdca9eb4bbd5ead1988228fdb73d6f7a201f5f8d6b118b469
download/automake-1.16.5.tar.xz
-3a161ab65921eed55e1a94251d97c8451d4ba3431b55ca560e95a951b5f1d73a
download/automake-1.16.5.tar.xz.sig
+3e6c467d1aa176df8cce04d9e00e2c3c96bb5c7b2c49bb00aa5cc2d138e78b99
download/automake-1.16j.tar.xz
+d2d1ad35aabef8937e76886e9bbcf1dfedaf0fc3c740d9bdfd6273f9783006c2
download/automake-1.16j.tar.xz.sig
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r9803: update automake to 1.16j,
Carl Hansen <=