pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/php-tt-rss



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Aug 12 15:12:28 UTC 2026

Modified Files:
        pkgsrc/www/php-tt-rss: Makefile

Log Message:
www/php-tt-rss: use PHP_REQUIRE_MODULE

Use PHP_REQUIRE_MODULE for php-json dependency.

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/php-tt-rss/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-tt-rss/Makefile
diff -u pkgsrc/www/php-tt-rss/Makefile:1.14 pkgsrc/www/php-tt-rss/Makefile:1.15
--- pkgsrc/www/php-tt-rss/Makefile:1.14 Sat Feb  8 04:07:19 2025
+++ pkgsrc/www/php-tt-rss/Makefile      Wed Aug 12 15:12:28 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2025/02/08 04:07:19 taca Exp $
+# $NetBSD: Makefile,v 1.15 2026/08/12 15:12:28 taca Exp $
 
 TTRVER=                1.12
 DISTNAME=      Tiny-Tiny-RSS-${TTRVER}
@@ -15,6 +15,8 @@ LICENSE=      gnu-gpl-v2
 DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=${PHP_BASE_VERS}:../../converters/php-mbstring
 DEPENDS+=      ${PHP_PKG_PREFIX}-iconv>=${PHP_BASE_VERS}:../../converters/php-iconv
 
+PHP_REQUIRE_MODULE=    json
+
 .include "options.mk"
 
 USE_PKGLOCALEDIR=      yes
@@ -53,5 +55,5 @@ do-install:
        cd ${WRKSRC} && pax -rw -pmp * \
                ${DESTDIR}${PREFIX}/share/tt-rss
 
-.include "../../lang/php/json.mk"
+.include "../../lang/php/compat.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index