From owner-cvs-all@FreeBSD.ORG Sat Mar 10 23:53:22 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F789106566C; Sat, 10 Mar 2012 23:53:22 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 634108FC0A; Sat, 10 Mar 2012 23:53:22 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q2ANrMW2074744; Sat, 10 Mar 2012 23:53:22 GMT (envelope-from crees@repoman.freebsd.org) Received: (from crees@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q2ANrM8w074743; Sat, 10 Mar 2012 23:53:22 GMT (envelope-from crees) Message-Id: <201203102353.q2ANrM8w074743@repoman.freebsd.org> From: Chris Rees Date: Sat, 10 Mar 2012 23:53:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.database.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Mar 2012 23:53:22 -0000 crees 2012-03-10 23:53:22 UTC FreeBSD ports repository Modified files: Mk bsd.database.mk Log: Correct PGSQL_VER generation; was too complicated with many variables. For simplicity, WITH_PGSQL_VER is verified to be correct and then used as the "authoritative" value to compare with WANT_PGSQL_VER range. PR: ports/165874 Submitted by: Guido Falsi (based on) Reviewed by: make index Feature safe: yes Revision Changes Path 1.69 +21 -33 ports/Mk/bsd.database.mk