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:   wiz
Date:           Wed Feb 21 12:06:12 UTC 2018

Modified Files:
        pkgsrc/www/phraseanet: Makefile

Log Message:
phraseanet: remove reference to remove php version (< 5.6)


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 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.20 pkgsrc/www/phraseanet/Makefile:1.21
--- pkgsrc/www/phraseanet/Makefile:1.20 Wed Apr  5 12:33:49 2017
+++ pkgsrc/www/phraseanet/Makefile      Wed Feb 21 12:06:12 2018
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2017/04/05 12:33:49 fhajny Exp $
-#
+# $NetBSD: Makefile,v 1.21 2018/02/21 12:06:12 wiz Exp $
 
 .include "../../www/phraseanet/Makefile.common"
 PKGNAME=       phraseanet-${VERS}
@@ -10,11 +9,7 @@ USE_TOOLS+=   pax
 .include "../../lang/php/phpversion.mk"
 
 DEPENDS+=      ${PHP_PKG_PREFIX}-phrasea2-[0-9]*:../../www/php-phrasea2
-.if ${PKG_PHP_VERSION} >= 55
 DEPENDS+=      ${PHP_PKG_PREFIX}-opcache-[0-9]*:../../devel/php-opcache
-.else
-DEPENDS+=      ${PHP_PKG_PREFIX}-apc-[0-9]*:../../www/php-apc
-.endif
 DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring-[0-9]*:../../converters/php-mbstring
 DEPENDS+=      ${PHP_PKG_PREFIX}-gettext-[0-9]*:../../devel/php-gettext
 DEPENDS+=      ${PHP_PKG_PREFIX}-exif-[0-9]*:../../graphics/php-exif



Home | Main Index | Thread Index | Old Index