Bug 126197

Summary: update devel/py-ice to 3.3.0
Product: Ports & Packages Reporter: Dirk Ye <dirk.yes>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar
none
py-ice-3.3.0.patch.txt none

Description Dirk Ye 2008-08-02 17:40:00 UTC
update for py-ice from 3.2.1 to 3.3.0

The updates dependent port ice and php5-ice should be updated at once because they only build when all have the same version.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-02 17:40:10 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-02 17:40:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-02 17:40:17 UTC
Maintainer of devel/py-ice,

Please note that PR ports/126197 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126197

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-02 17:40:19 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 5 DIrk 2008-08-02 17:49:43 UTC
On Sun, Aug 3, 2008 at 7:40 AM, Edwin Groothuis <edwin@freebsd.org> wrote:
> Maintainer of devel/py-ice,
>
> Please note that PR ports/126197 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126197
>
> --
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
>
Comment 6 Mark Linimon freebsd_committer freebsd_triage 2008-08-03 03:00:30 UTC
State Changed
From-To: feedback->open

Submitter is maintainer using another address. 


Comment 7 Mark Linimon freebsd_committer freebsd_triage 2008-08-03 03:00:30 UTC
Class Changed
From-To: change-request->maintainer-update
Comment 8 Martin Wilke freebsd_committer freebsd_triage 2008-08-10 19:26:29 UTC
Responsible Changed
From-To: freebsd-python->miwi

I'll take it.
Comment 9 Martin Wilke freebsd_committer freebsd_triage 2008-08-12 13:45:09 UTC
State Changed
From-To: open->feedback

Build failed :(. 

http://amd64.miwibox.org/index.php?action=describe_port&id=1794 
http://i386.miwibox.org/index.php?action=describe_port&id=1881 

- Martin
Comment 10 DIrk 2008-08-12 14:17:32 UTC
- Added mcpp into BUILD_DEPENDS.
- Corrected maintainer in pkg-desc.

DIrk
Comment 11 dfilter service freebsd_committer freebsd_triage 2008-08-14 23:29:08 UTC
miwi        2008-08-14 22:28:54 UTC

  FreeBSD ports repository

  Modified files:
    devel/ice            Makefile distinfo pkg-plist 
    devel/ice/files      Make.rules.FreeBSD patch-Make.rules 
                         patch-Makefile 
    devel/php5-ice       Makefile distinfo pkg-plist 
    devel/py-ice         Makefile distinfo pkg-descr pkg-plist 
  Added files:
    devel/ice/files      patch-IconvStringConverter.h 
                         patch-SignalHandler.cpp 
    devel/php5-ice/files patch-cpp+config+Make.rules.FreeBSD 
                         patch-php+config+Make.rules 
    devel/py-ice/files   patch-config+Make.common.rules 
                         patch-cpp+config+Make.rules.FreeBSD 
                         patch-py+config+Make.rules 
                         patch-py+python+Makefile 
  Removed files:
    devel/ice/files      patch-src::Ice::Network.cpp 
    devel/php5-ice/files patch-config+Make.rules 
    devel/py-ice/files   patch-Makefile patch-config+Make.rules 
                         patch-config+Make.rules.FreeBSD 
                         patch-python+Makefile 
  Log:
  - Update to 3.3.0
  
  PR:             126195 126197 126198
  Submitted by:   Stefan Ehmann <shoesoft@gmx.net> (maintainer)
  
  Revision  Changes    Path
  1.14      +21 -10    ports/devel/ice/Makefile
  1.8       +3 -3      ports/devel/ice/distinfo
  1.4       +4 -1      ports/devel/ice/files/Make.rules.FreeBSD
  1.1       +11 -0     ports/devel/ice/files/patch-IconvStringConverter.h (new)
  1.5       +2 -3      ports/devel/ice/files/patch-Make.rules
  1.5       +6 -25     ports/devel/ice/files/patch-Makefile
  1.1       +28 -0     ports/devel/ice/files/patch-SignalHandler.cpp (new)
  1.3       +0 -20     ports/devel/ice/files/patch-src::Ice::Network.cpp (dead)
  1.8       +78 -66    ports/devel/ice/pkg-plist
  1.4       +12 -11    ports/devel/php5-ice/Makefile
  1.2       +3 -3      ports/devel/php5-ice/distinfo
  1.2       +0 -50     ports/devel/php5-ice/files/patch-config+Make.rules (dead)
  1.1       +31 -0     ports/devel/php5-ice/files/patch-cpp+config+Make.rules.FreeBSD (new)
  1.1       +40 -0     ports/devel/php5-ice/files/patch-php+config+Make.rules (new)
  1.3       +72 -0     ports/devel/php5-ice/pkg-plist
  1.9       +14 -7     ports/devel/py-ice/Makefile
  1.6       +3 -3      ports/devel/py-ice/distinfo
  1.3       +0 -13     ports/devel/py-ice/files/patch-Makefile (dead)
  1.1       +46 -0     ports/devel/py-ice/files/patch-config+Make.common.rules (new)
  1.5       +0 -66     ports/devel/py-ice/files/patch-config+Make.rules (dead)
  1.3       +0 -29     ports/devel/py-ice/files/patch-config+Make.rules.FreeBSD (dead)
  1.1       +31 -0     ports/devel/py-ice/files/patch-cpp+config+Make.rules.FreeBSD (new)
  1.1       +50 -0     ports/devel/py-ice/files/patch-py+config+Make.rules (new)
  1.1       +12 -0     ports/devel/py-ice/files/patch-py+python+Makefile (new)
  1.2       +0 -12     ports/devel/py-ice/files/patch-python+Makefile (dead)
  1.4       +2 -2      ports/devel/py-ice/pkg-descr
  1.5       +22 -24    ports/devel/py-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 12 Martin Wilke freebsd_committer freebsd_triage 2008-08-14 23:29:15 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!