summaryrefslogtreecommitdiff
path: root/databases/postgresql91-server/Makefile
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-08-26 08:12:40 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-08-26 08:12:40 +0000
commitc80f4eaad8cb1ddb2c90382e4c818d06c3591d53 (patch)
treef2cc466ecfe3a529b10ff5a932b22809e59e65f9 /databases/postgresql91-server/Makefile
parentRevert part of last commit. It looks like some docs were wrong. (diff)
Update to 7.2.2, which fixes several security bugs. Do not install
documentation--it will be in a separate port. PR: 42009 Submitted by: Palle Girgensohn (maintainer)
Diffstat (limited to 'databases/postgresql91-server/Makefile')
-rw-r--r--databases/postgresql91-server/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile
index 2d7c785e6d9f..fd22f955c9db 100644
--- a/databases/postgresql91-server/Makefile
+++ b/databases/postgresql91-server/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME?= postgresql
-PORTVERSION?= 7.2.1
-PORTREVISION?= 1
+PORTVERSION?= 7.2.2
CATEGORIES?= databases
MASTER_SITES= ftp://ftp.postgresql.org/pub/%SUBDIR%/ \
ftp://ftp.se.postgresql.org/pub/database/relational/postgresql/%SUBDIR%/ \
@@ -21,14 +20,9 @@ MASTER_SITES= ftp://ftp.postgresql.org/pub/%SUBDIR%/ \
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
DISTFILES= postgresql-base-${PORTVERSION}${EXTRACT_SUFX} \
postgresql-opt-${PORTVERSION}${EXTRACT_SUFX}
-.if !defined(POSTGRESQL_SUBPORT) && !defined(NOPORTDOCS)
-DISTFILES+= postgresql-docs-${PORTVERSION}${EXTRACT_SUFX}
-.endif
MAINTAINER?= girgen@partitur.se
-FORBIDDEN= "buffer overruns acknowledged by authors--see <URL:http://www3.us.postgresql.org/news.html>"
-
WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION}
DIST_SUBDIR= postgresql
@@ -174,10 +168,6 @@ do-install:
${GMAKE} -C src/bin install ;\
${GMAKE} -C src/include install ;\
${GMAKE} -C src/interfaces install
-.if !defined(NOPORTDOCS)
- @ cd ${WRKSRC}; \
- ${GMAKE} -C doc install
-.endif
.endif
post-clean: