CVS commit: pkgsrc/www/fengoffice
"Takahiro Kambe" <[email protected]> Thu, 30 Jul 2026 16:17:52 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: taca Date: Thu Jul 30 16:17:52 UTC 2026 Modified Files: pkgsrc/www/fengoffice: Makefile Log Message: www/fengoffice: use PHP_REQUIRE_MODULE Now any PHP version is supported. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 pkgsrc/www/fengoffice/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 1.2 KB)
Modified files:
Index: pkgsrc/www/fengoffice/Makefile
diff -u pkgsrc/www/fengoffice/Makefile:1.48 pkgsrc/www/fengoffice/Makefile:1.49
--- pkgsrc/www/fengoffice/Makefile:1.48 Wed Feb 11 08:18:58 2026
+++ pkgsrc/www/fengoffice/Makefile Thu Jul 30 16:17:52 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2026/02/11 08:18:58 taca Exp $
+# $NetBSD: Makefile,v 1.49 2026/07/30 16:17:52 taca Exp $
DISTNAME= fengoffice-${FO_VERSION}
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/_/-/:C/.rc$/rc1/}
@@ -19,11 +19,10 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pdo_mysql>=$
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=${PHP_BASE_VERS}:../../converters/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-zip>=${PHP_BASE_VERS}:../../archivers/php-zip
DEPENDS+= ${PHP_PKG_PREFIX}-gd>=${PHP_BASE_VERS}:../../graphics/php-gd
-DEPENDS+= ${PHP_PKG_PREFIX}-imap>=${PHP_BASE_VERS}:../../mail/php-imap
-FO_VERSION= 3.11.13.11
+PHP_REQUIRE_MODULE= imap
-PHP_VERSIONS_INCOMPATIBLE= 84 85 # php-imap
+FO_VERSION= 3.11.13.11
USE_TOOLS= pax
NO_BUILD= yes
@@ -66,5 +65,5 @@ do-install:
cd ${WRKSRC}; ${FIND} . -type f \! -name '*.orig' -print | \
pax -rw ${DESTDIR}${PREFIX}/${FO_DIR}
-.include "../../lang/php/phpversion.mk"
+.include "../../lang/php/compat.mk"
.include "../../mk/bsd.pkg.mk"