From owner-svn-ports-head@FreeBSD.ORG Sun May 24 13:21:28 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 37856FF8; Sun, 24 May 2015 13:21:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 0C5A41F0F; Sun, 24 May 2015 13:21:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4ODLR5g088394; Sun, 24 May 2015 13:21:27 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4ODLRG0088390; Sun, 24 May 2015 13:21:27 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201505241321.t4ODLRG0088390@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 24 May 2015 13:21:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387263 - head/databases/pglesslog 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.20 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, 24 May 2015 13:21:28 -0000 Author: rene Date: Sun May 24 13:21:26 2015 New Revision: 387263 URL: https://svnweb.freebsd.org/changeset/ports/387263 Log: databases/pglesslog: update to 1.4.2 to be compatible with PostgreSQL 9.0 The previous version of this port was compatible with PostgreSQL 8.4 which expired on 2015-05-10. While here, strip binaries. PR: 200096 Submitted by: myself Approved by: maintainer timeout (kuriyama, 14 days) Modified: head/databases/pglesslog/Makefile head/databases/pglesslog/distinfo Modified: head/databases/pglesslog/Makefile ============================================================================== --- head/databases/pglesslog/Makefile Sun May 24 12:55:13 2015 (r387262) +++ head/databases/pglesslog/Makefile Sun May 24 13:21:26 2015 (r387263) @@ -1,17 +1,17 @@ # $FreeBSD$ PORTNAME= pglesslog -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= databases -MASTER_SITES= http://pgfoundry.org/frs/download.php/2684/ -DISTNAME= pg_lesslogg_${PORTVERSION}_pg84 +MASTER_SITES= http://pgfoundry.org/frs/download.php/2718/ +DISTNAME= pg_lesslog_${PORTVERSION}_pg90_beta MAINTAINER= kuriyama@FreeBSD.org COMMENT= Reduce size of PostgreSQL archive log files by replacing backup blocks -USES= gmake pgsql:8.4 +USES= gmake pgsql:9.0 WANT_PGSQL= server:build -WRKSRC= ${WRKDIR}/pg_lesslog_${PORTVERSION}_pg84 +WRKSRC= ${WRKDIR}/pg_lesslog_${PORTVERSION}_pg90 PGSQL_PORT= databases/postgresql${PGSQL_VER:S,.,,} PGSQL_SRCDIR= `cd ${PORTSDIR}/${PGSQL_PORT}-server; ${MAKE} -VWRKSRC` @@ -19,4 +19,7 @@ PGSQL_SRCDIR= `cd ${PORTSDIR}/${PGSQL_PO pre-build: ${REINPLACE_CMD} "s|top_builddir = ../..|top_builddir = ${PGSQL_SRCDIR}|" ${WRKSRC}/Makefile.* +post-build: + ${STRIP_CMD} ${WRKSRC}/pg_compresslog ${WRKSRC}/pg_decompresslog + .include Modified: head/databases/pglesslog/distinfo ============================================================================== --- head/databases/pglesslog/distinfo Sun May 24 12:55:13 2015 (r387262) +++ head/databases/pglesslog/distinfo Sun May 24 13:21:26 2015 (r387263) @@ -1,2 +1,2 @@ -SHA256 (pg_lesslogg_1.4.1_pg84.tar.gz) = 12c0a9489219519ab5612ab94442ed891e4c02c01491c152911a71e98dd58c3f -SIZE (pg_lesslogg_1.4.1_pg84.tar.gz) = 43154 +SHA256 (pg_lesslog_1.4.2_pg90_beta.tar.gz) = 6fa01dc73ad887964ccf1369713e0e300d3077f1a7273ee1d52e4c2351a184da +SIZE (pg_lesslog_1.4.2_pg90_beta.tar.gz) = 44509