Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2019 13:38:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 238706] ports-mgmt/porttree: Update to 1.1.r114
Message-ID:  <bug-238706-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238706

            Bug ID: 238706
           Summary: ports-mgmt/porttree: Update to 1.1.r114
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: vladimir.chukharev@gmail.com
 Attachment #205220 maintainer-approval+
             Flags:

Created attachment 205220
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D205220&action=
=3Dedit
Patch

Update ports-mgmt/porttree from 1.0.r102 to 1.1.r114.

Changes:
1. Parallel scan of the ports tree, using 'multirocessing' module. About 2X
faster on a 4-core CPU.
2. More tests.
3. Tests can be run with another Python flavor by setting PY environment
variable, e.g:
 $ PY=3Dpython2.7 make -C /usr/ports/ports-mgmt/porttree test
Of course, depends should be installed for that Python flavor.
4. Sorting order is changed to alphabetical for "category/portname" strings.
Otherwise, Python2.7 and Python3.6 produce different trees due to different
order of keys in a map.

I left a commented out line "#USE_PYTHON=3Dconcurrent" as a reminder, that =
this
line is not needed, despite the port install a script in /usr/local/bin. I =
hope
this is OK.

QA:
portlint - OK
poudriere - OK
port test - OK
make test - OK (both py27 and py36)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238706-7788>