pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/php-orangehrm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  1 23:34:31 UTC 2022

Modified Files:
        pkgsrc/misc/php-orangehrm: Makefile

Log Message:
php-orangehrm: use php/json.mk

Untested, but similar to phpmyadmin5


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/misc/php-orangehrm/Makefile

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

Modified files:

Index: pkgsrc/misc/php-orangehrm/Makefile
diff -u pkgsrc/misc/php-orangehrm/Makefile:1.9 pkgsrc/misc/php-orangehrm/Makefile:1.10
--- pkgsrc/misc/php-orangehrm/Makefile:1.9      Sat Apr 30 02:28:40 2022
+++ pkgsrc/misc/php-orangehrm/Makefile  Sun May  1 23:34:31 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/04/30 02:28:40 wen Exp $
+# $NetBSD: Makefile,v 1.10 2022/05/01 23:34:31 wiz Exp $
 #
 
 DISTNAME=      orangehrm-4.10.1
@@ -13,7 +13,6 @@ COMMENT=      Open source Human Resource Mana
 LICENSE=       gnu-gpl-v2
 
 DEPENDS+=      ${PHP_PKG_PREFIX}-iconv>=5.2.0:../../converters/php-iconv
-DEPENDS+=      ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json
 DEPENDS+=      ${PHP_PKG_PREFIX}-pdo_mysql>=5.2.0:../../databases/php-pdo_mysql
 
 PHP_VERSIONS_ACCEPTED= 56 74 80
@@ -43,4 +42,5 @@ do-install:
                ${DESTDIR}${PREFIX}/${OHRDIR}
 
 .include "../../lang/php/phpversion.mk"
+.include "../../lang/php/json.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index