svn commit: r383980 - head/databases/pg_reorg

Alexey Dokuchaev danfe at FreeBSD.org
Tue Apr 14 06:56:16 UTC 2015


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 at 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/


More information about the svn-ports-all mailing list