diff options
author | pat <pat@FreeBSD.org> | 2002-10-06 15:42:36 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-10-06 15:42:36 +0800 |
commit | 335e8d5a6dca387e6af2a84d8d7151a1ffe2f7a8 (patch) | |
tree | a2f9f8f3a5ee7d3e376cc95bbc77fc712c7dc4bc /databases/postgresql73-server/Makefile | |
parent | e5cf5ce6fcc5cc8c1a28175c306f58cb16e4890e (diff) | |
download | freebsd-ports-gnome-335e8d5a6dca387e6af2a84d8d7151a1ffe2f7a8.tar.gz freebsd-ports-gnome-335e8d5a6dca387e6af2a84d8d7151a1ffe2f7a8.tar.zst freebsd-ports-gnome-335e8d5a6dca387e6af2a84d8d7151a1ffe2f7a8.zip |
Update to 7.2.3 and maintainer's email address. All advised to update
to this version as soon as possible. Check PR description.
PR: ports/43676
Submitted by: maintainer
Diffstat (limited to 'databases/postgresql73-server/Makefile')
-rw-r--r-- | databases/postgresql73-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql73-server/Makefile b/databases/postgresql73-server/Makefile index e69e4843561b..1ed2acfdfc72 100644 --- a/databases/postgresql73-server/Makefile +++ b/databases/postgresql73-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= postgresql -PORTVERSION?= 7.2.2 +PORTVERSION?= 7.2.3 CATEGORIES?= databases MASTER_SITES= ftp://ftp.postgresql.org/pub/%SUBDIR%/ \ ftp://ftp.se.postgresql.org/pub/database/relational/postgresql/%SUBDIR%/ \ @@ -21,7 +21,7 @@ MASTER_SITE_SUBDIR= source/v${PORTVERSION} DISTFILES= postgresql-base-${PORTVERSION}${EXTRACT_SUFX} \ postgresql-opt-${PORTVERSION}${EXTRACT_SUFX} -MAINTAINER?= girgen@partitur.se +MAINTAINER?= girgen@pingpong.net WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION} DIST_SUBDIR= postgresql |