diff options
Diffstat (limited to 'databases/postgresql95/Makefile.common')
-rw-r--r-- | databases/postgresql95/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql95/Makefile.common b/databases/postgresql95/Makefile.common index e1158680e5c..b3edd818215 100644 --- a/databases/postgresql95/Makefile.common +++ b/databases/postgresql95/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2016/10/29 19:41:54 adam Exp $ +# $NetBSD: Makefile.common,v 1.8 2017/02/11 10:18:52 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/postgresql95-pltcl/Makefile # used by databases/postgresql95-server/Makefile -DISTNAME= postgresql-9.5.5 +DISTNAME= postgresql-9.5.6 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 |