svn commit: r408247 - head/databases/phppgadmin

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Feb 5 18:18:25 UTC 2016


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
- at sample %%PGADMDIR%%/conf/config.inc.php
+ at sample %%PGADMDIR%%/conf/config.inc.php.sample
 %%PGADMDIR%%/constraints.php
 %%PGADMDIR%%/conversions.php
 %%PGADMDIR%%/database.php


More information about the svn-ports-all mailing list