aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pg_reorg
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2015-04-14 14:56:15 +0800
committerdanfe <danfe@FreeBSD.org>2015-04-14 14:56:15 +0800
commit412e8701492c29e1476905f01034762fc89654f2 (patch)
treeb4be3963c43d286b5ae4cf0f367c673ede138543 /databases/pg_reorg
parent501c80bd10828e4a4772ccfdc8840af3e60e57de (diff)
downloadfreebsd-ports-gnome-412e8701492c29e1476905f01034762fc89654f2.tar.gz
freebsd-ports-gnome-412e8701492c29e1476905f01034762fc89654f2.tar.zst
freebsd-ports-gnome-412e8701492c29e1476905f01034762fc89654f2.zip
- 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
Diffstat (limited to 'databases/pg_reorg')
-rw-r--r--databases/pg_reorg/Makefile5
-rw-r--r--databases/pg_reorg/pkg-descr9
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/pg_reorg/Makefile b/databases/pg_reorg/Makefile
index fdf88fe69b03..97dabff30faf 100644
--- a/databases/pg_reorg/Makefile
+++ b/databases/pg_reorg/Makefile
@@ -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>
diff --git a/databases/pg_reorg/pkg-descr b/databases/pg_reorg/pkg-descr
index c9ebf9165626..bda3fc3fd9bb 100644
--- a/databases/pg_reorg/pkg-descr
+++ b/databases/pg_reorg/pkg-descr
@@ -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/