diff options
author | seanc <seanc@FreeBSD.org> | 2003-12-06 05:22:42 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-12-06 05:22:42 +0800 |
commit | e7457cad93ff676ca93786eaf21a605991709083 (patch) | |
tree | 8601c08bc60dfd951c3bc85906027ed48a302215 /databases/postgresql-client | |
parent | 8ffd11e954fd10ae3c2d4e1b8674568fa729aacb (diff) | |
download | freebsd-ports-gnome-e7457cad93ff676ca93786eaf21a605991709083.tar.gz freebsd-ports-gnome-e7457cad93ff676ca93786eaf21a605991709083.tar.zst freebsd-ports-gnome-e7457cad93ff676ca93786eaf21a605991709083.zip |
Remove the PORTNAME from postgreql-client. PORTNAME is set by
MASTERDIR/Makefile[1]. Improve the CONFLICTS messages[2]. Fix the DEPENDS
so that MIT krb5 depends on security/krb5, not heimdal[3]. Add a file that
was missing in the upgrade that has PostgreSQL log to syslog by default[4].
PR: [4] Originally submitted in ports/59402
Submitted by: [1,2,4] maintainer
[3] keoki seu <keoki@camelot.physics.wm.edu>
Diffstat (limited to 'databases/postgresql-client')
-rw-r--r-- | databases/postgresql-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-client/Makefile b/databases/postgresql-client/Makefile index a2b4b0fdc58e..8398149f40e6 100644 --- a/databases/postgresql-client/Makefile +++ b/databases/postgresql-client/Makefile @@ -5,9 +5,9 @@ # $FreeBSD$ # -PORTNAME= postgresql7 +# The portname is set in MASTERDIR/Makefile -MAINTAINER= ports@freebsd.org +MAINTAINER= girgen@pingpong.net COMMENT= The most advanced open-source database available anywhere - client only WITHOUT_SERVER= yes |