Upgrade to 6.4.2.
PR: 10329 Submitted by: maintainer Reviewed and modified by: max
This commit is contained in:
parent
125f046251
commit
897a8e231a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17929
@ -1,20 +1,20 @@
|
|||||||
# New ports collection makefile for: PostgreSQL-j
|
# New ports collection makefile for: PostgreSQL-j
|
||||||
# Version required: 6.4+Multibyte-patch
|
# Version required: 6.4.2+Multibyte-patch
|
||||||
# Date created: 25 Nov 1998
|
# Date created: 25 Nov 1998
|
||||||
# Whom: Ichiro Fukuhara <ichiro@ichiro.org>
|
# Whom: Ichiro Fukuhara <ichiro@ichiro.org>
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id: Makefile,v 1.4 1999/01/01 07:19:44 kuriyama Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= postgresql-v6.4
|
DISTNAME= postgresql-6.4.2
|
||||||
PKGNAME= ja-postgresql-6.4
|
PKGNAME= ja-postgresql-6.4.2
|
||||||
CATEGORIES= japanese databases
|
CATEGORIES= japanese databases
|
||||||
MASTER_SITES= ftp://ftp.postgresql.org/pub/ \
|
MASTER_SITES= ftp://ftp.postgresql.org/pub/ \
|
||||||
ftp://ftp.jaist.ac.jp/pub/dbms/PostgreSQL/ \
|
ftp://ftp.jaist.ac.jp/pub/dbms/PostgreSQL/ \
|
||||||
ftp://ftp.sra.co.jp/pub/cmd/postgres/6.4/
|
ftp://ftp.sra.co.jp/pub/cmd/postgres/6.4.2/
|
||||||
|
|
||||||
PATCH_SITES= ftp://ftp.sra.co.jp/pub/cmd/postgres/6.4/patches/
|
PATCH_SITES= ftp://ftp.sra.co.jp/pub/cmd/postgres/6.4.2/patches/
|
||||||
PATCHFILES= jumbo-981124.patch.gz
|
PATCHFILES= jumbo-990217.patch.gz
|
||||||
|
|
||||||
MAINTAINER= ichiro@ichiro.org
|
MAINTAINER= ichiro@ichiro.org
|
||||||
|
|
||||||
@ -41,7 +41,6 @@ WITH_PERL= --with-perl
|
|||||||
.endif
|
.endif
|
||||||
.if defined(USE_ODBC)
|
.if defined(USE_ODBC)
|
||||||
WITH_ODBC= --with-odbc
|
WITH_ODBC= --with-odbc
|
||||||
PLISTS+= PLIST.odbc
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
NO_PACKAGE= "Requires ${PGSQL_UID} uid"
|
NO_PACKAGE= "Requires ${PGSQL_UID} uid"
|
||||||
@ -158,6 +157,9 @@ post-install:
|
|||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
${MKDIR} ${PREFIX}/share/doc/${INSTALL_DIR}
|
${MKDIR} ${PREFIX}/share/doc/${INSTALL_DIR}
|
||||||
${CP} -r ${WRKDIR}/${DISTNAME}/doc/* ${PREFIX}/share/doc/${INSTALL_DIR}
|
${CP} -r ${WRKDIR}/${DISTNAME}/doc/* ${PREFIX}/share/doc/${INSTALL_DIR}
|
||||||
|
.for f in . src src/sgml src/sgml/ref src/graphics
|
||||||
|
@${RM} -r ${PREFIX}/share/doc/${INSTALL_DIR}/$f/CVS
|
||||||
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
.if !defined(BATCH)
|
.if !defined(BATCH)
|
||||||
@ more -e ${FILESDIR}/post-install-notes
|
@ more -e ${FILESDIR}/post-install-notes
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
MD5 (postgresql-v6.4.tar.gz) = 8a6e224f90b0201757eb05aa0068bfa9
|
MD5 (postgresql-6.4.2.tar.gz) = 4f5e0409921892ca08fff2d8c099b3d7
|
||||||
MD5 (jumbo-981124.patch.gz) = 7050d2c2221c004d1b3778f8965be92d
|
MD5 (jumbo-990217.patch.gz) = 1eab227a77332aed198ff12e36ed2a8d
|
||||||
|
@ -290,6 +290,7 @@ share/doc/%%INSTALL_DIR%%/README.fsync
|
|||||||
share/doc/%%INSTALL_DIR%%/Makefile
|
share/doc/%%INSTALL_DIR%%/Makefile
|
||||||
share/doc/%%INSTALL_DIR%%/FAQ_Linux
|
share/doc/%%INSTALL_DIR%%/FAQ_Linux
|
||||||
share/doc/%%INSTALL_DIR%%/FAQ_Irix
|
share/doc/%%INSTALL_DIR%%/FAQ_Irix
|
||||||
|
share/doc/%%INSTALL_DIR%%/FAQ_HPUX
|
||||||
share/doc/%%INSTALL_DIR%%/FAQ_FreeBSD
|
share/doc/%%INSTALL_DIR%%/FAQ_FreeBSD
|
||||||
share/doc/%%INSTALL_DIR%%/FAQ
|
share/doc/%%INSTALL_DIR%%/FAQ
|
||||||
share/doc/%%INSTALL_DIR%%/README.locale
|
share/doc/%%INSTALL_DIR%%/README.locale
|
||||||
|
@ -1,20 +1,20 @@
|
|||||||
# New ports collection makefile for: PostgreSQL-j
|
# New ports collection makefile for: PostgreSQL-j
|
||||||
# Version required: 6.4+Multibyte-patch
|
# Version required: 6.4.2+Multibyte-patch
|
||||||
# Date created: 25 Nov 1998
|
# Date created: 25 Nov 1998
|
||||||
# Whom: Ichiro Fukuhara <ichiro@ichiro.org>
|
# Whom: Ichiro Fukuhara <ichiro@ichiro.org>
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id: Makefile,v 1.4 1999/01/01 07:19:44 kuriyama Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= postgresql-v6.4
|
DISTNAME= postgresql-6.4.2
|
||||||
PKGNAME= ja-postgresql-6.4
|
PKGNAME= ja-postgresql-6.4.2
|
||||||
CATEGORIES= japanese databases
|
CATEGORIES= japanese databases
|
||||||
MASTER_SITES= ftp://ftp.postgresql.org/pub/ \
|
MASTER_SITES= ftp://ftp.postgresql.org/pub/ \
|
||||||
ftp://ftp.jaist.ac.jp/pub/dbms/PostgreSQL/ \
|
ftp://ftp.jaist.ac.jp/pub/dbms/PostgreSQL/ \
|
||||||
ftp://ftp.sra.co.jp/pub/cmd/postgres/6.4/
|
ftp://ftp.sra.co.jp/pub/cmd/postgres/6.4.2/
|
||||||
|
|
||||||
PATCH_SITES= ftp://ftp.sra.co.jp/pub/cmd/postgres/6.4/patches/
|
PATCH_SITES= ftp://ftp.sra.co.jp/pub/cmd/postgres/6.4.2/patches/
|
||||||
PATCHFILES= jumbo-981124.patch.gz
|
PATCHFILES= jumbo-990217.patch.gz
|
||||||
|
|
||||||
MAINTAINER= ichiro@ichiro.org
|
MAINTAINER= ichiro@ichiro.org
|
||||||
|
|
||||||
@ -41,7 +41,6 @@ WITH_PERL= --with-perl
|
|||||||
.endif
|
.endif
|
||||||
.if defined(USE_ODBC)
|
.if defined(USE_ODBC)
|
||||||
WITH_ODBC= --with-odbc
|
WITH_ODBC= --with-odbc
|
||||||
PLISTS+= PLIST.odbc
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
NO_PACKAGE= "Requires ${PGSQL_UID} uid"
|
NO_PACKAGE= "Requires ${PGSQL_UID} uid"
|
||||||
@ -158,6 +157,9 @@ post-install:
|
|||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
${MKDIR} ${PREFIX}/share/doc/${INSTALL_DIR}
|
${MKDIR} ${PREFIX}/share/doc/${INSTALL_DIR}
|
||||||
${CP} -r ${WRKDIR}/${DISTNAME}/doc/* ${PREFIX}/share/doc/${INSTALL_DIR}
|
${CP} -r ${WRKDIR}/${DISTNAME}/doc/* ${PREFIX}/share/doc/${INSTALL_DIR}
|
||||||
|
.for f in . src src/sgml src/sgml/ref src/graphics
|
||||||
|
@${RM} -r ${PREFIX}/share/doc/${INSTALL_DIR}/$f/CVS
|
||||||
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
.if !defined(BATCH)
|
.if !defined(BATCH)
|
||||||
@ more -e ${FILESDIR}/post-install-notes
|
@ more -e ${FILESDIR}/post-install-notes
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
MD5 (postgresql-v6.4.tar.gz) = 8a6e224f90b0201757eb05aa0068bfa9
|
MD5 (postgresql-6.4.2.tar.gz) = 4f5e0409921892ca08fff2d8c099b3d7
|
||||||
MD5 (jumbo-981124.patch.gz) = 7050d2c2221c004d1b3778f8965be92d
|
MD5 (jumbo-990217.patch.gz) = 1eab227a77332aed198ff12e36ed2a8d
|
||||||
|
@ -290,6 +290,7 @@ share/doc/%%INSTALL_DIR%%/README.fsync
|
|||||||
share/doc/%%INSTALL_DIR%%/Makefile
|
share/doc/%%INSTALL_DIR%%/Makefile
|
||||||
share/doc/%%INSTALL_DIR%%/FAQ_Linux
|
share/doc/%%INSTALL_DIR%%/FAQ_Linux
|
||||||
share/doc/%%INSTALL_DIR%%/FAQ_Irix
|
share/doc/%%INSTALL_DIR%%/FAQ_Irix
|
||||||
|
share/doc/%%INSTALL_DIR%%/FAQ_HPUX
|
||||||
share/doc/%%INSTALL_DIR%%/FAQ_FreeBSD
|
share/doc/%%INSTALL_DIR%%/FAQ_FreeBSD
|
||||||
share/doc/%%INSTALL_DIR%%/FAQ
|
share/doc/%%INSTALL_DIR%%/FAQ
|
||||||
share/doc/%%INSTALL_DIR%%/README.locale
|
share/doc/%%INSTALL_DIR%%/README.locale
|
||||||
|
@ -1,20 +1,20 @@
|
|||||||
# New ports collection makefile for: PostgreSQL-j
|
# New ports collection makefile for: PostgreSQL-j
|
||||||
# Version required: 6.4+Multibyte-patch
|
# Version required: 6.4.2+Multibyte-patch
|
||||||
# Date created: 25 Nov 1998
|
# Date created: 25 Nov 1998
|
||||||
# Whom: Ichiro Fukuhara <ichiro@ichiro.org>
|
# Whom: Ichiro Fukuhara <ichiro@ichiro.org>
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id: Makefile,v 1.4 1999/01/01 07:19:44 kuriyama Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= postgresql-v6.4
|
DISTNAME= postgresql-6.4.2
|
||||||
PKGNAME= ja-postgresql-6.4
|
PKGNAME= ja-postgresql-6.4.2
|
||||||
CATEGORIES= japanese databases
|
CATEGORIES= japanese databases
|
||||||
MASTER_SITES= ftp://ftp.postgresql.org/pub/ \
|
MASTER_SITES= ftp://ftp.postgresql.org/pub/ \
|
||||||
ftp://ftp.jaist.ac.jp/pub/dbms/PostgreSQL/ \
|
ftp://ftp.jaist.ac.jp/pub/dbms/PostgreSQL/ \
|
||||||
ftp://ftp.sra.co.jp/pub/cmd/postgres/6.4/
|
ftp://ftp.sra.co.jp/pub/cmd/postgres/6.4.2/
|
||||||
|
|
||||||
PATCH_SITES= ftp://ftp.sra.co.jp/pub/cmd/postgres/6.4/patches/
|
PATCH_SITES= ftp://ftp.sra.co.jp/pub/cmd/postgres/6.4.2/patches/
|
||||||
PATCHFILES= jumbo-981124.patch.gz
|
PATCHFILES= jumbo-990217.patch.gz
|
||||||
|
|
||||||
MAINTAINER= ichiro@ichiro.org
|
MAINTAINER= ichiro@ichiro.org
|
||||||
|
|
||||||
@ -41,7 +41,6 @@ WITH_PERL= --with-perl
|
|||||||
.endif
|
.endif
|
||||||
.if defined(USE_ODBC)
|
.if defined(USE_ODBC)
|
||||||
WITH_ODBC= --with-odbc
|
WITH_ODBC= --with-odbc
|
||||||
PLISTS+= PLIST.odbc
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
NO_PACKAGE= "Requires ${PGSQL_UID} uid"
|
NO_PACKAGE= "Requires ${PGSQL_UID} uid"
|
||||||
@ -158,6 +157,9 @@ post-install:
|
|||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
${MKDIR} ${PREFIX}/share/doc/${INSTALL_DIR}
|
${MKDIR} ${PREFIX}/share/doc/${INSTALL_DIR}
|
||||||
${CP} -r ${WRKDIR}/${DISTNAME}/doc/* ${PREFIX}/share/doc/${INSTALL_DIR}
|
${CP} -r ${WRKDIR}/${DISTNAME}/doc/* ${PREFIX}/share/doc/${INSTALL_DIR}
|
||||||
|
.for f in . src src/sgml src/sgml/ref src/graphics
|
||||||
|
@${RM} -r ${PREFIX}/share/doc/${INSTALL_DIR}/$f/CVS
|
||||||
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
.if !defined(BATCH)
|
.if !defined(BATCH)
|
||||||
@ more -e ${FILESDIR}/post-install-notes
|
@ more -e ${FILESDIR}/post-install-notes
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
MD5 (postgresql-v6.4.tar.gz) = 8a6e224f90b0201757eb05aa0068bfa9
|
MD5 (postgresql-6.4.2.tar.gz) = 4f5e0409921892ca08fff2d8c099b3d7
|
||||||
MD5 (jumbo-981124.patch.gz) = 7050d2c2221c004d1b3778f8965be92d
|
MD5 (jumbo-990217.patch.gz) = 1eab227a77332aed198ff12e36ed2a8d
|
||||||
|
@ -290,6 +290,7 @@ share/doc/%%INSTALL_DIR%%/README.fsync
|
|||||||
share/doc/%%INSTALL_DIR%%/Makefile
|
share/doc/%%INSTALL_DIR%%/Makefile
|
||||||
share/doc/%%INSTALL_DIR%%/FAQ_Linux
|
share/doc/%%INSTALL_DIR%%/FAQ_Linux
|
||||||
share/doc/%%INSTALL_DIR%%/FAQ_Irix
|
share/doc/%%INSTALL_DIR%%/FAQ_Irix
|
||||||
|
share/doc/%%INSTALL_DIR%%/FAQ_HPUX
|
||||||
share/doc/%%INSTALL_DIR%%/FAQ_FreeBSD
|
share/doc/%%INSTALL_DIR%%/FAQ_FreeBSD
|
||||||
share/doc/%%INSTALL_DIR%%/FAQ
|
share/doc/%%INSTALL_DIR%%/FAQ
|
||||||
share/doc/%%INSTALL_DIR%%/README.locale
|
share/doc/%%INSTALL_DIR%%/README.locale
|
||||||
|
Loading…
Reference in New Issue
Block a user