From owner-svn-ports-head@freebsd.org Sat Sep 12 13:44:00 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C8E123D89CA; Sat, 12 Sep 2020 13:44:00 +0000 (UTC) (envelope-from vvd@unislabs.com) Received: from relay.unislabs.com (relay.unislabs.com [85.236.8.34]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BpYkQ6MVRz41WK; Sat, 12 Sep 2020 13:43:58 +0000 (UTC) (envelope-from vvd@unislabs.com) Received: from [10.0.1.27] (port=64974 helo=phobos.unislabs.local) by relay.unislabs.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94 (FreeBSD)) (envelope-from ) id 1kH5og-000C3d-OM; Sat, 12 Sep 2020 16:43:49 +0300 Subject: Re: svn commit: r548262 - head/databases/pgsphere To: Po-Chuan Hsieh , Kevin Bowling Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202009112154.08BLsRIe074399@repo.freebsd.org> From: =?UTF-8?B?0JLQu9Cw0LTQuNC80LjRgCDQlNGA0YPQt9C10L3QutC+?= Message-ID: Date: Sat, 12 Sep 2020 16:43:46 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: Content-Language: ru acl_m0: acl_m3: acl_m4: 0 acl_m5: sunpoet@freebsd.org acl_m6: 0 spam_score_int: -9 X-Rspamd-Queue-Id: 4BpYkQ6MVRz41WK X-Spamd-Bar: - X-Spamd-Result: default: False [-1.84 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[unislabs.com:s=mail]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; NEURAL_SPAM_SHORT(0.11)[0.111]; ARC_NA(0.00)[]; URI_COUNT_ODD(1.00)[3]; RCPT_COUNT_FIVE(0.00)[5]; NEURAL_HAM_MEDIUM(-0.98)[-0.980]; DKIM_TRACE(0.00)[unislabs.com:+]; DMARC_POLICY_ALLOW(-0.50)[unislabs.com,reject]; NEURAL_HAM_LONG(-0.97)[-0.974]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:25227, ipnet:85.236.8.0/24, country:RU]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[svn-ports-head,svn-ports-all] Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 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: Sat, 12 Sep 2020 13:44:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248657 Fix build databases/pgsphere and update to support PostgreSQL 12 (1.25 KB, patch) 2020-08-24 21:03 MSK, VVD vvd: maintainer-approval? (sunpoet) https://bugs.freebsd.org/bugzilla/attachment.cgi?id=217497&action=diff 12.09.2020 09:49, Po-Chuan Hsieh пишет: > On Sat, Sep 12, 2020 at 5:54 AM Kevin Bowling > wrote: > > Author: kbowling > Date: Fri Sep 11 21:54:26 2020 > New Revision: 548262 > URL: https://svnweb.freebsd.org/changeset/ports/548262 > > Log: >   databases/pgsphere: Update to support PG12 > >   PR:           248657 >   Submitted by: VVD@unislabs.com >   Approved by:  sunpoet (maintainer timeout) > > > I'm not aware of this patch. > This PR is not assigned to me. > Please submit another PR for such changes next time. > Thanks! > >   Sponsored by: BBOX.io > > Modified: >   head/databases/pgsphere/Makefile >   head/databases/pgsphere/distinfo > > Modified: head/databases/pgsphere/Makefile > ============================================================================== > --- head/databases/pgsphere/Makefile    Fri Sep 11 21:01:17 2020  >       (r548261) > +++ head/databases/pgsphere/Makefile    Fri Sep 11 21:54:26 2020  >       (r548262) > @@ -3,7 +3,7 @@ > >  PORTNAME=      pgsphere >  PORTVERSION=   1.1.5 > -PORTREVISION=  2 > +PORTREVISION=  3 >  CATEGORIES=    databases geography > >  MAINTAINER=    sunpoet@FreeBSD.org > @@ -25,7 +25,7 @@ TEST_TARGET=  installcheck >  DATADIR=       ${PREFIX}/share/postgresql >  DOCSDIR?=      ${PREFIX}/share/doc/postgresql > > -GH_TAGNAME=    f36ffd6 > +GH_TAGNAME=    e0b303d >  USE_GITHUB=    yes > >  DOCS_MAKE_ARGS_OFF=    DOCS="" > > Modified: head/databases/pgsphere/distinfo > ============================================================================== > --- head/databases/pgsphere/distinfo    Fri Sep 11 21:01:17 2020  >       (r548261) > +++ head/databases/pgsphere/distinfo    Fri Sep 11 21:54:26 2020  >       (r548262) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1523471709 > -SHA256 (pgsphere-pgsphere-1.1.5-f36ffd6_GH0.tar.gz) = > 8ef24e1aefe12b544747976a568a037dcfea778a997b5ab15e42af652067180a > -SIZE (pgsphere-pgsphere-1.1.5-f36ffd6_GH0.tar.gz) = 445706 > +TIMESTAMP = 1599860707 > +SHA256 (pgsphere-pgsphere-1.1.5-e0b303d_GH0.tar.gz) = > 8a96e9ec6d44d25aab4f8fdc17a914d39a85e5aeba42f609db63762f6f4c963d > +SIZE (pgsphere-pgsphere-1.1.5-e0b303d_GH0.tar.gz) = 458817 > _______________________________________________ > svn-ports-all@freebsd.org > mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to > "svn-ports-all-unsubscribe@freebsd.org > " >