Hi (again), Bugfixeq update for pgfouine. Tested on @amd64.
Regards, -- Pierre-Emmanuel André <pea at raveland.org> GPG key: 0x7AE329DC
Index: Makefile =================================================================== RCS file: /cvs/ports/databases/pgfouine/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile 24 Jul 2009 11:47:01 -0000 1.3 +++ Makefile 23 Apr 2010 13:15:36 -0000 @@ -2,7 +2,7 @@ COMMENT = PostgreSQL log analyzer -DISTNAME = pgfouine-1.1 +DISTNAME = pgfouine-1.2 CATEGORIES = databases HOMEPAGE = http://pgfouine.projects.postgresql.org/ @@ -15,7 +15,7 @@ PERMIT_PACKAGE_CDROM = Yes PERMIT_DISTFILES_FTP = Yes PERMIT_DISTFILES_CDROM =Yes -MASTER_SITES = http://pgfoundry.org/frs/download.php/2178/ \ +MASTER_SITES = http://pgfoundry.org/frs/download.php/2575/ \ http://pgfouine.projects.postgresql.org/releases/ NO_BUILD = Yes @@ -29,6 +29,7 @@ pre-configure: @perl -pi -e 's,/usr/bin/php,${LOCALBASE}/bin/php,g;' \ -e 's,!!PREFIX!!,${PREFIX},g' \ ${WRKSRC}/pgfouine.php ${WRKSRC}/pgfouine_vacuum.php + @find ${WRKSRC} -type d -name CVS | xargs rm -fr do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pgfouine.php ${PREFIX}/bin/pgfouine Index: distinfo =================================================================== RCS file: /cvs/ports/databases/pgfouine/distinfo,v retrieving revision 1.2 diff -u -p -r1.2 distinfo --- distinfo 24 Jul 2009 11:47:02 -0000 1.2 +++ distinfo 23 Apr 2010 13:15:36 -0000 @@ -1,5 +1,5 @@ -MD5 (pgfouine-1.1.tar.gz) = bL2tTdxRHwoj23YU+9ZoZw== -RMD160 (pgfouine-1.1.tar.gz) = VGjZo5uKqhyVQH0wAI2pZ4Qjaxs= -SHA1 (pgfouine-1.1.tar.gz) = HaMe9OIPGOYlSwC6YfSMU8OF0J4= -SHA256 (pgfouine-1.1.tar.gz) = e5cN8i0FFMkv3hSn2zwkSphuDQxr+Qy2CR72lReKaXg= -SIZE (pgfouine-1.1.tar.gz) = 776081 +MD5 (pgfouine-1.2.tar.gz) = nRUFY2XNPmRHiHzHZQCPBw== +RMD160 (pgfouine-1.2.tar.gz) = EmyKwdZeMuCT25+bUQ89alpmMjc= +SHA1 (pgfouine-1.2.tar.gz) = rKVLNNk6ax+qLFWzgrnwdC/OCB0= +SHA256 (pgfouine-1.2.tar.gz) = bFt1PXwUdEzSMCHTJwFgQM2G4U0pwFW6v1Vu4hYKF/0= +SIZE (pgfouine-1.2.tar.gz) = 793004 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/databases/pgfouine/pkg/PLIST,v retrieving revision 1.2 diff -u -p -r1.2 PLIST --- pkg/PLIST 24 Jul 2009 11:47:02 -0000 1.2 +++ pkg/PLIST 23 Apr 2010 13:15:36 -0000 @@ -205,6 +205,7 @@ share/pgfouine/include/reporting/geshi/g share/pgfouine/include/reporting/geshi/geshi/sql.php share/pgfouine/include/reporting/reports/ share/pgfouine/include/reporting/reports.lib.php +share/pgfouine/include/reporting/reports/CsvQueriesHistoryReport.class.php share/pgfouine/include/reporting/reports/HourlyStatsReport.class.php share/pgfouine/include/reporting/reports/NormalizedErrorsMostFrequentReport.class.php share/pgfouine/include/reporting/reports/NormalizedErrorsReport.class.php
