diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-12-05 21:22:42 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-12-05 21:22:42 +0000 |
commit | 3581faeeac6b2c18fab57c228a4d436460a48e1d (patch) | |
tree | 18c1437b03079fba7bccd2c519114af0e743eff3 /databases/postgresql-client | |
parent | - mark BROKEN (diff) |
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>
Notes
Notes:
svn path=/head/; revision=95163
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 |