pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/phraseanet



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jan 13 17:27:21 UTC 2025

Modified Files:
        pkgsrc/www/phraseanet: Makefile

Log Message:
www/phraseanet: fix dependency to php-memcache

Need to depends on devel/php-memcache2 instead of devel/php-memcache since
this package is supported by PHP 5.6 only.

No PKGREVISION bump since it was previously broken.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/phraseanet/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/phraseanet/Makefile
diff -u pkgsrc/www/phraseanet/Makefile:1.22 pkgsrc/www/phraseanet/Makefile:1.23
--- pkgsrc/www/phraseanet/Makefile:1.22 Wed Feb 21 12:24:44 2018
+++ pkgsrc/www/phraseanet/Makefile      Mon Jan 13 17:27:21 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2018/02/21 12:24:44 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2025/01/13 17:27:21 taca Exp $
 
 .include "../../www/phraseanet/Makefile.common"
 PKGNAME=       phraseanet-${VERS}
@@ -25,7 +25,7 @@ DEPENDS+=     ${PHP_PKG_PREFIX}-sockets-[0-9
 DEPENDS+=      ${PHP_PKG_PREFIX}-xsl-[0-9]*:../../textproc/php-xsl
 DEPENDS+=      ${PHP_PKG_PREFIX}-zip-[0-9]*:../../archivers/php-zip
 DEPENDS+=      ${PHP_PKG_PREFIX}-zlib-[0-9]*:../../archivers/php-zlib
-DEPENDS+=      ${PHP_PKG_PREFIX}-memcache-[0-9]*:../../devel/php-memcache
+DEPENDS+=      ${PHP_PKG_PREFIX}-memcache>2.2.7<3:../../devel/php-memcache2
 DEPENDS+=      phraseanet-indexer-${VERS}{,nb*}:../../www/phraseanet-indexer
 DEPENDS+=      ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=5.2:../../www/ap-php
 DEPENDS+=      ImageMagick-[0-9]*:../../graphics/ImageMagick



Home | Main Index | Thread Index | Old Index