diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-26 01:54:53 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-26 01:54:53 +0000 |
commit | aac78fa95e3df80275e64be0117cf47df1a39a79 (patch) | |
tree | 3b7100acad1b56e2285ca370519d415c48586134 /devel/autoconf254 | |
parent | 55aed09369902dcc99529dc39ded71ce9451827b (diff) | |
download | ports-aac78fa95e3df80275e64be0117cf47df1a39a79.tar.gz ports-aac78fa95e3df80275e64be0117cf47df1a39a79.zip |
Notes
Diffstat (limited to 'devel/autoconf254')
-rw-r--r-- | devel/autoconf254/Makefile | 7 | ||||
-rw-r--r-- | devel/autoconf254/distinfo | 2 | ||||
-rw-r--r-- | devel/autoconf254/files/patch-aa | 16 | ||||
-rw-r--r-- | devel/autoconf254/files/patch-ab | 6 | ||||
-rw-r--r-- | devel/autoconf254/files/patch-ac | 8 |
5 files changed, 21 insertions, 18 deletions
diff --git a/devel/autoconf254/Makefile b/devel/autoconf254/Makefile index 9f388b675c36..a24549f655b1 100644 --- a/devel/autoconf254/Makefile +++ b/devel/autoconf254/Makefile @@ -1,14 +1,15 @@ # New ports collection makefile for: autoconf -# Version required: 2.12 +# Version required: 2.13 # Date created: 7 October 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.14 1998/09/16 22:33:10 vanilla Exp $ +# $Id: Makefile,v 1.15 1998/09/23 16:10:37 vanilla Exp $ # -DISTNAME= autoconf-2.12 +DISTNAME= autoconf-2.13 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= autoconf MAINTAINER= torstenb@FreeBSD.ORG diff --git a/devel/autoconf254/distinfo b/devel/autoconf254/distinfo index 25615412be4e..2d69fe001235 100644 --- a/devel/autoconf254/distinfo +++ b/devel/autoconf254/distinfo @@ -1 +1 @@ -MD5 (autoconf-2.12.tar.gz) = 8d7a2b2eda07601308c3031197c78b8a +MD5 (autoconf-2.13.tar.gz) = 9de56d4a161a723228220b0f425dc711 diff --git a/devel/autoconf254/files/patch-aa b/devel/autoconf254/files/patch-aa index 6acf3b44da75..eefb2438ca51 100644 --- a/devel/autoconf254/files/patch-aa +++ b/devel/autoconf254/files/patch-aa @@ -1,14 +1,16 @@ ---- ./Makefile.in.org Wed Nov 22 10:09:44 1995 -+++ ./Makefile.in Thu Mar 28 23:02:49 1996 -@@ -131,15 +131,15 @@ - *) echo Error: Autoconf requires GNU m4 1.1 or later; exit 1 ;; \ - esac +--- Makefile.in.orig Tue Jan 5 08:27:16 1999 ++++ Makefile.in Sat Jan 23 23:29:33 1999 +@@ -141,7 +141,7 @@ + + install: all $(M4FILES) acconfig.h installdirs install-info for p in $(ASCRIPTS); do \ - $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ + $(INSTALL) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ done - for i in $(M4FILES) acconfig.h; do \ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + for i in $(M4FROZEN); do \ + $(INSTALL_DATA) $$i $(acdatadir)/$$i; \ +@@ -150,9 +150,9 @@ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ done -if test -f autoscan; then \ - $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ diff --git a/devel/autoconf254/files/patch-ab b/devel/autoconf254/files/patch-ab index 815f2511eadd..d15dbdf44250 100644 --- a/devel/autoconf254/files/patch-ab +++ b/devel/autoconf254/files/patch-ab @@ -1,5 +1,5 @@ ---- autoconf.texi.orig Wed Nov 27 03:09:46 1996 -+++ autoconf.texi Fri Jun 13 16:29:42 1997 +--- autoconf.texi.orig Tue Jan 5 08:28:37 1999 ++++ autoconf.texi Sat Jan 23 23:34:43 1999 @@ -4,6 +4,7 @@ @settitle Autoconf @c For double-sided printing, uncomment: @@ -7,4 +7,4 @@ +@dircategory Programming & development tools @c %**end of header - @set EDITION 2.12 + @set EDITION 2.13 diff --git a/devel/autoconf254/files/patch-ac b/devel/autoconf254/files/patch-ac index 2a6be87e7143..cfeaeef83ba2 100644 --- a/devel/autoconf254/files/patch-ac +++ b/devel/autoconf254/files/patch-ac @@ -1,9 +1,9 @@ ---- standards.texi.orig Fri Oct 11 11:32:48 1996 -+++ standards.texi Fri Jun 13 16:26:11 1997 +--- standards.texi.orig Tue Jan 5 08:29:22 1999 ++++ standards.texi Sat Jan 23 23:36:36 1999 @@ -4,12 +4,13 @@ @settitle GNU Coding Standards - @c UPDATE THIS DATE WHENEVER YOU MAKE CHANGES! - @set lastupdate 9 September 1996 + @c This date is automagically updated when you save this file: + @set lastupdate August 26, 1998 +@dircategory Programming & development tools @c %**end of header |