diff options
Diffstat (limited to 'databases/postgresql84/Makefile.common')
-rw-r--r-- | databases/postgresql84/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql84/Makefile.common b/databases/postgresql84/Makefile.common index 6d830e19441..f123bcfbdc5 100644 --- a/databases/postgresql84/Makefile.common +++ b/databases/postgresql84/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.32 2014/03/27 20:57:54 adam Exp $ +# $NetBSD: Makefile.common,v 1.33 2014/07/25 22:14:55 adam Exp $ # # used by databases/postgresql84-adminpack/Makefile # used by databases/postgresql84-client/Makefile @@ -17,7 +17,7 @@ # <lang>-postgresql client-side interface to PostgreSQL # postgresql-<lang> server-side module for PostgreSQL backend -DISTNAME= postgresql-8.4.21 +DISTNAME= postgresql-8.4.22 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 |