git-svn-id: https://svn.macports.org/repository/macports/trunk/base@49072 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Toby Peterson
2009-04-03 02:06:33 +00:00
parent 5f8b57cd08
commit 184172b3aa
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -288,7 +288,7 @@ Release 1.7.0 (2008-12-13 by blb):
- "configure.pipe" is now hackable from Portfiles (afb in r32430).
- MacPorts no longer installs the "base/config/mp_version" file, as the release version is now stored
internally in $macports::autoconf::macports_vesion (jmpp in r32353).
internally in $macports::autoconf::macports_version (jmpp in r32353).
- Bail out with a suitable message if the requested port is not installed when polling its dependents
(jmpp in r32336).
Vendored
+1 -1
View File
@@ -2169,7 +2169,7 @@ test -n "$target_alias" &&
NONENONEs,x,x, &&
program_prefix=${target_alias}-
# Read in the MacPorts version from the base/config/macports_vesion file
# Read in the MacPorts version from the base/config/macports_version file
{ $as_echo "$as_me:$LINENO: checking MacPorts version" >&5
$as_echo_n "checking MacPorts version... " >&6; }
MACPORTS_VERSION=1.8.0
+1 -1
View File
@@ -7,7 +7,7 @@ AC_CONFIG_SRCDIR([src/pextlib1.0/Pextlib.c])
AC_CONFIG_HEADERS([src/config.h])
AC_CANONICAL_SYSTEM
# Read in the MacPorts version from the base/config/macports_vesion file
# Read in the MacPorts version from the base/config/macports_version file
AC_MSG_CHECKING(MacPorts version)
MACPORTS_VERSION=MACPORTS_VERSION_MACRO
AC_MSG_RESULT([$MACPORTS_VERSION])