Bug 154965 - [Patch]x11-toolkits/py-kiwi: fix build with python-2.7
Summary: [Patch]x11-toolkits/py-kiwi: fix build with python-2.7
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: Nicola Vitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-23 01:40 UTC by Wen Heping
Modified: 2011-02-26 15:40 UTC (History)
0 users

See Also:


Attachments
file.diff (143 bytes, patch)
2011-02-23 01:40 UTC, Wen Heping
no flags Details | Diff
file.diff (1.21 KB, patch)
2011-02-23 01:40 UTC, Wen Heping
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wen Heping freebsd_committer freebsd_triage 2011-02-23 01:40:09 UTC
fix build with python-2.7 and remove MD5

Fix: PORTNAME=      kiwi
 PORTVERSION=   1.9.26
-PORTREVISION=  3
+PORTREVISION=  4
 CATEGORIES=    x11-toolkits python
 MASTER_SITES=  http://download.gnome.org/sources/${PORTNAME}/1.9/ \
                http://nivi.interfree.it/distfiles/${PORTNAME}/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-23 01:40:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nivit

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-02-26 15:30:17 UTC
nivit       2011-02-26 15:30:04 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/py-kiwi distinfo 
  Added files:
    x11-toolkits/py-kiwi/files patch-kiwi__dist.py 
  Removed files:
    x11-toolkits/py-kiwi/files patch-kiwi-dist.py 
  Log:
  - Fix build when Python version > 2.6
  - Remove MD5 checksum from distinfo
  
  PR:             ports/154965
  Submitted by:   wen
  
  Revision  Changes    Path
  1.10      +0 -1      ports/x11-toolkits/py-kiwi/distinfo
  1.2       +0 -11     ports/x11-toolkits/py-kiwi/files/patch-kiwi-dist.py (dead)
  1.1       +11 -0     ports/x11-toolkits/py-kiwi/files/patch-kiwi__dist.py (new)
_______________________________________________
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 3 Nicola Vitale freebsd_committer freebsd_triage 2011-02-26 15:30:31 UTC
State Changed
From-To: open->closed

Committed, thanks!