Re: UPDATE: py-numpydoc

2015-02-11 Thread frantisek holop
Stuart Henderson, 11 Feb 2015 22:43: > On 2015/02/11 22:28, frantisek holop wrote: > > + chmod -R a+r ${WRKSRC} > > + find ${WRKSRC} -type d -exec chmod a+x {} \; > > allow me to introduce you to chmod a+rX ai iai iai. perfect. at least i wasn't the only one in the ports tree. new patch att

Re: UPDATE: py-numpydoc

2015-02-11 Thread Stuart Henderson
On 2015/02/11 22:28, frantisek holop wrote: > + chmod -R a+r ${WRKSRC} > + find ${WRKSRC} -type d -exec chmod a+x {} \; allow me to introduce you to chmod a+rX

Re: UPDATE: py-numpydoc

2015-02-11 Thread frantisek holop
let's try again with a ugly hack to fix the file permissions. will raise an issue with the project. please test and commit. -f -- everyone has a photographic memory, some don't have film. Index: Makefile === RCS file: /cvs/ports/t

Re: UPDATE: py-numpydoc

2015-02-11 Thread frantisek holop
the archive extracts files with only owner and group permissions and 'make package' complains about 'weird mode'. what is the easiest/most elegant way of fixing this? post-extract: chmod -R a+r ${WRKSRC} find ${WRKSRC} -type d -exec chmod a+r {} \; -f -- to refuse to decide is

Re: UPDATE: py-numpydoc

2015-02-11 Thread frantisek holop
hold on, something wrong :[ disregard for the moment please -f frantisek holop, 11 Feb 2015 22:10: > > a simple patch to py-numpydoc. > please test and commit. > > -f > -- > if you stand up to be counted someone will take your seat. > Index: Makefile > ===

UPDATE: py-numpydoc

2015-02-11 Thread frantisek holop
a simple patch to py-numpydoc. please test and commit. -f -- if you stand up to be counted someone will take your seat. Index: Makefile === RCS file: /cvs/ports/textproc/py-numpydoc/Makefile,v retrieving revision 1.1.1.1 diff -u -p