bison: update to 3.4.1

This commit is contained in:
Juergen Daubert 2019-05-23 17:35:56 +02:00
parent a517fc4040
commit cdc283d7f9
3 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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
}