Date: Thu, 19 Feb 2009 02:32:29 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/131868: [Patch]databases/py-pg8000:fix the md5 check error Message-ID: <200902190232.n1J2WTAX036573@www.freebsd.org> Resent-Message-ID: <200902190240.n1J2e19N026930@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131868 >Category: ports >Synopsis: [Patch]databases/py-pg8000:fix the md5 check error >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: Thu Feb 19 02:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD-8.0 Current >Organization: ChangAn Middle School >Environment: FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Tue Dec 16 00:26:59 HKT 2008 root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: fix the md5 check error reported by QAT >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2009-02-19 17:58:30.000000000 +0800 +++ Makefile 2009-02-19 18:00:24.000000000 +0800 @@ -7,13 +7,10 @@ PORTNAME= pg8000 PORTVERSION= 1.07 +PORTREVISION= 1 CATEGORIES= databases python -MASTER_SITES= http://pybrary.net/pg8000/dist/:source1 \ - http://peak.telecommunity.com/dist/:source2 +MASTER_SITES= http://pybrary.net/pg8000/dist/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz:source1 \ - ez_setup.py:source2 -EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tar.gz MAINTAINER= wenheping@gmail.com COMMENT= A Pure-Python Interface to the PostgreSQL Database @@ -21,7 +18,4 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install -post-extract: - @${CP} ${DISTDIR}/ez_setup.py ${WRKSRC}/ez_setup.py - .include <bsd.port.mk> --- distinfo.orig 2009-01-16 15:09:26.000000000 +0800 +++ distinfo 2009-02-19 18:00:37.000000000 +0800 @@ -1,6 +1,3 @@ -MD5 (pg8000-1.07.tar.gz) = 10e853ef45e4ba6101e05af12778f692 -SHA256 (pg8000-1.07.tar.gz) = 245152c49461081d3a0760b491f79e4fc045f2ebc527b2b6a93c3e9a03689145 -SIZE (pg8000-1.07.tar.gz) = 27174 -MD5 (ez_setup.py) = ce4f96fd7afac7a6702d7a45f665d176 -SHA256 (ez_setup.py) = 493a0e21147a82173d920b8c2782eb95fb69a13d13020e37f4d40e009d4e29fe -SIZE (ez_setup.py) = 9716 +MD5 (pg8000-1.07.tar.gz) = feef7d3c5a15d1a12bcfb29a6169cb5a +SHA256 (pg8000-1.07.tar.gz) = 60707ec8e2090e334130e47d9c4ee2acbd490e8a4937ac541fc4257d6cfbf350 +SIZE (pg8000-1.07.tar.gz) = 31004 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902190232.n1J2WTAX036573>