From owner-svn-ports-head@FreeBSD.ORG Sun Jul 21 12:57:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4B6C68DA; Sun, 21 Jul 2013 12:57:11 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3E10EA52; Sun, 21 Jul 2013 12:57:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6LCvB15019822; Sun, 21 Jul 2013 12:57:11 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6LCvB76019821; Sun, 21 Jul 2013 12:57:11 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201307211257.r6LCvB76019821@svn.freebsd.org> From: John Marino Date: Sun, 21 Jul 2013 12:57:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323379 - head/databases/slony1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jul 2013 12:57:11 -0000 Author: marino Date: Sun Jul 21 12:57:10 2013 New Revision: 323379 URL: http://svnweb.freebsd.org/changeset/ports/323379 Log: databases/slony1: Limit to pgsql version 9.1 and below Slony1 will not build on PostgreSQL 9.2, so indicate this in the makefile. Users should migrate to version 2 (databases/slonyIv2) as version 1.2 is no longer maintained. PR: ports/179958 Submitted by: marino Approved by: bapt (mentor), maintainer Modified: head/databases/slony1/Makefile Modified: head/databases/slony1/Makefile ============================================================================== --- head/databases/slony1/Makefile Sun Jul 21 12:41:29 2013 (r323378) +++ head/databases/slony1/Makefile Sun Jul 21 12:57:10 2013 (r323379) @@ -14,11 +14,11 @@ COMMENT= PostgreSQL master to multiple r BUILD_DEPENDS= ${LOCALBASE}/bin/postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server GNU_CONFIGURE= yes -USES= bison +USES= bison gmake USE_PGSQL= yes -USE_GMAKE= yes USE_BZIP2= yes USE_RC_SUBR= slon +WANT_PGSQL_VER= 91- SUB_FILES= pkg-message slon-mkservice.sh SUB_LIST+= NAME=slon