From owner-svn-ports-all@freebsd.org Thu Feb 22 12:19:28 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1FAEF28AE5; Thu, 22 Feb 2018 12:19:27 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A4BB07F642; Thu, 22 Feb 2018 12:19:27 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 993AD2777A; Thu, 22 Feb 2018 12:19:27 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1MCJRlp064786; Thu, 22 Feb 2018 12:19:27 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1MCJRRJ064783; Thu, 22 Feb 2018 12:19:27 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201802221219.w1MCJRRJ064783@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 22 Feb 2018 12:19:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462585 - head/databases/postgresql-plproxy X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/databases/postgresql-plproxy X-SVN-Commit-Revision: 462585 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Feb 2018 12:19:28 -0000 Author: tz Date: Thu Feb 22 12:19:27 2018 New Revision: 462585 URL: https://svnweb.freebsd.org/changeset/ports/462585 Log: databases/postgresql-plproxy: Update from 2.7 to 2.8 Changelog: https://plproxy.github.io/changelog.html Modified: head/databases/postgresql-plproxy/Makefile head/databases/postgresql-plproxy/distinfo head/databases/postgresql-plproxy/pkg-plist Modified: head/databases/postgresql-plproxy/Makefile ============================================================================== --- head/databases/postgresql-plproxy/Makefile Thu Feb 22 11:56:45 2018 (r462584) +++ head/databases/postgresql-plproxy/Makefile Thu Feb 22 12:19:27 2018 (r462585) @@ -3,7 +3,7 @@ PORTNAME= plproxy DISTVERSIONPREFIX= ${PORTNAME}_ -DISTVERSION= 2_7 +DISTVERSION= 2_8 CATEGORIES= databases PKGNAMEPREFIX= postgresql- Modified: head/databases/postgresql-plproxy/distinfo ============================================================================== --- head/databases/postgresql-plproxy/distinfo Thu Feb 22 11:56:45 2018 (r462584) +++ head/databases/postgresql-plproxy/distinfo Thu Feb 22 12:19:27 2018 (r462585) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493812448 -SHA256 (plproxy-plproxy-plproxy_2_7_GH0.tar.gz) = 0e840d70cfe9d0bc92d9f2d1c8b6b6e85076acde25e3b2a434eb6e0b0993ee38 -SIZE (plproxy-plproxy-plproxy_2_7_GH0.tar.gz) = 79693 +TIMESTAMP = 1519301795 +SHA256 (plproxy-plproxy-plproxy_2_8_GH0.tar.gz) = cad170b0686f6f22b9df21da6e89396d430f30c15e9cf43837321cd4a2834bf1 +SIZE (plproxy-plproxy-plproxy_2_8_GH0.tar.gz) = 80364 Modified: head/databases/postgresql-plproxy/pkg-plist ============================================================================== --- head/databases/postgresql-plproxy/pkg-plist Thu Feb 22 11:56:45 2018 (r462584) +++ head/databases/postgresql-plproxy/pkg-plist Thu Feb 22 12:19:27 2018 (r462585) @@ -1,8 +1,9 @@ lib/postgresql/plproxy.so -share/postgresql/extension/plproxy--2.3.0--2.7.0.sql -share/postgresql/extension/plproxy--2.4.0--2.7.0.sql -share/postgresql/extension/plproxy--2.5.0--2.7.0.sql -share/postgresql/extension/plproxy--2.6.0--2.7.0.sql -share/postgresql/extension/plproxy--2.7.0.sql -share/postgresql/extension/plproxy--unpackaged--2.7.0.sql +share/postgresql/extension/plproxy--2.3.0--2.8.0.sql +share/postgresql/extension/plproxy--2.4.0--2.8.0.sql +share/postgresql/extension/plproxy--2.5.0--2.8.0.sql +share/postgresql/extension/plproxy--2.6.0--2.8.0.sql +share/postgresql/extension/plproxy--2.7.0--2.8.0.sql +share/postgresql/extension/plproxy--2.8.0.sql +share/postgresql/extension/plproxy--unpackaged--2.8.0.sql share/postgresql/extension/plproxy.control