aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2008-05-18 03:42:22 +0800
committerade <ade@FreeBSD.org>2008-05-18 03:42:22 +0800
commitde6a843cce5d5c4e471cb3720acfe0c7748a49ad (patch)
tree54ca045c1bf8653db86fb04b7a730465ba803431 /devel
parentb7daf6536c270ab1edb74a81e8ba11983ad39996 (diff)
downloadfreebsd-ports-gnome-de6a843cce5d5c4e471cb3720acfe0c7748a49ad.tar.gz
freebsd-ports-gnome-de6a843cce5d5c4e471cb3720acfe0c7748a49ad.tar.zst
freebsd-ports-gnome-de6a843cce5d5c4e471cb3720acfe0c7748a49ad.zip
Introduce autoconf 2.62, which can now be used by other ports with the
appropriate USE_AUTOTOOLS stanza. Note that the mass-conversion from autoconf 2.61 -> 2.62 will take place at a later date.
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/autoconf262/Makefile9
-rw-r--r--devel/autoconf262/distinfo6
-rw-r--r--devel/autoconf262/files/patch-autoconf.texi12
-rw-r--r--devel/autoconf267/Makefile9
-rw-r--r--devel/autoconf267/distinfo6
-rw-r--r--devel/autoconf267/files/patch-autoconf.texi12
-rw-r--r--devel/autoconf268/Makefile9
-rw-r--r--devel/autoconf268/distinfo6
-rw-r--r--devel/autoconf268/files/patch-autoconf.texi12
-rw-r--r--devel/autotools/Makefile4
11 files changed, 42 insertions, 44 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 71660a2bac39..ec7d44aeb398 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -66,6 +66,7 @@
SUBDIR += autoconf-wrapper
SUBDIR += autoconf213
SUBDIR += autoconf261
+ SUBDIR += autoconf262
SUBDIR += autodia
SUBDIR += autodist
SUBDIR += autogen
diff --git a/devel/autoconf262/Makefile b/devel/autoconf262/Makefile
index d353aba35fe0..f6b254f137c8 100644
--- a/devel/autoconf262/Makefile
+++ b/devel/autoconf262/Makefile
@@ -6,24 +6,23 @@
#
PORTNAME= autoconf
-PORTVERSION= 2.61
-PORTREVISION= 2
+PORTVERSION= 2.62
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= autoconf
DISTNAME= autoconf-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
-COMMENT= Automatically configure source code on many Un*x platforms (2.61)
+COMMENT= Automatically configure source code on many Un*x platforms (2.62)
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
help2man:${PORTSDIR}/misc/help2man
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
autoconf-wrapper:${PORTSDIR}/devel/autoconf-wrapper
-BUILD_VERSION= 2.61
+BUILD_VERSION= 2.62
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
-LATEST_LINK= autoconf261
+LATEST_LINK= autoconf262
USE_BZIP2= yes
USE_GMAKE= yes
USE_PERL5= yes
diff --git a/devel/autoconf262/distinfo b/devel/autoconf262/distinfo
index ac474e6d44ce..d5fb5537f640 100644
--- a/devel/autoconf262/distinfo
+++ b/devel/autoconf262/distinfo
@@ -1,3 +1,3 @@
-MD5 (autoconf-2.61.tar.bz2) = 36d3fe706ad0950f1be10c46a429efe0
-SHA256 (autoconf-2.61.tar.bz2) = 93a2ceab963618b021db153f0c881a2de82455c1dc7422be436fcd5c554085a1
-SIZE (autoconf-2.61.tar.bz2) = 1042439
+MD5 (autoconf-2.62.tar.bz2) = e1fb8fe0b22e651240afdfa2be537a3c
+SHA256 (autoconf-2.62.tar.bz2) = 42be7628e32fd3bebe07d684b11fb6e7e7920ef698fc4ccb3da6d77f91cefb96
+SIZE (autoconf-2.62.tar.bz2) = 1165951
diff --git a/devel/autoconf262/files/patch-autoconf.texi b/devel/autoconf262/files/patch-autoconf.texi
index 96b0ec210a63..ee5ab7ccdcf6 100644
--- a/devel/autoconf262/files/patch-autoconf.texi
+++ b/devel/autoconf262/files/patch-autoconf.texi
@@ -1,12 +1,12 @@
---- doc/autoconf.texi.orig Thu Nov 16 16:16:27 2006
-+++ doc/autoconf.texi Sat Apr 14 15:41:27 2007
+--- doc/autoconf.texi.orig 2008-04-05 11:43:30.000000000 -0700
++++ doc/autoconf.texi 2008-05-16 18:27:31.000000000 -0700
@@ -3,5 +3,5 @@
@comment %**start of header
-@setfilename autoconf.info
-+@setfilename autoconf-2.61.info
++@setfilename autoconf-2.62.info
@include version.texi
-@settitle Autoconf
-+@settitle Autoconf-2.61
++@settitle Autoconf-2.62
@setchapternewpage odd
@@ -205,25 +205,5 @@
@@ -21,7 +21,7 @@
-* autoscan: (autoconf)autoscan Invocation.
- Semi-automatic @file{configure.ac} writing
-* ifnames: (autoconf)ifnames Invocation. Listing conditionals in source.
--* autoconf: (autoconf)autoconf Invocation.
+-* autoconf-invocation: (autoconf)autoconf Invocation.
- How to create configuration scripts
-* autoreconf: (autoconf)autoreconf Invocation.
- Remaking multiple @command{configure} scripts
@@ -34,5 +34,5 @@
- Automatic update of @file{configure.ac}
-* config.status: (autoconf)config.status Invocation. Recreating configurations.
-* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite.
-+* Autoconf-2.61: (autoconf-2.61). Create source code configuration scripts.
++* Autoconf-2.62: (autoconf-2.62). Create source code configuration scripts.
@end direntry
diff --git a/devel/autoconf267/Makefile b/devel/autoconf267/Makefile
index d353aba35fe0..f6b254f137c8 100644
--- a/devel/autoconf267/Makefile
+++ b/devel/autoconf267/Makefile
@@ -6,24 +6,23 @@
#
PORTNAME= autoconf
-PORTVERSION= 2.61
-PORTREVISION= 2
+PORTVERSION= 2.62
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= autoconf
DISTNAME= autoconf-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
-COMMENT= Automatically configure source code on many Un*x platforms (2.61)
+COMMENT= Automatically configure source code on many Un*x platforms (2.62)
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
help2man:${PORTSDIR}/misc/help2man
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
autoconf-wrapper:${PORTSDIR}/devel/autoconf-wrapper
-BUILD_VERSION= 2.61
+BUILD_VERSION= 2.62
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
-LATEST_LINK= autoconf261
+LATEST_LINK= autoconf262
USE_BZIP2= yes
USE_GMAKE= yes
USE_PERL5= yes
diff --git a/devel/autoconf267/distinfo b/devel/autoconf267/distinfo
index ac474e6d44ce..d5fb5537f640 100644
--- a/devel/autoconf267/distinfo
+++ b/devel/autoconf267/distinfo
@@ -1,3 +1,3 @@
-MD5 (autoconf-2.61.tar.bz2) = 36d3fe706ad0950f1be10c46a429efe0
-SHA256 (autoconf-2.61.tar.bz2) = 93a2ceab963618b021db153f0c881a2de82455c1dc7422be436fcd5c554085a1
-SIZE (autoconf-2.61.tar.bz2) = 1042439
+MD5 (autoconf-2.62.tar.bz2) = e1fb8fe0b22e651240afdfa2be537a3c
+SHA256 (autoconf-2.62.tar.bz2) = 42be7628e32fd3bebe07d684b11fb6e7e7920ef698fc4ccb3da6d77f91cefb96
+SIZE (autoconf-2.62.tar.bz2) = 1165951
diff --git a/devel/autoconf267/files/patch-autoconf.texi b/devel/autoconf267/files/patch-autoconf.texi
index 96b0ec210a63..ee5ab7ccdcf6 100644
--- a/devel/autoconf267/files/patch-autoconf.texi
+++ b/devel/autoconf267/files/patch-autoconf.texi
@@ -1,12 +1,12 @@
---- doc/autoconf.texi.orig Thu Nov 16 16:16:27 2006
-+++ doc/autoconf.texi Sat Apr 14 15:41:27 2007
+--- doc/autoconf.texi.orig 2008-04-05 11:43:30.000000000 -0700
++++ doc/autoconf.texi 2008-05-16 18:27:31.000000000 -0700
@@ -3,5 +3,5 @@
@comment %**start of header
-@setfilename autoconf.info
-+@setfilename autoconf-2.61.info
++@setfilename autoconf-2.62.info
@include version.texi
-@settitle Autoconf
-+@settitle Autoconf-2.61
++@settitle Autoconf-2.62
@setchapternewpage odd
@@ -205,25 +205,5 @@
@@ -21,7 +21,7 @@
-* autoscan: (autoconf)autoscan Invocation.
- Semi-automatic @file{configure.ac} writing
-* ifnames: (autoconf)ifnames Invocation. Listing conditionals in source.
--* autoconf: (autoconf)autoconf Invocation.
+-* autoconf-invocation: (autoconf)autoconf Invocation.
- How to create configuration scripts
-* autoreconf: (autoconf)autoreconf Invocation.
- Remaking multiple @command{configure} scripts
@@ -34,5 +34,5 @@
- Automatic update of @file{configure.ac}
-* config.status: (autoconf)config.status Invocation. Recreating configurations.
-* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite.
-+* Autoconf-2.61: (autoconf-2.61). Create source code configuration scripts.
++* Autoconf-2.62: (autoconf-2.62). Create source code configuration scripts.
@end direntry
diff --git a/devel/autoconf268/Makefile b/devel/autoconf268/Makefile
index d353aba35fe0..f6b254f137c8 100644
--- a/devel/autoconf268/Makefile
+++ b/devel/autoconf268/Makefile
@@ -6,24 +6,23 @@
#
PORTNAME= autoconf
-PORTVERSION= 2.61
-PORTREVISION= 2
+PORTVERSION= 2.62
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= autoconf
DISTNAME= autoconf-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
-COMMENT= Automatically configure source code on many Un*x platforms (2.61)
+COMMENT= Automatically configure source code on many Un*x platforms (2.62)
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
help2man:${PORTSDIR}/misc/help2man
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
autoconf-wrapper:${PORTSDIR}/devel/autoconf-wrapper
-BUILD_VERSION= 2.61
+BUILD_VERSION= 2.62
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
-LATEST_LINK= autoconf261
+LATEST_LINK= autoconf262
USE_BZIP2= yes
USE_GMAKE= yes
USE_PERL5= yes
diff --git a/devel/autoconf268/distinfo b/devel/autoconf268/distinfo
index ac474e6d44ce..d5fb5537f640 100644
--- a/devel/autoconf268/distinfo
+++ b/devel/autoconf268/distinfo
@@ -1,3 +1,3 @@
-MD5 (autoconf-2.61.tar.bz2) = 36d3fe706ad0950f1be10c46a429efe0
-SHA256 (autoconf-2.61.tar.bz2) = 93a2ceab963618b021db153f0c881a2de82455c1dc7422be436fcd5c554085a1
-SIZE (autoconf-2.61.tar.bz2) = 1042439
+MD5 (autoconf-2.62.tar.bz2) = e1fb8fe0b22e651240afdfa2be537a3c
+SHA256 (autoconf-2.62.tar.bz2) = 42be7628e32fd3bebe07d684b11fb6e7e7920ef698fc4ccb3da6d77f91cefb96
+SIZE (autoconf-2.62.tar.bz2) = 1165951
diff --git a/devel/autoconf268/files/patch-autoconf.texi b/devel/autoconf268/files/patch-autoconf.texi
index 96b0ec210a63..ee5ab7ccdcf6 100644
--- a/devel/autoconf268/files/patch-autoconf.texi
+++ b/devel/autoconf268/files/patch-autoconf.texi
@@ -1,12 +1,12 @@
---- doc/autoconf.texi.orig Thu Nov 16 16:16:27 2006
-+++ doc/autoconf.texi Sat Apr 14 15:41:27 2007
+--- doc/autoconf.texi.orig 2008-04-05 11:43:30.000000000 -0700
++++ doc/autoconf.texi 2008-05-16 18:27:31.000000000 -0700
@@ -3,5 +3,5 @@
@comment %**start of header
-@setfilename autoconf.info
-+@setfilename autoconf-2.61.info
++@setfilename autoconf-2.62.info
@include version.texi
-@settitle Autoconf
-+@settitle Autoconf-2.61
++@settitle Autoconf-2.62
@setchapternewpage odd
@@ -205,25 +205,5 @@
@@ -21,7 +21,7 @@
-* autoscan: (autoconf)autoscan Invocation.
- Semi-automatic @file{configure.ac} writing
-* ifnames: (autoconf)ifnames Invocation. Listing conditionals in source.
--* autoconf: (autoconf)autoconf Invocation.
+-* autoconf-invocation: (autoconf)autoconf Invocation.
- How to create configuration scripts
-* autoreconf: (autoconf)autoreconf Invocation.
- Remaking multiple @command{configure} scripts
@@ -34,5 +34,5 @@
- Automatic update of @file{configure.ac}
-* config.status: (autoconf)config.status Invocation. Recreating configurations.
-* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite.
-+* Autoconf-2.61: (autoconf-2.61). Create source code configuration scripts.
++* Autoconf-2.62: (autoconf-2.62). Create source code configuration scripts.
@end direntry
diff --git a/devel/autotools/Makefile b/devel/autotools/Makefile
index 11cb1a7320c3..110d55984ffe 100644
--- a/devel/autotools/Makefile
+++ b/devel/autotools/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= autotools
-PORTVERSION= 20070905
+PORTVERSION= 20080517
CATEGORIES= devel
MASTER_SITES= # none
DISTFILES= # none
@@ -19,7 +19,7 @@ PLIST_FILES= share/${PORTNAME}
NO_BUILD= yes
NO_FETCH= yes
-AVAIL_AUTOCONF= 2.13 2.61
+AVAIL_AUTOCONF= 2.13 2.61 2.62
AVAIL_AUTOMAKE= 1.4 1.5 1.6 1.7 1.8 1.9 1.10
.for VER in ${AVAIL_AUTOCONF}