This update simply changes my REINPLACE_CMD usage to a much prettier and easier to read format. Offers no change in functionality, so portversion does not need to be changed. Fix: post-patch: - @${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,g' \ - ${WRKSRC}/setup.py + @${FIND} ${WRKSRC} -name "*.py" | ${XARGS} ${REINPLACE_CMD} -e\ + 's,/usr/share,${PREFIX}/share,g' @${REINPLACE_CMD} -e 's,/usr/src/everygui,${PREFIX}/src/everygui,g' \ ${WRKSRC}/everygui @${REINPLACE_CMD} -e 's,/usr/src,${PREFIX}/src,g' \ ${WRKSRC}/egdesign - @${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,g' \ - ${WRKSRC}/src/everygui.py - @${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,g' \ - ${WRKSRC}/src/designer.py do-install: cd ${WRKSRC} ; python -d ${WRKSRC}/setup.py install --prefix=${PREFIX}--eJ5Js3oUWqAo2vLVH2xmGlsCmLzqSo3cd9r37Nx94PD82aKt Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile.orig Fri Jan 13 02:12:11 2006 +++ Makefile Fri Jan 13 02:12:49 2006 @@ -24,16 +24,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
On Fri, 13 Jan 2006 02:17:14 -0800 Remington <mrl0lz@gmail.com> wrote: > > >Number: 91747 > >Category: ports > >Synopsis: Update Port: deskutils/everygui Please do a follow-up to the original PR next time, this way it's only one PR to close, you don't risk the commiter to missing your other PR, etc. -- IOnut - Unregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" BOFH excuse #104: backup tape overwritten with copy of system manager's favourite CD
On Fri, 2006-01-13 at 12:35 +0200, Ion-Mihai Tetcu wrote: > On Fri, 13 Jan 2006 02:17:14 -0800 > Remington <mrl0lz@gmail.com> wrote: > > > > > >Number: 91747 > > >Category: ports > > >Synopsis: Update Port: deskutils/everygui > > Please do a follow-up to the original PR next time, this way it's only > one PR to close, you don't risk the commiter to missing your other PR, > etc. > > Np, next time I will follow-up. thanks
State Changed From-To: open->closed New port added, thank you!