Skip to content

Commit

Permalink
Merge tag 'v2.5.1' into travis-ci
Browse files Browse the repository at this point in the history
MacPorts 2.5.1
  • Loading branch information
l2dy committed Jun 4, 2018
2 parents 15c064e + 6150420 commit d3e6ec2
Show file tree
Hide file tree
Showing 62 changed files with 115 additions and 78 deletions.
12 changes: 12 additions & 0 deletions ChangeLog
Expand Up @@ -2,6 +2,18 @@
# This is a log of major user-visible changes in each MacPorts release.
###

Release 2.5.1 (2018-06-04 by jmr)
- Set the default value of configure.cxx_stdlib to macports-libstdc++ when
using macports-gcc-* compilers. (jmr in feaba00)

- Worked around failure to activate ports containing read-only files in
non-root-owned MacPorts installations by disabling hfscompression for
those installations. (#56563, jmr in cf91a8b)

- Fixed failure to record that a port has overridden cxx_stdlib when
installing from an archive generated by an older version of MacPorts.
(jmr in a514690)

Release 2.5.0 (2018-05-28 by jmr)
- New pseudo-portname 'rleaves', matching installed ports that are
unrequested and that no requested ports depend on.
Expand Down
2 changes: 1 addition & 1 deletion config/macports_version
@@ -1 +1 @@
2.5.0
2.5.1
20 changes: 10 additions & 10 deletions configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for MacPorts 2.5.0.
# Generated by GNU Autoconf 2.69 for MacPorts 2.5.1.
#
# Report bugs to <macports-dev@lists.macports.org>.
#
Expand Down Expand Up @@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='MacPorts'
PACKAGE_TARNAME='macports'
PACKAGE_VERSION='2.5.0'
PACKAGE_STRING='MacPorts 2.5.0'
PACKAGE_VERSION='2.5.1'
PACKAGE_STRING='MacPorts 2.5.1'
PACKAGE_BUGREPORT='macports-dev@lists.macports.org'
PACKAGE_URL=''

Expand Down Expand Up @@ -1395,7 +1395,7 @@ if test "$ac_init_help" = "long"; then
# 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 2.5.0 to adapt to many kinds of systems.
\`configure' configures MacPorts 2.5.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1461,7 +1461,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of MacPorts 2.5.0:";;
short | recursive ) echo "Configuration of MacPorts 2.5.1:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1596,7 +1596,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
MacPorts configure 2.5.0
MacPorts configure 2.5.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2011,7 +2011,7 @@ cat >config.log <<_ACEOF
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 2.5.0, which was
It was created by MacPorts $as_me 2.5.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2506,7 +2506,7 @@ test -n "$target_alias" &&
# Read in the MacPorts version from the base/config/macports_version file
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking MacPorts version" >&5
$as_echo_n "checking MacPorts version... " >&6; }
MACPORTS_VERSION=2.5.0
MACPORTS_VERSION=2.5.1
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MACPORTS_VERSION" >&5
$as_echo "$MACPORTS_VERSION" >&6; }

Expand Down Expand Up @@ -9523,7 +9523,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# 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 2.5.0, which was
This file was extended by MacPorts $as_me 2.5.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -9585,7 +9585,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
MacPorts config.status 2.5.0
MacPorts config.status 2.5.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion doc/macports.conf.5
@@ -1,5 +1,5 @@
'\" t
.TH "MACPORTS\&.CONF" "5" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "MACPORTS\&.CONF" "5" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-activate.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-ACTIVATE" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-ACTIVATE" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-archive.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-ARCHIVE" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-ARCHIVE" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-archivefetch.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-ARCHIVEFETCH" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-ARCHIVEFETCH" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-cat.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-CAT" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-CAT" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-cd.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-CD" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-CD" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-clean.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-CLEAN" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-CLEAN" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-contents.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-CONTENTS" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-CONTENTS" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-dependents.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-DEPENDENTS" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-DEPENDENTS" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-deps.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-DEPS" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-DEPS" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-diagnose.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-DIAGNOSE" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-DIAGNOSE" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-dir.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-DIR" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-DIR" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-distcheck.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-DEPS" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-DEPS" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-distfiles.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-DISTFILES" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-DISTFILES" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-dmg.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-DMG" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-DMG" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-echo.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-ECHO" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-ECHO" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-edit.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-EDIT" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-EDIT" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-exit.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-EXIT" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-EXIT" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-fetch.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-FETCH" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-FETCH" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-gohome.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-GOHOME" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-GOHOME" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-help.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-HELP" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-HELP" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-info.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-INFO" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-INFO" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-install.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-INSTALL" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-INSTALL" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-installed.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-INSTALLED" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-INSTALLED" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-lint.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-LINT" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-LINT" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-list.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-ECHO" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-ECHO" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-livecheck.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-LIVECHECK" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-LIVECHECK" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-load.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-LOAD" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-LOAD" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-log.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-LOG" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-LOG" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-mirror.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-MIRROR" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-MIRROR" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-notes.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-NOTES" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-NOTES" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-outdated.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-OUTDATED" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-OUTDATED" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-platform.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-PLATFORM" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-PLATFORM" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-provides.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-PROVIDES" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-PROVIDES" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-reclaim.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-RECLAIM" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-RECLAIM" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-rev-upgrade.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-REV\-UPGRADE" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-REV\-UPGRADE" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-search.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-SEARCH" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-SEARCH" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/port-select.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-SELECT" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-SELECT" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
10 changes: 5 additions & 5 deletions doc/port-selfupdate.1
@@ -1,5 +1,5 @@
'\" t
.TH "PORT\-SELFUPDATE" "1" "2\&.5\&.0" "MacPorts 2\&.5\&.0" "MacPorts Manual"
.TH "PORT\-SELFUPDATE" "1" "2\&.5\&.1" "MacPorts 2\&.5\&.1" "MacPorts Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down Expand Up @@ -62,8 +62,8 @@ When no new versions are available, \fBselfupdate\fR looks like this:
.nf
$ sudo port selfupdate
\-\-\-> Updating MacPorts base sources using rsync
MacPorts base version 2\&.5\&.0 installed,
MacPorts base version 2\&.5\&.0 downloaded\&.
MacPorts base version 2\&.5\&.1 installed,
MacPorts base version 2\&.5\&.1 downloaded\&.
\-\-\-> Updating the ports tree
\-\-\-> MacPorts base is already the latest version
.fi
Expand All @@ -80,9 +80,9 @@ If \fBselfupdate\fR detects that a newer version of MacPorts is available, it at
$ sudo port selfupdate
\-\-\-> Updating MacPorts base sources using rsync
MacPorts base version 2\&.3\&.0 installed,
MacPorts base version 2\&.5\&.0 downloaded\&.
MacPorts base version 2\&.5\&.1 downloaded\&.
\-\-\-> Updating the ports tree
\-\-\-> MacPorts base is outdated, installing new version 2\&.5\&.0
\-\-\-> MacPorts base is outdated, installing new version 2\&.5\&.1
Installing new MacPorts release in /opt/local as root:admin; permissions 755
.fi
.if n \{\
Expand Down

0 comments on commit d3e6ec2

Please sign in to comment.