[macports-base] branch travis-ci updated (68eb499 -> 83a3142)

Zero King l2dy at macports.org
Wed Apr 11 01:20:09 UTC 2018


Zero King (l2dy) pushed a change to branch travis-ci
in repository macports-base.

 discard 68eb499  Update bintray deploy key
     new 53db562  Update bintray deploy key
     add 931c3ed  doc: Regenerate all man pages
     add 29047f4  Add .DS_Store to .gitignore
     add 1599abf  doc: Ignore generated HTML man pages
     add 75878a8  Update copyright year
     add b58d578  sip_copy_proc: Avoid COPYFILE_CLONE
     add ad57d86  ChangeLog: Update for 995dde84
     add 1f63790  tests: Avoid bogus error message during test runs
     add adea645  portconfigure: fix compiler selection on PPC
     add 4c1d778  Merge pull request #62 from kencu/release-2.4
     add 0ebdf20  mportexec: Remove misleading errorInfo output
     add 149b24d  Reinplace quietly when clearing dependency_libs in .la files
     add 6b5f790  portutil.tcl: Fix case-only renames when no arguments given
     add fbb6d1a  portindex.tcl: Remove -a flag from usage
     add 2dd0215  portconfigure: Remove macports-clang-3.8 from our list of preferred compilers
     add 57221e9  fix error when sw_vers fails
     add b7309f0  Fix typo in manpages
     add bc82369  configure: Update macOS version checks
     add 1162dee  configure: Update Xcode version checks
     add 4853357  Error when a port is opened with a nonexistent subport
     add 9cad53f  Fix sometimes leaving orphaned Portfiles in the registry
     add 5bfd917  Add /dev/{u,}random to sandbox whitelist
     add 401aa37  sandbox: Allow file-write-data for /var/db/mds
     add 6a3a0ed  ChangeLog: Update for backports to release-2.4
     add 7f5dea2  livecheck: add -nocase to ignore all cases in regexp
     add b3fdb86  ChangeLog: Update for backport to 2.4
     add 521b6fd  portutil.tcl: correct a typo in a message
     add 1a73f92  Fix typo in addgroup too
     add ea5ed97  port: Fix usage output for actions with portlists
     add b02fa3d  Update Xcode versions
     add 58e2773  Revert "portconfigure: fix compiler selection on PPC"
     add ea87296  Fix compiler selection on Leopard and Tiger
     add a98fe3b  portutil.tcl: Fix non-case-only renames
     add 47d2191  portutil.tcl: Fix renames that supply the -force option
     add 60fdc38  Use old ABI if building ports with MP g++ on 10.4 & 10.5
     add cb02a38  2.4.3 release date
     add a393413  Bump branch version to 2.4.3
     new 83a3142  Merge tag 'v2.4.3' into travis-ci

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (68eb499)
            \
             N -- N -- N   refs/heads/travis-ci (83a3142)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                           |   2 +
 .travis.yml                          |   2 -
 ChangeLog                            |  16 ++
 LICENSE                              |   2 +-
 config/macports_version              |   2 +-
 configure                            |  26 +-
 configure.ac                         |   6 +-
 doc/macports.conf.5                  | 184 +++++++++++++-
 doc/port-activate.1                  |  33 ++-
 doc/port-archive.1                   |  21 +-
 doc/port-archivefetch.1              |  27 +-
 doc/port-cat.1                       |  18 +-
 doc/port-cd.1                        |  20 +-
 doc/port-clean.1                     |  50 +++-
 doc/port-contents.1                  |  70 +++++-
 doc/port-dependents.1                |  26 +-
 doc/port-deps.1                      |  43 +++-
 doc/port-diagnose.1                  |  26 +-
 doc/port-dir.1                       |  37 ++-
 doc/port-distcheck.1                 |  21 +-
 doc/port-distfiles.1                 |  18 +-
 doc/port-dmg.1                       |  30 ++-
 doc/port-echo.1                      |  23 +-
 doc/port-edit.1                      |  32 ++-
 doc/port-exit.1                      |  24 +-
 doc/port-fetch.1                     |  20 +-
 doc/port-gohome.1                    |  18 +-
 doc/port-help.1                      |  39 ++-
 doc/port-info.1                      | 112 ++++++++-
 doc/port-install.1                   |  32 ++-
 doc/port-installed.1                 |  31 ++-
 doc/port-lint.1                      |  47 +++-
 doc/port-list.1                      |  18 +-
 doc/port-livecheck.1                 |  29 ++-
 doc/port-load.1                      |  20 +-
 doc/port-log.1                       |  56 ++++-
 doc/port-mirror.1                    |  39 ++-
 doc/port-notes.1                     |  26 +-
 doc/port-outdated.1                  |  32 ++-
 doc/port-platform.1                  |  25 +-
 doc/port-provides.1                  |  19 +-
 doc/port-reclaim.1                   |  32 ++-
 doc/port-rev-upgrade.1               |  28 ++-
 doc/port-search.1                    | 100 +++++++-
 doc/port-select.1                    |  55 ++++-
 doc/port-selfupdate.1                |  69 +++++-
 doc/port-selfupdate.1.txt            |   2 +-
 doc/port-setrequested.1              |  24 +-
 doc/port-space.1                     |  67 ++++-
 doc/port-sync.1                      |  27 +-
 doc/port-sync.1.txt                  |   2 +-
 doc/port-unarchive.1                 |  20 +-
 doc/port-uninstall.1                 |  36 ++-
 doc/port-upgrade.1                   |  58 ++++-
 doc/port-usage.1                     |  18 +-
 doc/port-variants.1                  |  37 ++-
 doc/port-version.1                   |  26 +-
 doc/port.1                           | 466 ++++++++++++++++++++++++++++++++++-
 doc/portgroup.7                      | 241 +++++++++++++++++-
 doc/portstyle.7                      |  12 +-
 doc/portundocumented.7               |  36 ++-
 doc/pubkeys.conf.5                   |  25 +-
 doc/sources.conf.5                   |  69 +++++-
 doc/variants.conf.5                  |  21 +-
 portmgr/dmg/License.html             |   2 +-
 src/macports1.0/macports.tcl         |  18 +-
 src/pextlib1.0/sip_copy_proc.c       |  12 +-
 src/port/port.tcl                    |   2 +-
 src/port/portindex.tcl               |   4 +-
 src/port1.0/portconfigure.tcl        |  30 ++-
 src/port1.0/portdestroot.tcl         |   2 +-
 src/port1.0/portlivecheck.tcl        |   6 +-
 src/port1.0/portsandbox.tcl          |   3 +-
 src/port1.0/portutil.tcl             |  28 ++-
 src/port1.0/tests/portdistcheck.test |  46 ++--
 src/registry2.0/portuninstall.tcl    |   2 +-
 76 files changed, 2815 insertions(+), 133 deletions(-)



More information about the macports-changes mailing list