updates devel/ice 3.3.1 -> 3.4 IMPORTANT: Do not commit yet. The update would break devel/php5-ice and devel/py-ice. Once PRs for the dependent ports exist, all updates should be commited together.
I've just noted that %%PORTDOCS%% is placed incorrectly for the @dirrm entries. Please apply this additional patch: --- pkg-plist.orig 2010-05-16 19:56:04.000000000 +0200 +++ pkg-plist 2010-05-16 19:56:36.000000000 +0200 @@ -586,17 +586,17 @@ %%PORTDOCS%%%%DOCSDIR%%/reference/images/warning.gif %%PORTDOCS%%%%DOCSDIR%%/reference/index.html %%PORTDOCS%%%%DOCSDIR%%/reference/symboltree.js -@dirrm %%PORTDOCS%%%%DOCSDIR%%/reference/images -@dirrm %%PORTDOCS%%%%DOCSDIR%%/reference/IceStorm -@dirrm %%PORTDOCS%%%%DOCSDIR%%/reference/IceSSL -@dirrm %%PORTDOCS%%%%DOCSDIR%%/reference/IcePatch2 -@dirrm %%PORTDOCS%%%%DOCSDIR%%/reference/IceGrid -@dirrm %%PORTDOCS%%%%DOCSDIR%%/reference/IceBox -@dirrm %%PORTDOCS%%%%DOCSDIR%%/reference/Ice -@dirrm %%PORTDOCS%%%%DOCSDIR%%/reference/Glacier2 -@dirrm %%PORTDOCS%%%%DOCSDIR%%/reference/Freeze -@dirrm %%PORTDOCS%%%%DOCSDIR%%/reference -@dirrm %%PORTDOCS%%%%DOCSDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/images +%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/IceStorm +%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/IceSSL +%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/IcePatch2 +%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/IceGrid +%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/IceBox +%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/Ice +%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/Glacier2 +%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/Freeze +%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%DATADIR%%/config @dirrm %%DATADIR%%/IceStorm @dirrm %%DATADIR%%/IceSSL
Hello, can this be updated to 3.4.1? Has the maintainer for py-ice and php5-ice been asked to update his ports? I can look at it if Dirk does not have time. cheers -- Tony Maher email: tonymaher@optusnet.com.au
On Tuesday 06 July 2010 10:56:02 Tony Maher wrote: > Hello, > > can this be updated to 3.4.1? > > Has the maintainer for py-ice and php5-ice been asked to update his ports? > I can look at it if Dirk does not have time. I mailed dirk when I submitted the PR, but haven't received a reply. Currently, I don't plan plan to fix the py/php ports myself. If you volunteer to update py/php5-ice, I can prepare an update to 3.4.1 within a few days.
On 07/06/10 19:10, Stefan Ehmann wrote: > On Tuesday 06 July 2010 10:56:02 Tony Maher wrote: >> Hello, >> >> can this be updated to 3.4.1? >> >> Has the maintainer for py-ice and php5-ice been asked to update his ports? >> I can look at it if Dirk does not have time. > > I mailed dirk when I submitted the PR, but haven't received a reply. > Currently, I don't plan plan to fix the py/php ports myself. > > If you volunteer to update py/php5-ice, I can prepare an update to 3.4.1 > within a few days. Ok. I will certainly do the python one. I know nothing about php but I will look at upgrading it. thanks -- Tony Maher email: tonymaher@optusnet.com.au
Ok, here's the updated patch for 3.4.1:
arved 2010-08-15 12:02:57 UTC FreeBSD ports repository Modified files: devel/ice Makefile distinfo pkg-plist Added files: devel/ice/files patch-Exception.cpp Log: Update to 3.4.1 PR: 146633 Submitted by: maintainer Revision Changes Path 1.17 +2 -3 ports/devel/ice/Makefile 1.10 +3 -3 ports/devel/ice/distinfo 1.1 +38 -0 ports/devel/ice/files/patch-Exception.cpp (new) 1.10 +102 -64 ports/devel/ice/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed committed, thanks