svn commit: r307927 - head/www/reviewboard

Ruslan Mahmatkhanov cvs-src at yandex.ru
Wed Nov 28 18:57:07 UTC 2012


Hi Frederic,

Frederic Culot wrote on 28.11.2012 22:30:
> Author: culot
> Date: Wed Nov 28 18:30:23 2012
> New Revision: 307927
> URL: http://svnweb.freebsd.org/changeset/ports/307927
>
> Log:
>    - Update to 1.6.14 [1]
>    - use dirrmtry in plist for shared python directories to silence
>      pkg_delete warnings

[...]

>   @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
> - at dirrm %%PYTHON_SITELIBDIR%%
> - at dirrm lib/python2.7
> + at dirrmtry %%PYTHON_SITELIBDIR%%
> + at dirrmtry lib/python2.7

They should be just removed altogether, because this directories were 
created by python port, not that reviewboard port. The second note - 
plist entries should not contain hardcoded paths like lib/python2.7, 
because in case user prefer to use python 2.6 or 3.2, this path will be 
lib/python2.6 and lib/python3.2. There is %%PYTHON_LIBDIR%% for such 
things, but it doesn't matter in this case, because they just should be 
removed.

-- 
Regards,
Ruslan

Tinderboxing kills... the drives.


More information about the svn-ports-head mailing list