[macports-base] branch release-2.4 updated (a15014b -> 3741e56)

Joshua Root jmr at macports.org
Fri Feb 17 00:09:27 UTC 2017


Joshua Root (jmroot) pushed a change to branch release-2.4
in repository macports-base.

    from a15014b  Changelog: add entry for reinplace warning
     new 07825b9  mportselect: always delete existing symlinks
     new b757252  Never run installing user's profile code as root
     new dedca69  Fix build on Tiger
     new b2ec8c8  Handle really huge epochs and revisions in lint
     new e214c74  Fix validity checks in ui_ask_singlechoice
     new 33e6865  reclaim: Remove redundant port list from output
     new dce55c6  Add Travis CI config
     new 8dfd82d  add -l option to rsync_options.
     new aa8e2f7  Check for file size sanity in _archive_available
     new 4c29521  Fix extraction of portdir archives
     new a5c8a42  Port diagnose PATH check improvements
     new 52fa086  Make port diagnose less verbose
     new 3e1f15d  Port diagnose file check fix
     new 435dae3  Don't check file readability in port diagnose
     new 98d55a8  Fix 'port lint' for multi-valued maintainers
     new ce493cb  Use -ignorestderr with exec of cmp
     new 34c16b3  Fix portmpkg.test
     new 9e75ff0  Strip down macports.conf for tests
     new 3741e56  Don't fail due to stderr output in tests

The 19 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:
 .travis.yml                                     |   3 +
 doc/macports.conf.5.txt                         |   2 +-
 doc/macports.conf.in                            |   2 +-
 portmgr/dmg/postflight.in                       |  36 ++++----
 src/cregistry/sql.c                             |  10 +++
 src/macports1.0/diagnose.tcl                    | 109 +++++++++++-------------
 src/macports1.0/macports.tcl                    |  12 +--
 src/macports1.0/reclaim.tcl                     |   3 +-
 src/macports1.0/tests/macports.test             |  12 +--
 src/package1.0/Makefile.in                      |   1 -
 src/package1.0/tests/library.tcl                |  27 +++---
 src/package1.0/tests/portmpkg.test              |  23 +++--
 src/pextlib1.0/Makefile.in                      |   4 +-
 src/pextlib1.0/Pextlib.c                        |   8 +-
 src/pextlib1.0/adv-flock.c                      |   7 +-
 src/pextlib1.0/mktemp.c                         |   5 +-
 src/pextlib1.0/realpath.c                       |   1 +
 src/pextlib1.0/system.c                         |  18 +++-
 src/pextlib1.0/tests/fs-traverse.tcl            |   4 +-
 src/port/port.tcl                               |   2 +-
 src/port1.0/portlint.tcl                        |  38 +++++----
 src/port1.0/portutil.tcl                        |  10 +--
 src/port1.0/tests/portclean.test                |   2 +-
 src/port1.0/tests/portutil.test                 |   2 +-
 src/registry2.0/tests/depends.tcl               |   2 +-
 src/registry2.0/tests/entry.tcl                 |   2 +-
 tests/test-macports.conf                        |  36 --------
 tests/test.tcl.in                               |   4 +-
 tests/test/case-insensitive-deactivate/test.tcl |   4 +-
 tests/test/envvariables/test.tcl                |   2 +-
 tests/test/library.tcl.in                       |  22 ++---
 tests/test/statefile-version1-outdated/test.tcl |   2 +-
 tests/test/statefile-version2/test.tcl          |   2 +-
 tests/test/svn-and-patchsites/test.tcl          |   2 +-
 tests/test/trace/test.tcl.in                    |   8 +-
 tests/test/universal/test.tcl                   |   6 +-
 36 files changed, 216 insertions(+), 217 deletions(-)
 create mode 100644 .travis.yml



More information about the macports-changes mailing list