Bug 44526 - [PATCH] update databases/postgresql-devel to beta3
Summary: [PATCH] update databases/postgresql-devel to beta3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sean Chittenden
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-27 13:40 UTC by Vladimir Tchoukharev
Modified: 2002-10-27 20:18 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Tchoukharev 2002-10-27 13:40:08 UTC
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 ---
Comment 1 Norikatsu Shigemura freebsd_committer freebsd_triage 2002-10-27 14:53:56 UTC
Responsible Changed
From-To: freebsd-ports->seanc

Over to maintainer.
Comment 2 Sean Chittenden freebsd_committer freebsd_triage 2002-10-27 20:17:44 UTC
State Changed
From-To: open->closed

Updated port, thanks!