Created attachment 179411 [details] www/py-pelican: Set PKGNAMEPREFIX With the patch in bug #215201 applied, it is possible to build www/py-pelican with any version of python. However, the fact that USES=concurrent does not, by itself, allow concurrent installation because the package name is not version qualified. If PKGNAMEPREFIX is not set, any attempt to install a concurrent version with pkg will result in a prompt to remove the version already installed. The attached patch (which includes the other patch upon which it depends) changes the package name by setting PKGNAMEPREFIX. A PORTREVISION bump is appropriate whether or not this patch is committed together with the patch attached to bug #215201 because of the package name change. QA == portlint: OK poudriere: OK -- tested on 10.3R amd64 with py27 (default), py34, py35, and py36
A commit references this bug: Author: demon Date: Tue Feb 14 11:09:04 UTC 2017 New revision: 434077 URL: https://svnweb.freebsd.org/changeset/ports/434077 Log: Add PKGNAMEPREFIX so that concurrent installs really work PR: 216585 Submitted by: John W. O'Brien <john@saltant.com> maintainer timeout. Changes: head/www/py-pelican/Makefile
Assign to committer that resolved