Date: Tue, 14 Apr 2015 06:56:15 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383980 - head/databases/pg_reorg Message-ID: <201504140656.t3E6uFSH096497@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Tue Apr 14 06:56:15 2015 New Revision: 383980 URL: https://svnweb.freebsd.org/changeset/ports/383980 Log: - Provide another master site, as it appears that pgfoundry may be fading - Point WWW line to a working page in the port description, reformat it - Unmute installation command while I'm here PR 199424 Submitted by: maintainer Modified: head/databases/pg_reorg/Makefile head/databases/pg_reorg/pkg-descr Modified: head/databases/pg_reorg/Makefile ============================================================================== --- head/databases/pg_reorg/Makefile Tue Apr 14 06:43:09 2015 (r383979) +++ head/databases/pg_reorg/Makefile Tue Apr 14 06:56:15 2015 (r383980) @@ -4,7 +4,8 @@ PORTNAME= pg_reorg PORTVERSION= 1.1.11 CATEGORIES= databases -MASTER_SITES= http://pgfoundry.org/frs/download.php/3821/ +MASTER_SITES= http://pgfoundry.org/frs/download.php/3821/ \ + http://BSDforge.com/projects/source/databases/pg_reorg/ MAINTAINER= portmaster@BSDforge.com COMMENT= PostgreSQL utility to reorganize tables @@ -23,6 +24,6 @@ OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/) + (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include <bsd.port.mk> Modified: head/databases/pg_reorg/pkg-descr ============================================================================== --- head/databases/pg_reorg/pkg-descr Tue Apr 14 06:43:09 2015 (r383979) +++ head/databases/pg_reorg/pkg-descr Tue Apr 14 06:56:15 2015 (r383980) @@ -1,6 +1,5 @@ -pg_reorg can re-organize tables on a postgres database without any -locks so that you can retrieve or update rows in tables being -reorganized. The module is developed to be a better alternative of -CLUSTER and VACUUM FULL. +pg_reorg can reorganize tables of a PostgreSQL database without any locks, +so that you can retrieve or update rows in tables being reorganized. The +module is developed to be a better alternative to CLUSTER and VACUUM FULL. -WWW: http://pgfoundry.org/projects/reorg/ +WWW: http://BSDforge.com/projects/databases/pg_reorg/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504140656.t3E6uFSH096497>