1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/databases/pgaccess/Makefile
Andreas Klemm 0e551374f3 Updated pgaccess to version 0.73 (bugfix release)
From the author:

Date: Sun, 04 Jan 1998 12:44:48 +0200
From: Constantin Teodorescu <teo@flex.ro>
Organization: FLEX Consulting Braila
Subject: Bug in PgAccess 0.7x , fixed in 0.73 !

Hello all,

recently Dave Chapeskie has discovered a bug in visual query builder,
when deleting table or links! This was due to last changed in source
code made in order to allow table aliasing.

All previously released 0.7x versions of PgAccess are buggy from this
point of view!

I have released today the 0.73 version that fixes it! Please use the new
versions and keep me informed !!!

This new version is also using a drop-down-like combo for choosing
tables in visual query builder! I will probably use it in other places
in order to enhance PgAccess.

Thanks again for testing PgAccess.
1998-01-04 15:17:25 +00:00

25 lines
586 B
Makefile

# New ports collection makefile for: pgaccess
# Version required: 0.51
# Date created: Sat Oct 4 20:03:46 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.9 1997/12/28 22:23:19 andreas Exp $
#
DISTNAME= pgaccess-0.73
CATEGORIES= databases
MASTER_SITES= http://www.flex.ro/pgaccess/
MAINTAINER= andreas@FreeBSD.ORG
RUN_DEPENDS= ${PREFIX}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql
NO_BUILD= yes
NO_WRKSUBDIR= yes
FETCH_BEFORE_ARGS= -b
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pgaccess.tcl ${PREFIX}/bin/pgaccess
.include <bsd.port.mk>