K 10 svn:author V 5 crees K 8 svn:date V 27 2013-06-29T11:43:01.206899Z K 7 svn:log V 753 When python ports are installed that depend on the architecture/ABI of the system currently installed (i.e. PYEASYINSTALL_ARCHDEP) the entire version string of the system is used in the destination directory, for example; python_ldap-2.4.12-py2.7-freebsd-10.0-CURRENT-amd64.egg This plays havoc when STABLE, RELEASE and RELENG are used, not forgetting patchlevels as well. Now, only the major FreeBSD version number is included; python_ldap-2.4.12-py2.7-freebsd-10-amd64.egg Given that ABI should be stable at least over major releases, this now allows packages to be created and installed correctly. PR: ports/133081 Submitted by: Stef Walter (this patch used as a starting point) Reviewed by: No objections from python@ END