Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jan 2011 07:48:18 GMT
From:      Ildar Hizbulin <hizel@vyborg.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/154075: [MANTAINER] sysutils/py-supervisor fix fetch distfile
Message-ID:  <201101170748.p0H7mIoZ085647@red.freebsd.org>
Resent-Message-ID: <201101170750.p0H7o1fs028103@freefall.freebsd.org>

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

>Number:         154075
>Category:       ports
>Synopsis:       [MANTAINER] sysutils/py-supervisor fix fetch distfile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 17 07:50:01 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ildar Hizbulin
>Release:        8.1-RELEASE
>Organization:
Ariadna-Link, ISP
>Environment:
FreeBSD o.vyborg.ru 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Tue Sep  7 10:01:48 MSD 2010     root@o.vyborg.ru:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Currently distfile is unfetchable from non-FreeBSD master sites. I do not know why, but original site dist.supervisord.org is emty, and in http://pypi.python.org/pypi/supervisor size of distfile is different from the previous, but the content is the same. i checked with diff. 
>How-To-Repeat:

>Fix:
diff -ruN py-supervisor.orig/Makefile py-supervisor/Makefile
--- py-supervisor.orig/Makefile 2010-11-22 21:54:49.000000000 +0300
+++ py-supervisor/Makefile      2011-01-17 10:04:59.000000000 +0300
@@ -7,6 +7,7 @@

 PORTNAME=      supervisor
 PORTVERSION=   3.0a9
+PORTREVISION=  1
 CATEGORIES=    sysutils python
 MASTER_SITES=  http://dist.supervisord.org/ \
                CHEESESHOP
diff -ruN py-supervisor.orig/distinfo py-supervisor/distinfo
--- py-supervisor.orig/distinfo 2010-11-22 21:54:49.000000000 +0300
+++ py-supervisor/distinfo      2011-01-17 10:19:11.000000000 +0300
@@ -1,2 +1,2 @@
-SHA256 (supervisor-3.0a9.tar.gz) = 619f90b739ed3dff2fd991fe110b7bd4408975661baf7e9a8e2a685d05e63ea9
-SIZE (supervisor-3.0a9.tar.gz) = 408235
+SHA256 (supervisor-3.0a9.tar.gz) = a971d56815bf70909d3fb6b98c6950bb5e33104c12ec04a3176f8896623ab5c4
+SIZE (supervisor-3.0a9.tar.gz) = 408247


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



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