diff options
Diffstat (limited to 'databases/postgresql96/Makefile.common')
-rw-r--r-- | databases/postgresql96/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql96/Makefile.common b/databases/postgresql96/Makefile.common index b896f4d990e..0b61e4d2600 100644 --- a/databases/postgresql96/Makefile.common +++ b/databases/postgresql96/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2017/05/12 19:37:55 adam Exp $ +# $NetBSD: Makefile.common,v 1.4 2017/08/13 19:25:18 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -16,7 +16,7 @@ # used by databases/postgresql96-pltcl/Makefile # used by databases/postgresql96-server/Makefile -DISTNAME= postgresql-9.6.3 +DISTNAME= postgresql-9.6.4 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 |