Bug 146633 - update devel/ice to 3.4
Summary: update devel/ice to 3.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-16 15:30 UTC by Stefan Ehmann
Modified: 2010-08-15 13:10 UTC (History)
0 users

See Also:


Attachments
ice-3.4-patch (20.58 KB, text/plain)
2010-05-16 15:30 UTC, Stefan Ehmann
no flags Details
ice-3.4.1-patch (19.88 KB, text/x-patch; charset="ISO-8859-1")
2010-07-09 14:49 UTC, Stefan Ehmann
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Ehmann 2010-05-16 15:30:03 UTC

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.
Comment 1 Stefan Ehmann 2010-05-16 19:05:47 UTC
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
Comment 2 tonymaher 2010-07-06 09:56:02 UTC
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
Comment 3 Stefan Ehmann 2010-07-06 10:10:50 UTC
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.
Comment 4 tonymaher 2010-07-07 09:39:38 UTC
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
Comment 5 Stefan Ehmann 2010-07-09 14:49:47 UTC
Ok, here's the updated patch for 3.4.1:
Comment 6 dfilter service freebsd_committer freebsd_triage 2010-08-15 13:03:06 UTC
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"
Comment 7 Tilman Keskinoz freebsd_committer freebsd_triage 2010-08-15 13:06:17 UTC
State Changed
From-To: open->closed

committed, thanks