aboutsummaryrefslogtreecommitdiffstats
path: root/devel/autoconf262
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/autoconf262
parentb7daf6536c270ab1edb74a81e8ba11983ad39996 (diff)
downloadfreebsd-ports-graphics-de6a843cce5d5c4e471cb3720acfe0c7748a49ad.tar.gz
freebsd-ports-graphics-de6a843cce5d5c4e471cb3720acfe0c7748a49ad.tar.zst
freebsd-ports-graphics-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/autoconf262')
-rw-r--r--devel/autoconf262/Makefile9
-rw-r--r--devel/autoconf262/distinfo6
-rw-r--r--devel/autoconf262/files/patch-autoconf.texi12
3 files changed, 13 insertions, 14 deletions
diff --git a/devel/autoconf262/Makefile b/devel/autoconf262/Makefile
index d353aba35fe..f6b254f137c 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 ac474e6d44c..d5fb5537f64 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 96b0ec210a6..ee5ab7ccdcf 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