Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2002 15:35:57 +0200 (EET)
From:      Vladimir Chukharev <chu@gpi.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44526: [PATCH] update databases/postgresql-devel to beta3
Message-ID:  <200210271335.g9RDZvnQ020934@h33.erkki.ton.tut.fi>

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

>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 <bsd.port.mk>
 .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




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