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:   taca
Date:           Sat Feb  8 03:46:36 UTC 2025

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

Log Message:
multiple PHP support

* Use PHP_BASE_VERS in DEPENDS if required.
* Use REPLACE_PHP.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 pkgsrc/misc/php-orangehrm/Makefile:1.15
--- pkgsrc/misc/php-orangehrm/Makefile:1.14     Sun May 12 14:36:45 2024
+++ pkgsrc/misc/php-orangehrm/Makefile  Sat Feb  8 03:46:36 2025
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2024/05/12 14:36:45 taca Exp $
+# $NetBSD: Makefile,v 1.15 2025/02/08 03:46:36 taca Exp $
 #
 
 DISTNAME=      orangehrm-4.10.1
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=orangehrm/}
 EXTRACT_SUFX=  .zip
@@ -12,8 +13,8 @@ HOMEPAGE=     https://www.orangehrm.com/
 COMMENT=       Open source Human Resource Management (HRM) solution
 LICENSE=       gnu-gpl-v2
 
-DEPENDS+=      ${PHP_PKG_PREFIX}-iconv>=5.2.0:../../converters/php-iconv
-DEPENDS+=      ${PHP_PKG_PREFIX}-pdo_mysql>=5.2.0:../../databases/php-pdo_mysql
+DEPENDS+=      ${PHP_PKG_PREFIX}-iconv>=${PHP_BASE_VERS}:../../converters/php-iconv
+DEPENDS+=      ${PHP_PKG_PREFIX}-pdo_mysql>=${PHP_BASE_VERS}:../../databases/php-pdo_mysql
 
 PHP_VERSIONS_ACCEPTED= 56 74
 



Home | Main Index | Thread Index | Old Index