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 20 16:06:14 UTC 2025

Modified Files:
        pkgsrc/www/phraseanet: Makefile

Log Message:
www/phraseanet: fix dependency

Fix DEPNEDS line for devel/php-memcache2.

No PKGREVISION bump since it was broken.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 pkgsrc/www/phraseanet/Makefile:1.24
--- pkgsrc/www/phraseanet/Makefile:1.23 Mon Jan 13 17:27:21 2025
+++ pkgsrc/www/phraseanet/Makefile      Mon Jan 20 16:06:14 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2025/01/13 17:27:21 taca Exp $
+# $NetBSD: Makefile,v 1.24 2025/01/20 16:06:14 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>2.2.7<3:../../devel/php-memcache2
+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