From owner-freebsd-ports Mon Dec 4 19:10:12 2000 From owner-freebsd-ports@FreeBSD.ORG Mon Dec 4 19:10:05 2000 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54F2437B698 for ; Mon, 4 Dec 2000 19:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB53A2L60018; Mon, 4 Dec 2000 19:10:02 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 4 Dec 2000 19:10:02 -0800 (PST) Resent-Message-Id: <200012050310.eB53A2L60018@freefall.freebsd.org> Resent-From: gnats-admin@FreeBSD.org (GNATS Management) Resent-To: freebsd-ports@FreeBSD.org Resent-Reply-To: gnats-admin@FreeBSD.org, saito@a2z.co.jp Received: from alpha.a2z.co.jp (a2z194.a2z.co.jp [210.145.109.194]) by hub.freebsd.org (Postfix) with ESMTP id EC97D37B400 for ; Mon, 4 Dec 2000 19:09:33 -0800 (PST) Received: from omega.a2z.co.jp (a2z198.a2z.co.jp [210.145.109.198]) by alpha.a2z.co.jp (8.9.3/3.7W-) with ESMTP id MAA61047 for ; Tue, 5 Dec 2000 12:09:27 +0900 (JST) Received: by omega.a2z.co.jp (8.9.3/3.7W-) with ESMTP id MAA10596 for ; Tue, 5 Dec 2000 12:08:57 +0900 (JST) Message-Id: <200012050312.eB53CPS08774@elephant.a2z.co.jp> Date: Tue, 5 Dec 2000 12:12:25 +0900 (JST) From: saito@a2z.co.jp Reply-To: saito@a2z.co.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/23290: japanese/postgresql7 version up Resent-Sender: gnats@FreeBSD.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Note: There was a bad value `change-requet' for the field `>Class:'. It was set to the default value of `sw-bug'. >Number: 23290 >Category: ports >Synopsis: japanese/postgresql7 version from 7.0.2 to 7.0.3 with 20001204 patch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 04 19:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Saito Tomokatsu >Release: FreeBSD 4.2-STABLE i386 >Organization: Alpha Omega Inc. >Environment: >Description: japanese postgresql7 version up to 7.0.3 with jumbo-path 20001204, and include new binary japanize psql, called by psqlj. >How-To-Repeat: >Fix: diff -ruN postgresql7.org/Makefile postgresql7/Makefile --- postgresql7.org/Makefile Fri Nov 3 18:34:11 2000 +++ postgresql7/Makefile Tue Dec 5 11:57:27 2000 @@ -6,16 +6,18 @@ # PORTNAME= postgresql -PORTVERSION= 7.0.2.20001025 +PORTVERSION= 7.0.3.20001204 CATEGORIES= japanese databases MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/postgres/${PORTVERSION:R}/ \ ftp://ftp.sra.co.jp/pub/cmd/postgres/${PORTVERSION:R}/patches/ \ ftp://ftp.jaist.ac.jp/pub/dbms/PostgreSQL/v${PORTVERSION:R}/ \ ftp://ftp.postgresql.org/pub/v${PORTVERSION:R}/ \ - ${MASTER_SITE_RINGSERVER} + ftp://ftp.18software.co.jp/pub/postgres/ \ + ${MASTER_SITE_RINGSERVER:R} MASTER_SITE_SUBDIR= misc/db/postgresql-jp/${PORTVERSION:R} DISTNAME= ${PORTNAME}-${PORTVERSION:R} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} jumbo-${PORTVERSION:E}.patch.gz +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} psqlj-7.0.3.diff.gz \ + jumbo-${PORTVERSION:E}.patch.gz DIST_SUBDIR= postgresql EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -135,6 +137,7 @@ post-patch: @${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/jumbo-${PORTVERSION:E}.patch.gz | ${PATCH} ${PATCH_ARGS} -d ${WRKDIR} 2> /dev/null || exit 0 + @${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/psqlj-7.0.3.diff.gz | ${PATCH} ${PATCH_ARGS} -d ${WRKDIR} 2> /dev/null || exit 0 @ ${MV} ${WRKSRC}/template/freebsd ${WRKSRC}/template/freebsd.orig @ ${SED} -e 's#CFLAGS:-O2 -m486 -pipe#CFLAGS:${CFLAGS}#' \ -e 's#USE_LOCALE:no#USE_LOCALE:yes#' \ diff -ruN postgresql7.org/README.html postgresql7/README.html --- postgresql7.org/README.html Thu Jan 1 09:00:00 1970 +++ postgresql7/README.html Wed Nov 22 19:05:19 2000 @@ -0,0 +1,30 @@ + + The FreeBSD Ports Collection (japanese/postgresql7) +

The FreeBSD Ports Collection ("japanese/postgresql7")


+ + +

You are now in the directory for the port "japanese/postgresql7" (package name "ja-postgresql-7.0.3"). + +

This is the one-line description for this port: + +


+A robust, next generation, object-relational DBMS +


+ +

Please read the "description file" for a +longer description. + +

Go to the top of the ports tree for +a summary on how to use the ports collection. + +

+This port requires package(s) "gettext-0.10.35 gmake-3.79.1" to build. +

+ + +


+ Go up one level +| + Go to top of ports tree + + diff -ruN postgresql7.org/distinfo postgresql7/distinfo --- postgresql7.org/distinfo Fri Nov 3 18:34:11 2000 +++ postgresql7/distinfo Tue Dec 5 11:08:09 2000 @@ -1,2 +1,3 @@ -MD5 (postgresql/postgresql-7.0.2.tar.gz) = fc512e38394256e2749299fdd69a937e -MD5 (postgresql/jumbo-20001025.patch.gz) = c00f6578bba3522c90115412d53293aa +MD5 (postgresql/postgresql-7.0.3.tar.gz) = b416c04e6c91967160dfde866293ee6f +MD5 (postgresql/jumbo-20001204.patch.gz) = 33cc7445672f716aad5271a346a047d9 +MD5 (postgresql/psqlj-7.0.3.diff.gz) = 7829c90358532bd232d744909283d9e1 diff -ruN postgresql7.org/pkg-comment postgresql7/pkg-comment --- postgresql7.org/pkg-comment Wed Jul 19 10:18:07 2000 +++ postgresql7/pkg-comment Tue Dec 5 10:58:34 2000 @@ -1 +1,2 @@ -A robust, next generation, object-relational DBMS +A robust, next generation, object-relational DBMS. This port localization to +japanese lang and include japaneized pgsql called by pgsqlj. diff -ruN postgresql7.org/pkg-plist postgresql7/pkg-plist --- postgresql7.org/pkg-plist Fri Nov 3 18:34:11 2000 +++ postgresql7/pkg-plist Wed Nov 22 19:02:21 2000 @@ -21,6 +21,7 @@ pgsql/bin/postgres pgsql/bin/postmaster pgsql/bin/psql +pgsql/bin/psqlj pgsql/bin/vacuumdb pgsql/data/PG_VERSION pgsql/data/base/template1/PG_VERSION >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message