From owner-svn-ports-all@freebsd.org Sat Feb 6 10:50:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 407D5A9F3E6; Sat, 6 Feb 2016 10:50:50 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13E44FA0; Sat, 6 Feb 2016 10:50:50 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u16Aon1g098155; Sat, 6 Feb 2016 10:50:49 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u16AomEW098153; Sat, 6 Feb 2016 10:50:48 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201602061050.u16AomEW098153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sat, 6 Feb 2016 10:50:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408290 - head/databases/phppgadmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Feb 2016 10:50:50 -0000 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