pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/php-ja-wordpress



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Sep  9 11:28:54 UTC 2016

Modified Files:
        pkgsrc/www/php-ja-wordpress: Makefile

Log Message:
Resort to make php selection work.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/php-ja-wordpress/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/php-ja-wordpress/Makefile
diff -u pkgsrc/www/php-ja-wordpress/Makefile:1.14 pkgsrc/www/php-ja-wordpress/Makefile:1.15
--- pkgsrc/www/php-ja-wordpress/Makefile:1.14   Wed Jun 29 13:51:33 2016
+++ pkgsrc/www/php-ja-wordpress/Makefile        Fri Sep  9 11:28:54 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2016/06/29 13:51:33 taca Exp $
+# $NetBSD: Makefile,v 1.15 2016/09/09 11:28:54 joerg Exp $
 
 DISTNAME=              wordpress-${VERSION}-ja
 PKGNAME=               ${PHP_PKG_PREFIX}-ja-wordpress-${VERSION}
@@ -13,6 +13,8 @@ LICENSE=              gnu-gpl-v2
 
 USE_TOOLS+=            pax
 
+PHP_VERSIONS_ACCEPTED= 55 56
+
 .include "../../mk/bsd.prefs.mk"
 .include "../../lang/php/phpversion.mk"
 .include "options.mk"
@@ -42,8 +44,6 @@ INSTALLATION_DIRS+=   ${DOCDIR} ${WPHOME} 
 
 DEPENDS+=              ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql
 
-PHP_VERSIONS_ACCEPTED= 55 56
-
 do-configure:
        ${SED} -e "s:@WPHOME@:${WPHOME}:g" <${FILESDIR}/wordpress.conf >${WRKDIR}/ja-wordpress.conf
 



Home | Main Index | Thread Index | Old Index