Date: Tue, 29 Sep 2020 18:15:14 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550546 - head/databases/postgresql-plproxy Message-ID: <202009291815.08TIFECA089914@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Sep 29 18:15:14 2020 New Revision: 550546 URL: https://svnweb.freebsd.org/changeset/ports/550546 Log: Update to 2.10.0 - Update MASTER_SITES: use upstream release tarball Changes: https://github.com/plproxy/plproxy/releases 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 Tue Sep 29 18:14:46 2020 (r550545) +++ head/databases/postgresql-plproxy/Makefile Tue Sep 29 18:15:14 2020 (r550546) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= plproxy -DISTVERSIONPREFIX= plproxy_ -DISTVERSION= 2_9 +PORTVERSION= 2.10.0 CATEGORIES= databases +MASTER_SITES= https://plproxy.github.io/downloads/files/${PORTVERSION}/ PKGNAMEPREFIX= postgresql- MAINTAINER= sunpoet@FreeBSD.org @@ -16,8 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT USES= bison gmake pgsql LLD_UNSAFE= yes - -USE_GITHUB= yes post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/plproxy.so Modified: head/databases/postgresql-plproxy/distinfo ============================================================================== --- head/databases/postgresql-plproxy/distinfo Tue Sep 29 18:14:46 2020 (r550545) +++ head/databases/postgresql-plproxy/distinfo Tue Sep 29 18:15:14 2020 (r550546) @@ -1,3 +1,3 @@ -TIMESTAMP = 1568802080 -SHA256 (plproxy-plproxy-plproxy_2_9_GH0.tar.gz) = bf36725be43d5bcec212c98f4900e64cce491df506abeb21010e4df89454c92b -SIZE (plproxy-plproxy-plproxy_2_9_GH0.tar.gz) = 76099 +TIMESTAMP = 1601319664 +SHA256 (plproxy-2.10.0.tar.gz) = 2b7eac566bb476fb73185951d1d73c1255c027013d3d9670f8ac7dbe55c4560d +SIZE (plproxy-2.10.0.tar.gz) = 77653 Modified: head/databases/postgresql-plproxy/pkg-plist ============================================================================== --- head/databases/postgresql-plproxy/pkg-plist Tue Sep 29 18:14:46 2020 (r550545) +++ head/databases/postgresql-plproxy/pkg-plist Tue Sep 29 18:15:14 2020 (r550546) @@ -1,10 +1,10 @@ lib/postgresql/plproxy.so -share/postgresql/extension/plproxy--2.3.0--2.9.0.sql -share/postgresql/extension/plproxy--2.4.0--2.9.0.sql -share/postgresql/extension/plproxy--2.5.0--2.9.0.sql -share/postgresql/extension/plproxy--2.6.0--2.9.0.sql -share/postgresql/extension/plproxy--2.7.0--2.9.0.sql -share/postgresql/extension/plproxy--2.8.0--2.9.0.sql -share/postgresql/extension/plproxy--2.9.0.sql -share/postgresql/extension/plproxy--unpackaged--2.9.0.sql +share/postgresql/extension/plproxy--2.10.0.sql +share/postgresql/extension/plproxy--2.3.0--2.10.0.sql +share/postgresql/extension/plproxy--2.4.0--2.10.0.sql +share/postgresql/extension/plproxy--2.5.0--2.10.0.sql +share/postgresql/extension/plproxy--2.6.0--2.10.0.sql +share/postgresql/extension/plproxy--2.7.0--2.10.0.sql +share/postgresql/extension/plproxy--2.8.0--2.10.0.sql +share/postgresql/extension/plproxy--2.9.0--2.10.0.sql share/postgresql/extension/plproxy.control
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009291815.08TIFECA089914>