diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-11-06 00:16:00 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-11-06 00:16:00 +0000 |
commit | fc859068c96ba0e936f538ebc6f0527bb04508ba (patch) | |
tree | 79339c2578bf128c1ea410bdd24a03cf9794c3fe /databases/postgresql72 | |
parent | - Security patches to match 2.0.33 (diff) |
Tag postgresql72 as DEPRECATED, with it being killed off on
1st January 2005.
Notes
Notes:
svn path=/head/; revision=120918
Diffstat (limited to 'databases/postgresql72')
-rw-r--r-- | databases/postgresql72/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/postgresql72/Makefile b/databases/postgresql72/Makefile index fc1fcdd89c8c..059044fdd86a 100644 --- a/databases/postgresql72/Makefile +++ b/databases/postgresql72/Makefile @@ -17,6 +17,9 @@ DISTFILES= postgresql-base-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER?= girgen@pingpong.net COMMENT?= The most advanced open-source database available anywhere +DEPRECATED= Switch to postgresql 7.3.x/7.4.x, doing a full db dump/restore +EXPIRATION_DATE=1st January 2005 + WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION} DIST_SUBDIR= postgresql |