svn commit: r408290 - head/databases/phppgadmin

Dirk Meyer dinoex at FreeBSD.org
Sat Feb 6 10:50:50 UTC 2016


Author: dinoex
Date: Sat Feb  6 10:50:48 2016
New Revision: 408290
URL: https://svnweb.freebsd.org/changeset/ports/408290

Log:
  - fix @sample
  PR:		205243

Modified:
  head/databases/phppgadmin/Makefile
  head/databases/phppgadmin/pkg-plist

Modified: head/databases/phppgadmin/Makefile
==============================================================================
--- head/databases/phppgadmin/Makefile	Sat Feb  6 10:43:29 2016	(r408289)
+++ head/databases/phppgadmin/Makefile	Sat Feb  6 10:50:48 2016	(r408290)
@@ -3,7 +3,7 @@
 
 PORTNAME=	phppgadmin
 PORTVERSION=	5.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	databases www
 MASTER_SITES=	SF/${PORTNAME}/phpPgAdmin%20%5Bstable%5D/phpPgAdmin-5.1
 DISTNAME=	phpPgAdmin-${PORTVERSION}
@@ -34,8 +34,6 @@ do-configure:
 		${WRKSRC}/conf/config.inc.php-dist
 	${RM} -f ${WRKSRC}/conf/config.inc.php \
 		${WRKSRC}/conf/config.inc.php-dist.bak
-	${MV} -i ${WRKSRC}/conf/config.inc.php-dist \
-		${WRKSRC}/conf/config.inc.php.sample
 
 do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/${PGADMDIR}

Modified: head/databases/phppgadmin/pkg-plist
==============================================================================
--- head/databases/phppgadmin/pkg-plist	Sat Feb  6 10:43:29 2016	(r408289)
+++ head/databases/phppgadmin/pkg-plist	Sat Feb  6 10:50:48 2016	(r408290)
@@ -30,7 +30,7 @@
 %%PGADMDIR%%/classes/database/Postgres90.php
 %%PGADMDIR%%/classes/database/Postgres91.php
 %%PGADMDIR%%/colproperties.php
- at sample %%PGADMDIR%%/conf/config.inc.php.sample
+ at sample %%PGADMDIR%%/conf/config.inc.php-dist %%PGADMDIR%%/conf/config.inc.php
 %%PGADMDIR%%/constraints.php
 %%PGADMDIR%%/conversions.php
 %%PGADMDIR%%/database.php


More information about the svn-ports-all mailing list