K 10 svn:author V 5 koobs K 8 svn:date V 27 2015-10-29T10:13:55.744257Z K 7 svn:log V 823 www/py-django-contrib-comments: Fix *_DEPENDS Update RUN_DEPENDS from file based back to PKGNAME based matching. Use a glob pattern to match multiple version suffixed versions of the Django ports, as `pkg info -g` is used to match them, excellent! [1] This doesn't completely solve the problem for Django ports and their dependencies, as there is still the issue of 'which' Django port to use if: * The dependency is not yet satisfied (fresh installs), AND * The port that depends on Django supports multiple versions, like this one. While I'm here: - Mark architecture independent (NO_ARCH) - Remove TEST_DEPENDS (no longer necessary) - Rename test target since the framework supports all the things now. - Update test target to include a default timezone, otherwise the test suite borks. [1] Thanks antoine! END