diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-03-15 01:25:58 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-03-15 01:25:58 +0000 |
commit | eb6f3e503bf30274af29b25408c297050b6a45f2 (patch) | |
tree | 2c22c0ec6419158394d35fc992f63d844a003d75 /devel/autoconf262/files | |
parent | e1e04277317d39eab347fc15885de14d5e4dcfe2 (diff) | |
download | ports-eb6f3e503bf30274af29b25408c297050b6a45f2.tar.gz ports-eb6f3e503bf30274af29b25408c297050b6a45f2.zip |
Notes
Diffstat (limited to 'devel/autoconf262/files')
-rw-r--r-- | devel/autoconf262/files/patch-autoconf.texi | 24 | ||||
-rw-r--r-- | devel/autoconf262/files/patch-configure | 7 | ||||
-rw-r--r-- | devel/autoconf262/files/patch-standards.texi | 19 |
3 files changed, 21 insertions, 29 deletions
diff --git a/devel/autoconf262/files/patch-autoconf.texi b/devel/autoconf262/files/patch-autoconf.texi index 50e1e8e7acab..5454129a2eb6 100644 --- a/devel/autoconf262/files/patch-autoconf.texi +++ b/devel/autoconf262/files/patch-autoconf.texi @@ -1,23 +1,15 @@ ---- doc/autoconf.texi.orig Tue Dec 3 07:16:32 2002 -+++ doc/autoconf.texi Sun Jun 1 19:17:51 2003 -@@ -1,9 +1,9 @@ - \input texinfo @c -*-texinfo-*- - @comment ======================================================== +--- doc/autoconf.texi.orig Wed Nov 5 02:38:29 2003 ++++ doc/autoconf.texi Sun Mar 14 16:46:41 2004 +@@ -3,5 +3,5 @@ @comment %**start of header -@setfilename autoconf.info -+@setfilename autoconf257.info ++@setfilename autoconf259.info @include version.texi -@settitle Autoconf -+@settitle Autoconf257 ++@settitle Autoconf259 @setchapternewpage odd - @setcontentsaftertitlepage - @finalout -@@ -97,7 +97,7 @@ - - @dircategory GNU programming tools +@@ -212,3 +212,3 @@ @direntry --* Autoconf: (autoconf). Create source code configuration scripts -+* Autoconf257: (autoconf257). Create source code configuration scripts +-* Autoconf: (autoconf). Create source code configuration scripts. ++* Autoconf259: (autoconf259). Create source code configuration scripts. @end direntry - - @dircategory Individual utilities diff --git a/devel/autoconf262/files/patch-configure b/devel/autoconf262/files/patch-configure new file mode 100644 index 000000000000..bc622f2b52b1 --- /dev/null +++ b/devel/autoconf262/files/patch-configure @@ -0,0 +1,7 @@ +--- configure.orig Thu Nov 6 01:33:28 2003 ++++ configure Sun Mar 14 16:53:34 2004 +@@ -1536,3 +1536,3 @@ + # Define the identity of the package. +- PACKAGE='autoconf' ++ PACKAGE='autoconf259' + VERSION='2.59' diff --git a/devel/autoconf262/files/patch-standards.texi b/devel/autoconf262/files/patch-standards.texi index 51c669fafb1b..9d6134950668 100644 --- a/devel/autoconf262/files/patch-standards.texi +++ b/devel/autoconf262/files/patch-standards.texi @@ -1,19 +1,12 @@ ---- doc/standards.texi.orig Sun Jun 1 18:52:56 2003 -+++ doc/standards.texi Sun Jun 1 18:54:00 2003 -@@ -1,6 +1,6 @@ - \input texinfo @c -*-texinfo-*- +--- doc/standards.texi.orig Sun Sep 14 18:33:44 2003 ++++ doc/standards.texi Sun Mar 14 16:47:41 2004 +@@ -2,3 +2,3 @@ @c %**start of header -@setfilename standards.info -+@setfilename standards257.info ++@setfilename standards259.info @settitle GNU Coding Standards - @c This date is automagically updated when you save this file: - @set lastupdate November 23, 2002 -@@ -8,7 +8,7 @@ - - @dircategory GNU organization +@@ -10,3 +10,3 @@ @direntry -* Standards: (standards). GNU coding standards. -+* Standards257: (standards257). GNU coding standards. ++* Standards259: (standards259). GNU coding standards. @end direntry - - @c @setchapternewpage odd |