From cdc283d7f955f8a5adec07d6108c517f615f8b53 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Thu, 23 May 2019 17:35:56 +0200 Subject: [PATCH] bison: update to 3.4.1 --- bison/.footprint | 1 + bison/.signature | 8 ++++---- bison/Pkgfile | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/bison/.footprint b/bison/.footprint index 0a55701a..948cea4c 100644 --- a/bison/.footprint +++ b/bison/.footprint @@ -8,6 +8,7 @@ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/aclocal/ -rw-r--r-- root/root usr/share/aclocal/bison-i18n.m4 drwxr-xr-x root/root usr/share/bison/ +-rw-r--r-- root/root usr/share/bison/bison-default.css drwxr-xr-x root/root usr/share/bison/m4sugar/ -rw-r--r-- root/root usr/share/bison/m4sugar/foreach.m4 -rw-r--r-- root/root usr/share/bison/m4sugar/m4sugar.m4 diff --git a/bison/.signature b/bison/.signature index 5dfbc61b..bdbd0886 100644 --- a/bison/.signature +++ b/bison/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqlKuOI0CurVcDGz11JjyZujPAP78woF6+AN99ld3p9QPXdJUuRjM1AuoH66ewSQzp6ZcnRx2HZNX/3NbOhPzxQE= -SHA256 (Pkgfile) = 6acc49bf4f0b79d16395b96d2bbe15b36ffec6ca3c5d7d31975b6c60ed03f195 -SHA256 (.footprint) = d5001fc72ded9b53e708dea2da9a7bf99d468b4329b9cb14e3f28c66201eb884 -SHA256 (bison-3.3.2.tar.xz) = 039ee45b61d95e5003e7e8376f9080001b4066ff357bde271b7faace53b9d804 +RWRJc1FUaeVequEgaXtC2kfwBXwWaaLLn7cbWskTEbQC2tk9deFKloEdMo2uRQvMkFwqN6Cvk38kr9EfdyHVOuEVlAh9gLFOwwE= +SHA256 (Pkgfile) = 18df87396bd18fb7aba84e65dac0548d8836be3938bc7b87b67b98637f8ceda3 +SHA256 (.footprint) = 7ed5958b8b341d679b814b46571fa8f6bf4da2909c7e940df1687560c0ed4eaf +SHA256 (bison-3.4.1.tar.xz) = 27159ac5ebf736dffd5636fd2cd625767c9e437de65baa63cb0de83570bd820d diff --git a/bison/Pkgfile b/bison/Pkgfile index fd2d1a1d..39e2f1a4 100644 --- a/bison/Pkgfile +++ b/bison/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=bison -version=3.3.2 +version=3.4.1 release=1 source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz) @@ -13,5 +13,5 @@ build() { make make DESTDIR=$PKG install rm -r $PKG/usr/share/{doc,info} - rm $PKG/usr/share/bison/README + rm $PKG/usr/share/bison/README.md }