pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/phraseanet phraseanet: move PHP_VERSIONS_ACCEPTED ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/709aca336295
branches:  trunk
changeset: 375796:709aca336295
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 21 12:24:44 2018 +0000

description:
phraseanet: move PHP_VERSIONS_ACCEPTED before inclusion of phpversion.mk

diffstat:

 www/phraseanet/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e042840720db -r 709aca336295 www/phraseanet/Makefile
--- a/www/phraseanet/Makefile   Wed Feb 21 12:06:12 2018 +0000
+++ b/www/phraseanet/Makefile   Wed Feb 21 12:24:44 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2018/02/21 12:06:12 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2018/02/21 12:24:44 wiz Exp $
 
 .include "../../www/phraseanet/Makefile.common"
 PKGNAME=       phraseanet-${VERS}
@@ -6,6 +6,8 @@
 
 USE_TOOLS+=    pax
 
+PHP_VERSIONS_ACCEPTED= 56
+
 .include "../../lang/php/phpversion.mk"
 
 DEPENDS+=      ${PHP_PKG_PREFIX}-phrasea2-[0-9]*:../../www/php-phrasea2
@@ -29,8 +31,6 @@
 DEPENDS+=      ImageMagick-[0-9]*:../../graphics/ImageMagick
 DEPENDS+=      p5-Image-ExifTool-[0-9]*:../../graphics/p5-Image-ExifTool
 
-PHP_VERSIONS_ACCEPTED= 56
-
 .include "../../mk/bsd.prefs.mk"
 
 PHRASEANETDIR?=                ${PREFIX}/share/phraseanet



Home | Main Index | Thread Index | Old Index