Bug 225429 - devel/py27-setuptools port moved to devel/py-setuptools@py27, no info in UPDATING
Summary: devel/py27-setuptools port moved to devel/py-setuptools@py27, no info in UPDA...
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-24 13:22 UTC by hk
Modified: 2018-04-21 11:52 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hk 2018-01-24 13:22:08 UTC
Issue is with FreeBSD 10.3-RELEASE-p24 (updated on 23.01.2018)
Ports were updated on 23.01.2018 (using portsnap)

I don't use Poudriere on the specific system, only pkg and make, make package, make install.

portmaster -L gives the following output:

        ===>>> The devel/py27-setuptools port moved to devel/py-setuptools@py27
        ===>>> Reason: Moved to a flavored, generic, version

However in /usr/ports/UPDATING there is no information about what to do to correct origin or name within pkg (eg. via pkg set -n, pkg set -o (if this is at all possible for flavoured ports)for devel/py27-setuptools.


Best regards,
Holger
Comment 1 Tobias Kortkamp freebsd_committer freebsd_triage 2018-01-24 14:28:45 UTC
(In reply to hk from comment #0)
It seems that you're using an outdated portmaster version that doesn't support
flavors.  Update it first so that it knows what to do with them.
Comment 2 hk 2018-01-24 15:55:25 UTC
Old portmaster was 3.17.10, upgraded to 3.19_2

I finally used

pkg set -o devel/py27-setuptools:devel/py-setuptools

and

cd /usr/ports/devel/py-setuptools
make package 
make deinstall && make reinstall

to update from py27-setuptools-36.5.0 to 38.2.5

(I had checked that devel/py-setuptools creates correct 27 version for my setup)

I hope this was the correct procedure. A little hint within UPDATING would really be appreciated ;-)
Or some feedback if what I did to resolve the issue was completely wrong.

Best regards and thanks for understanding,
Holger