Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 2007 11:40:09 GMT
From:      "R.Mahmatkhanov"<R.Mahmatkhanov@REMOVE_THIS.SKYLINK.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/107459: [PATCH] devel/py-urwid unbroke. Fix distinfo
Message-ID:  <200701031140.l03Be9B9063378@www.freebsd.org>
Resent-Message-ID: <200701031150.l03BoDja055884@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         107459
>Category:       ports
>Synopsis:       [PATCH] devel/py-urwid unbroke. Fix distinfo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 03 11:50:13 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     R.Mahmatkhanov
>Release:        6.2
>Organization:
SkyLink
>Environment:
FreeBSD 6.2-PRERELEASE i386
>Description:
devel/py-urwid had BROKEN= Size mismatch. I've fix distinfo (new size and checksums) and Makefile (remove BROKEN, bump PORTREVISION). It builds cleanly and works as we all expecting. 
>How-To-Repeat:
Try to install this port. 
>Fix:


Patch attached with submission follows:

*** /usr/ports/devel/py-urwid/Makefile	Wed Jan  3 14:19:32 2007
--- Makefile	Wed Jan  3 14:23:08 2007
***************
*** 6,19 ****
  
  PORTNAME=	urwid
  PORTVERSION=	0.9.7.1
  CATEGORIES=	devel python
  MASTER_SITES=	http://excess.org/urwid/
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
  
  MAINTAINER=	perky@FreeBSD.org
  COMMENT=	Curses-based user interface library for Python
- 
- BROKEN=		Size mismatch
  
  USE_PYTHON=	2.1+
  USE_PYDISTUTILS=	yes
--- 6,18 ----
  
  PORTNAME=	urwid
  PORTVERSION=	0.9.7.1
+ PORTREVISION=   1
  CATEGORIES=	devel python
  MASTER_SITES=	http://excess.org/urwid/
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
  
  MAINTAINER=	perky@FreeBSD.org
  COMMENT=	Curses-based user interface library for Python
  
  USE_PYTHON=	2.1+
  USE_PYDISTUTILS=	yes
*** /usr/ports/devel/py-urwid/distinfo	Sun Oct  8 15:06:42 2006
--- distinfo	Wed Jan  3 14:14:09 2007
***************
*** 1,3 ****
! MD5 (urwid-0.9.7.1.tar.gz) = fa551f5c275a47fc5a627cc1fce17c90
! SHA256 (urwid-0.9.7.1.tar.gz) = 394b6389faa75ace00adb6111377c49148d951bf40571c8e489510f10c743faf
! SIZE (urwid-0.9.7.1.tar.gz) = 153698
--- 1,4 ----
! MD5 (urwid-0.9.7.1.tar.gz) = 048f2f4b624731cacf95e002e0e82dba
! SHA256 (urwid-0.9.7.1.tar.gz) = 7b1b5d6ff0143737784cbf40de1249347a3028f3f3e515e5b5c42b0963adfc4b
! SIZE (urwid-0.9.7.1.tar.gz) = 153706
! 

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701031140.l03Be9B9063378>