Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2016 18:18:24 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408247 - head/databases/phppgadmin
Message-ID:  <201602051818.u15IIOHU008316@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Feb  5 18:18:23 2016
New Revision: 408247
URL: https://svnweb.freebsd.org/changeset/ports/408247

Log:
  - Fix @sample
  
  Approved by:	portmgr blanket

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

Modified: head/databases/phppgadmin/Makefile
==============================================================================
--- head/databases/phppgadmin/Makefile	Fri Feb  5 18:17:02 2016	(r408246)
+++ head/databases/phppgadmin/Makefile	Fri Feb  5 18:18:23 2016	(r408247)
@@ -3,7 +3,7 @@
 
 PORTNAME=	phppgadmin
 PORTVERSION=	5.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases www
 MASTER_SITES=	SF/${PORTNAME}/phpPgAdmin%20%5Bstable%5D/phpPgAdmin-5.1
 DISTNAME=	phpPgAdmin-${PORTVERSION}

Modified: head/databases/phppgadmin/pkg-plist
==============================================================================
--- head/databases/phppgadmin/pkg-plist	Fri Feb  5 18:17:02 2016	(r408246)
+++ head/databases/phppgadmin/pkg-plist	Fri Feb  5 18:18:23 2016	(r408247)
@@ -30,7 +30,7 @@
 %%PGADMDIR%%/classes/database/Postgres90.php
 %%PGADMDIR%%/classes/database/Postgres91.php
 %%PGADMDIR%%/colproperties.php
-@sample %%PGADMDIR%%/conf/config.inc.php
+@sample %%PGADMDIR%%/conf/config.inc.php.sample
 %%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?201602051818.u15IIOHU008316>