From 8324b1ce1c4ea65ceb64394e3cde85e91780f0b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Tue, 24 Jan 2017 13:34:27 +0200 Subject: [PATCH 1/2] update flex. --- system/devel/flex/actions.py | 2 +- system/devel/flex/pspec.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/system/devel/flex/actions.py b/system/devel/flex/actions.py index 59ea0afc..6a0b1379 100644 --- a/system/devel/flex/actions.py +++ b/system/devel/flex/actions.py @@ -26,4 +26,4 @@ def install(): pisitools.dosym("flex", "/usr/bin/lex") - pisitools.dodoc("NEWS", "README") + pisitools.dodoc("NEWS", "README*") diff --git a/system/devel/flex/pspec.xml b/system/devel/flex/pspec.xml index d371c889..89633088 100644 --- a/system/devel/flex/pspec.xml +++ b/system/devel/flex/pspec.xml @@ -12,7 +12,7 @@ app:console GNU lexical analyser generator Flex is a tool for generating scanners. A scanner, sometimes called a tokenizer, is a program which recognizes lexical patterns in text - https://github.com/westes/flex/releases/download/v2.6.1/flex-2.6.1.tar.xz + https://github.com/westes/flex/releases/download/v2.6.3/flex-2.6.3.tar.gz patch texinfo @@ -36,6 +36,13 @@ + + 2017-01-24 + 2.6.3 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2016-10-05 2.6.1 From 08b41099e2f8b4cc4fbaa241a88a010b9156e3d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Tue, 24 Jan 2017 13:40:52 +0200 Subject: [PATCH 2/2] update make --- system/devel/make/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/system/devel/make/pspec.xml b/system/devel/make/pspec.xml index c110c2af..e1893481 100644 --- a/system/devel/make/pspec.xml +++ b/system/devel/make/pspec.xml @@ -12,7 +12,7 @@ app:console Standard tool to compile source trees Standard tool to compile source trees. Make gets its knowledge of how to build your program from a file called the makefile. When you write a program, you should write a makefile for it, so that it is possible to use Make to build and install the program - mirrors://gnu/make/make-4.1.tar.gz + mirrors://gnu/make/make-4.2.1.tar.bz2 gettext gnuconfig @@ -38,6 +38,13 @@ + + 2017-01-24 + 4.2.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2016-04-27 4.1