gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r2843: update readline to 6.3


From: Brandon Invergo
Subject: [Gsrc-commit] trunk r2843: update readline to 6.3
Date: Thu, 27 Feb 2014 21:22:15 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 2843
revision-id: address@hidden
parent: address@hidden
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Thu 2014-02-27 21:21:52 +0000
message:
  update readline to 6.3
modified:
  gnu/readline/Makefile          makefile-20100610201541-zilbojleihpphujd-86
  gnu/readline/sha256sums        sha256sums-20100611093859-cc1j7sx6x2qya5t8-85
=== modified file 'gnu/readline/Makefile'
--- a/gnu/readline/Makefile     2014-01-28 22:24:51 +0000
+++ b/gnu/readline/Makefile     2014-02-27 21:21:52 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2013 Brandon Invergo <address@hidden>
+# Copyright © 2013, 2014 Brandon Invergo <address@hidden>
 #
 # This file is part of GSRC.
 #
@@ -17,8 +17,8 @@
 
 NAME = Readline
 GARNAME = readline
-GARVERSION = 6.2
-PATCHNUM = 004
+GARVERSION = 6.3
+PATCHNUM = 
 HOME_URL = http://www.gnu.org/software/readline/
 DESCRIPTION = Edit command lines while typing, with history support
 define BLURB
@@ -38,11 +38,13 @@
 SIGFILE_SITES = $(MASTER_GNU)
 SIGFILE_SUBDIR = $(PATCHFILE_SUBDIR)
 DISTFILES = $(DISTNAME).tar.gz
-patchnums = $(shell seq -w 001 $(PATCHNUM))
-upstream_patches = $(foreach num, $(patchnums), \
-               $(GARNAME)$(subst .,,$(GARVERSION))-$(num))
-PATCHFILES = $(upstream_patches) \
-             $(DISTNAME)-link-ncurses.diff
+ifneq ($(PATCHNUM),)
+       patchnums = $(shell seq -w 001 $(PATCHNUM))
+       upstream_patches = $(foreach num, $(patchnums), \
+                       $(GARNAME)$(subst .,,$(GARVERSION))-$(num))
+       PATCHFILES = $(upstream_patches) \
+                    $(DISTNAME)-link-ncurses.diff
+endif
 SIGFILES = $(DISTNAME).tar.gz.sig \
           $(foreach patchfile, $(upstream_patches), $(patchfile).sig)
 INFO_FILES = $(GARNAME).info history.info rluserman.info

=== modified file 'gnu/readline/sha256sums'
--- a/gnu/readline/sha256sums   2013-01-11 18:49:52 +0000
+++ b/gnu/readline/sha256sums   2014-02-27 21:21:52 +0000
@@ -1,11 +1,2 @@
-79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381  
download/readline-6.2.tar.gz
-38a86c417437692db01069c8ab40a9a8f548e67ad9af0390221b024b1c39b4e3  
download/readline62-001
-1e6349128cb573172063ea007c67af79256889c809973002ca66c5dfc503c7d4  
download/readline62-002
-cb2131ff352d6e5f82edc09755191f74220b15f026bdb6c52624931c79622374  
download/readline62-003
-09bd342479ea5bb8b6411bfdf7d302fab2e521d1d241bcb8344d3bad5d9f5476  
download/readline62-004
-db6f5be0671ba28c65bd56320467f4fbb09de1058197f923e283512a962bc4d8  
download/readline-6.2-link-ncurses.diff
-a18b2f67cce0c3d6ad1f8408730686d5d65c4825dd87edd9dc3200d450f864c5  
download/readline-6.2.tar.gz.sig
-1e601260b97ba3af93e74f3b1d4da56c6815bd250f8a3f52db891c96f865e472  
download/readline62-001.sig
-6069eeb149d26ede19b1906af08b3da35d048872c77500e3519a3160c73f8471  
download/readline62-002.sig
-1b32ef89febb66c8b8403f8736739eaa9a0fc6b136fece850c61fc3527d2b88c  
download/readline62-003.sig
-ff01606204cea26b6124aed081320cf2a0a1405f5ed24295fdb06f0eac782ad4  
download/readline62-004.sig
+56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43  
download/readline-6.3.tar.gz
+a504b0f99324f4d802f08553ef08cc65bfae3c6d4d3bf892b34cd12cfa34fddb  
download/readline-6.3.tar.gz.sig


reply via email to

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