Date: Sat, 6 Feb 2016 10:50:48 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408290 - head/databases/phppgadmin Message-ID: <201602061050.u16AomEW098153@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 -@sample %%PGADMDIR%%/conf/config.inc.php.sample +@sample %%PGADMDIR%%/conf/config.inc.php-dist %%PGADMDIR%%/conf/config.inc.php %%PGADMDIR%%/constraints.php %%PGADMDIR%%/conversions.php %%PGADMDIR%%/database.php
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602061050.u16AomEW098153>