Move devel/py-icu to devel/py-pyicu and tidy up port * PORTNAME devel/py-pyicu should be used rather than devel/py-icu, per policy [1] * Add LICENSE=MIT as per LICENSE file contained in distfile * Tidy up MAKE_ENV variable assignment (pet portlint) * Update WWW in pkg-descr to point to PyPI site, since the old site is down * Update other ports which depend on devel/py-icu to point to devel/py-pyicu [1] https://wiki.freebsd.org/Python/PortsPolicy
Created attachment 167212 [details] Patch to move devel/py-icu to devel/py-pyicu (using svn move) and tidy-ups This patch should be applied after performing the following command: svn move devel/py-icu devel/py-pyicu svn patch <insertpatch>
Created attachment 167213 [details] Patch to move devel/py-icu to devel/py-pyicu (using svn move) and tidy-ups This updated patch also adds the LICENSE_FILE details This patch should be applied after performing the following command: svn move devel/py-icu devel/py-pyicu svn patch <insertpatch>
Created attachment 167214 [details] QA: Successful poudriere testport logs for devel/py-pyicu on FreeBSD 10.2 amd64
Created attachment 167216 [details] Patch to move devel/py-icu to devel/py-pyicu (using svn move) and tidy-ups This updated patch corrects the dependent ports to use the correct BUILD_DEPENDS and RUN_DEPENDS: ${PYTHON_PKGNAMEPREFIX}pyicu>0:${PORTSDIR}/devel/py-pyicu This patch should be applied after performing the following command: svn move devel/py-icu devel/py-pyicu svn patch <insertpatch>
Created attachment 167217 [details] QA: Successful poudriere testport logs for graphics/mapnik on FreeBSD 10.2 amd64
Great changeset Ben :) It's probably best not to MFH this change, given the lack of warranted 'fixes', and given any prior to commits to dependent ports would also need to be merged.
Created attachment 167222 [details] QA: Successful poudriere testport logs for science/gramps on FreeBSD 10.2 amd64
Created attachment 167223 [details] QA: Successful poudriere testport logs for sysutils/py-freenas.cli on FreeBSD 10.2 amd64
Created attachment 167940 [details] Patch to move devel/py-icu to devel/py-pyicu (using svn move) and tidy-ups This updated patch removes the changes to graphics/mapnik, as it no longer depends on devel/py-icu. As before, this patch should be applied after performing the following command: svn move devel/py-icu devel/py-pyicu svn patch <insertpatch>
A commit references this bug: Author: feld Date: Sat Mar 19 17:11:59 UTC 2016 New revision: 411415 URL: https://svnweb.freebsd.org/changeset/ports/411415 Log: Move devel/py-icu to devel/py-pyicu * PORTNAME devel/py-pyicu should be used rather than devel/py-icu, per policy [1] * Add LICENSE=MIT as per LICENSE file contained in distfile * Tidy up MAKE_ENV variable assignment (pet portlint) * Update WWW in pkg-descr to point to PyPI site, since the old site is down * Update other ports which depend on devel/py-icu to point to devel/py-pyicu [1] https://wiki.freebsd.org/Python/PortsPolicy PR: 207367 Approved by: maintainer timeout Changes: head/MOVED head/devel/Makefile head/devel/py-icu/ head/devel/py-pyicu/ head/devel/py-pyicu/Makefile head/devel/py-pyicu/pkg-descr head/science/gramps/Makefile head/sysutils/py-freenas.cli/Makefile
Committed with minor changes, thanks! I did PORTREVISION bumps to ensure nobody will get stuck in a situation where they have one package depending on old name and another on the new name.