From owner-freebsd-ports Sun Oct 27 5:40:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DCA037B401 for ; Sun, 27 Oct 2002 05:40:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87EDE43E3B for ; Sun, 27 Oct 2002 05:40:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9RDeEx3095357 for ; Sun, 27 Oct 2002 05:40:14 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9RDeEp2095356; Sun, 27 Oct 2002 05:40:14 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1666C37B401 for ; Sun, 27 Oct 2002 05:36:34 -0800 (PST) Received: from h33.erkki.ton.tut.fi (h33.erkki.ton.tut.fi [193.166.84.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F02843E4A for ; Sun, 27 Oct 2002 05:36:26 -0800 (PST) (envelope-from chu@h33.erkki.ton.tut.fi) Received: from h33.erkki.ton.tut.fi (chu@localhost [127.0.0.1]) by h33.erkki.ton.tut.fi (8.12.3/8.12.3) with ESMTP id g9RDZw0f020935 for ; Sun, 27 Oct 2002 15:35:58 +0200 (EET) (envelope-from chu@h33.erkki.ton.tut.fi) Received: (from chu@localhost) by h33.erkki.ton.tut.fi (8.12.3/8.12.3/Submit) id g9RDZvnQ020934; Sun, 27 Oct 2002 15:35:57 +0200 (EET) Message-Id: <200210271335.g9RDZvnQ020934@h33.erkki.ton.tut.fi> Date: Sun, 27 Oct 2002 15:35:57 +0200 (EET) From: Vladimir Chukharev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44526: [PATCH] update databases/postgresql-devel to beta3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44526 >Category: ports >Synopsis: [PATCH] update databases/postgresql-devel to beta3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Oct 27 05:40:08 PST 2002 >Closed-Date: >Last-Modified: >Originator: Vladimir Chukharev >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD svak.h33.erkki.ton.tut.fi 4.7-STABLE FreeBSD 4.7-STABLE #1: Sun Oct 27 02:01:48 EEST 2002 root@svak.h33.erkki.ton.tut.fi:/usr/obj/usr/src/sys/SVAK i386 >Description: I tried to run regression tests for new beta3 of postgresql-7.3. Perhaps the patch can be useful for somebody :^) Apart from updating b2 -> b3, the patch contains a (simplistic) target check to run the regression tests (IMHO testing is one of the primary goals for -devel port existing). This needed one more distfile, postgresql-test-7.3b3.tar.gz. Only two of the regression tests not passed, in geometry some -0 appeared instead of 0; and horology failed, perhaps today's switch to winter time is the reason... --- b2_to_b3.patch begins here --- --- ./distinfo.old Tue Oct 1 22:32:48 2002 +++ ./distinfo Sun Oct 27 15:30:55 2002 @@ -1,5 +1,5 @@ -MD5 (postgresql/postgresql-7.3b2.tar.gz) = b199f470fd834efab8a6e564b1d5342c -MD5 (postgresql/postgresql-base-7.3b2.tar.gz) = 6e731ab8292f3d85c2a30800ece3ebf9 -MD5 (postgresql/postgresql-docs-7.3b2.tar.gz) = d5d7125d6afa6da661c39f86e3bf727b -MD5 (postgresql/postgresql-opt-7.3b2.tar.gz) = 69c74213b532342026975310003a2fdb -MD5 (postgresql/postgresql-test-7.3b2.tar.gz) = d7913696003144a048713e1ca9e646ec +MD5 (postgresql/postgresql-7.3b3.tar.gz) = e40e810105002cefdaa1c10853e3f7fa +MD5 (postgresql/postgresql-base-7.3b3.tar.gz) = 416092b132aadbbed2dfca4990357f75 +MD5 (postgresql/postgresql-docs-7.3b3.tar.gz) = 8c16b9ce0bdece3fa61e1b1c7a9d0c60 +MD5 (postgresql/postgresql-opt-7.3b3.tar.gz) = 9de8adc0ef6f268f2e15ab6f9e597609 +MD5 (postgresql/postgresql-test-7.3b3.tar.gz) = 63be4334f5ea1628ebeafe3bd773a7d6 --- ./Makefile.old Tue Oct 1 22:32:48 2002 +++ ./Makefile Sun Oct 27 16:33:00 2002 @@ -6,7 +6,7 @@ # PORTNAME?= postgresql -PORTVERSION?= 7.3.b2 +PORTVERSION?= 7.3.b3 PKGNAMESUFFIX= -devel CATEGORIES?= databases MASTER_SITES= ftp://ftp.postgresql.org/pub/%SUBDIR%/ \ @@ -19,12 +19,13 @@ ftp://ftp.jaist.ac.jp/pub/dbms/PostgreSQL/%SUBDIR%/ \ ftp://ftp.us.postgresql.org/%SUBDIR%/ MASTER_SITE_SUBDIR= source/v7.3beta -DISTFILES= postgresql-base-7.3b2${EXTRACT_SUFX} \ - postgresql-opt-7.3b2${EXTRACT_SUFX} +DISTFILES= postgresql-base-7.3b3${EXTRACT_SUFX} \ + postgresql-opt-7.3b3${EXTRACT_SUFX} \ + postgresql-test-7.3b3${EXTRACT_SUFX} MAINTAINER?= seanc@FreeBSD.org -WRKSRC= ${WRKDIR}/postgresql-7.3b2 +WRKSRC= ${WRKDIR}/postgresql-7.3b3 DIST_SUBDIR= postgresql USE_GMAKE= YES @@ -201,5 +202,10 @@ post-clean: @ ${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc +check: + cd ${WRKSRC} ;\ + ${GMAKE} check + .include .endif + --- b2_to_b3.patch ends here --- >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message