Update to 0.6.1 Changes: http://bazaar.launchpad.net/~dkimpy-hackers/dkimpy/trunk/view/131/ChangeLog PR: 217277 Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) Approved by: ??? (mentor) Differential Revision: https://reviews.freebsd.org/D????
Details
Details
- Reviewers
lme mat - Commits
- rP434591: Update to 0.6.1
poudriere testport FreeBSD 11.0/amd64 ok
poudriere testport FreeBSD 10.3/i386 ok
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
mail/py-dkimpy/Makefile | ||
---|---|---|
19 ↗ | (On Diff #25488) | I think this is wrong, it should be python:2.7. |
mail/py-dkimpy/Makefile | ||
---|---|---|
19 ↗ | (On Diff #25488) | Because python:2 does not do what you think it does. It depends on python version ${DEFAULT_PYTHON2} and installs a /usr/local/bin/python2 symlink to /usr/local/bin/python2.x. If your port needs python 2.x, but does not need the python2 symlink, say USES=python:2.7. As a rule of the thumb, never USES=python:2. As for D9703, it should probably also be changed to python:2.7. |