[Midnightbsd-cvs] mports [18998] trunk/databases/postgresql92-server/Makefile: fix version detection of postgres port
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri May 15 20:22:37 EDT 2015
Revision: 18998
http://svnweb.midnightbsd.org/mports/?rev=18998
Author: laffer1
Date: 2015-05-15 20:22:36 -0400 (Fri, 15 May 2015)
Log Message:
-----------
fix version detection of postgres port
Modified Paths:
--------------
trunk/databases/postgresql92-server/Makefile
Modified: trunk/databases/postgresql92-server/Makefile
===================================================================
--- trunk/databases/postgresql92-server/Makefile 2015-05-16 00:12:16 UTC (rev 18997)
+++ trunk/databases/postgresql92-server/Makefile 2015-05-16 00:22:36 UTC (rev 18998)
@@ -65,7 +65,7 @@
COMPONENT= -server
USE_RC_SUBR= postgresql
USE_PGSQL= yes
-WANT_PGSQL_VER= ${DISTVERSION:C/([0-9][0-9]*)\.([0-9][0-9]*).*/\1\2/g}
+_WANT_PGSQL_VER=${DISTVERSION:C/([0-9][0-9]*\.[0-9][0-9]*).*/\1/g}
USERS= ${PG_USER}
GROUPS= ${PG_GROUP}
SUB_FILES+= 502.pgsql
More information about the Midnightbsd-cvs
mailing list