Hi,

    Here is an patch to add missing php-mysql or php-pgsql as
RUN_DEPEND of www/mediawiki.

    Tested OK and no regress.

    Comments? OK?

wen





cvs server: Diffing mediawiki
Index: mediawiki/Makefile
===================================================================
RCS file: /cvs/ports/www/mediawiki/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- mediawiki/Makefile  16 Sep 2011 12:00:07 -0000      1.28
+++ mediawiki/Makefile  16 Oct 2011 12:35:50 -0000
@@ -3,7 +3,7 @@
 COMMENT =      web-based collaborative editing environment

 DISTNAME =     mediawiki-1.15.5
-REVISION =     4
+REVISION =     5
 CATEGORIES =   www

 HOMEPAGE =     http://www.mediawiki.org/
@@ -27,7 +27,8 @@
 SUBST_VARS=    INSTDIR

 MODULES=       lang/php
-RUN_DEPENDS=   lang/php/${MODPHP_VERSION},-gd
+RUN_DEPENDS=   lang/php/${MODPHP_VERSION},-gd \
+               php-mysql-*|php-pgsql-*:lang/php/${MODPHP_VERSION},-mysql

 do-install:
        @mv ${WRKDIST} ${INSTDIR}
cvs server: Diffing mediawiki/patches
cvs server: Diffing mediawiki/pkg

Reply via email to