diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-24 17:59:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-24 17:59:42 +0000 |
commit | a6e35741d153ad780d3bb01c12e84c44af748a8c (patch) | |
tree | 52d0d6d2d587bed7f0d271e5612ad8992add8fca | |
parent | da2e8faf7ebcb15bf97e8c08783eb06237170976 (diff) | |
download | pkgsrc-a6e35741d153ad780d3bb01c12e84c44af748a8c.tar.gz |
Update to 5.9.4:
- 5.9.4 | 2015-01-22
- portability fix in "make check" for OSX
We now avoid ‘head -N’, where N is a number, since that
construct is not portable. See:
http://lists.gnu.org/archive/html/bug-rcs/2014-11/msg00000.html
- doc improvements
- index ‘rcs -o’ better
It seems the term "outdate" is itself outdated, nowadays (sigh).
This command is now indexed under "deleting" and "removing", as
well as "outdating".
- move ‘@cindex’ before ‘@item’ in tables
The tables of substitution mode options and common options are
now indexed such that selecting the indexed item in Emacs leaves
point on the item's line and not the one after.
- new index entries
For concepts (locking, implicit checkout, branching-related
stuff) and keywords.
- introspective stuff moved into chapter "Hacking"
These former chapters have been moved into chapter "Hacking":
"File format", "Still missing", "Reporting bugs". As a nice
side-effect, the table of contents of the PDF now is one page.
- ‘RCS_MEM_LIMIT’ on manpages updated
RCS 5.9.2 (released 2013-11-28) changed how ‘RCS_MEM_LIMIT’
works. The Texinfo docs were updated but not the manpages.
- maintenance tools
upgraded:
GNU Automake 1.15
GNU gnulib 2015-01-20 09:09:03
GNU texinfo 5.2
as before:
GNU Autoconf 2.69
-rw-r--r-- | devel/rcs/Makefile | 4 | ||||
-rw-r--r-- | devel/rcs/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/rcs/Makefile b/devel/rcs/Makefile index 15f25afdfeb..89531755785 100644 --- a/devel/rcs/Makefile +++ b/devel/rcs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2014/11/22 01:26:09 mef Exp $ +# $NetBSD: Makefile,v 1.39 2015/01/24 17:59:42 wiz Exp $ -DISTNAME= rcs-5.9.3 +DISTNAME= rcs-5.9.4 CATEGORIES= devel scm MASTER_SITES= ${MASTER_SITE_GNU:=rcs/} EXTRACT_SUFX= .tar.xz diff --git a/devel/rcs/distinfo b/devel/rcs/distinfo index 87d6ff64ff0..2a4800dc130 100644 --- a/devel/rcs/distinfo +++ b/devel/rcs/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.16 2014/11/22 01:26:09 mef Exp $ +$NetBSD: distinfo,v 1.17 2015/01/24 17:59:42 wiz Exp $ -SHA1 (rcs-5.9.3.tar.xz) = e4a9549678618f5d69968b10c6c9b92b29519813 -RMD160 (rcs-5.9.3.tar.xz) = e2fb369722d4d2701093435393852332e884a673 -Size (rcs-5.9.3.tar.xz) = 800736 bytes +SHA1 (rcs-5.9.4.tar.xz) = e87fb2e587fa165204ef69f69b7d5cd354c4e44d +RMD160 (rcs-5.9.4.tar.xz) = 90a62da2391d6fd3d36db0f97cdf1ee995ee4917 +Size (rcs-5.9.4.tar.xz) = 801360 bytes SHA1 (patch-src_b-complain.h) = 5e0f688e59692b115f5a4ce1d9d571c4081325f3 SHA1 (patch-src_b-fb.h) = ede2d0ef5af0b16eada75a95e09451d9efa41077 SHA1 (patch-src_base.h) = 721a2cede835ca897f040e14e63548f110cbc50a |