[25294] branches/release_1_4/base
source_changes at macosforge.org
source_changes at macosforge.org
Thu May 17 07:10:46 PDT 2007
Revision: 25294
http://trac.macosforge.org/projects/macports/changeset/25294
Author: jberry at macports.org
Date: 2007-05-17 07:10:46 -0700 (Thu, 17 May 2007)
Log Message:
-----------
Bump version for 1.4.42 release
Modified Paths:
--------------
branches/release_1_4/base/ChangeLog
branches/release_1_4/base/config/dp_version
branches/release_1_4/base/configure
branches/release_1_4/base/configure.ac
Modified: branches/release_1_4/base/ChangeLog
===================================================================
--- branches/release_1_4/base/ChangeLog 2007-05-17 14:10:25 UTC (rev 25293)
+++ branches/release_1_4/base/ChangeLog 2007-05-17 14:10:46 UTC (rev 25294)
@@ -4,8 +4,12 @@
# This is a log of major user-visible changes in each release
#
-Release 1.4.41 (16-May-2007):
+Release 1.4.41 (17-May-2007)
+ - Fix reinplace, broken in 1.4.41 (eridius r25285).
+
+Release 1.4.41 (16-May-2007 tagged at r25266 by jberry):
+
- `port info` now supports new --index flag for using old behaviour (eridius r25256).
- `port info` now opens the Portfile and displays up-to-date information.
Modified: branches/release_1_4/base/config/dp_version
===================================================================
--- branches/release_1_4/base/config/dp_version 2007-05-17 14:10:25 UTC (rev 25293)
+++ branches/release_1_4/base/config/dp_version 2007-05-17 14:10:46 UTC (rev 25294)
@@ -1 +1 @@
-1.441
+1.442
Modified: branches/release_1_4/base/configure
===================================================================
--- branches/release_1_4/base/configure 2007-05-17 14:10:25 UTC (rev 25293)
+++ branches/release_1_4/base/configure 2007-05-17 14:10:46 UTC (rev 25294)
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for MacPorts 1.4.41.
+# Generated by GNU Autoconf 2.61 for MacPorts 1.4.42.
#
# Report bugs to <macports-dev at lists.macosforge.org>.
#
@@ -574,8 +574,8 @@
# Identity of this package.
PACKAGE_NAME='MacPorts'
PACKAGE_TARNAME='macports'
-PACKAGE_VERSION='1.4.41'
-PACKAGE_STRING='MacPorts 1.4.41'
+PACKAGE_VERSION='1.4.42'
+PACKAGE_STRING='MacPorts 1.4.42'
PACKAGE_BUGREPORT='macports-dev at lists.macosforge.org'
ac_unique_file="src/pextlib1.0/Pextlib.c"
@@ -1267,7 +1267,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures MacPorts 1.4.41 to adapt to many kinds of systems.
+\`configure' configures MacPorts 1.4.42 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1337,7 +1337,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of MacPorts 1.4.41:";;
+ short | recursive ) echo "Configuration of MacPorts 1.4.42:";;
esac
cat <<\_ACEOF
@@ -1448,7 +1448,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-MacPorts configure 1.4.41
+MacPorts configure 1.4.42
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1462,7 +1462,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by MacPorts $as_me 1.4.41, which was
+It was created by MacPorts $as_me 1.4.42, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -10016,7 +10016,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by MacPorts $as_me 1.4.41, which was
+This file was extended by MacPorts $as_me 1.4.42, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -10065,7 +10065,7 @@
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-MacPorts config.status 1.4.41
+MacPorts config.status 1.4.42
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
Modified: branches/release_1_4/base/configure.ac
===================================================================
--- branches/release_1_4/base/configure.ac 2007-05-17 14:10:25 UTC (rev 25293)
+++ branches/release_1_4/base/configure.ac 2007-05-17 14:10:46 UTC (rev 25294)
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
-AC_INIT([MacPorts], [1.4.41], [macports-dev at lists.macosforge.org], [macports])
+AC_INIT([MacPorts], [1.4.42], [macports-dev at lists.macosforge.org], [macports])
AC_CONFIG_SRCDIR([src/pextlib1.0/Pextlib.c])
AC_CONFIG_HEADERS([src/config.h])
AC_CANONICAL_SYSTEM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070517/4331e848/attachment.html
More information about the macports-changes
mailing list