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:24:44 UTC 2018

Modified Files:
        pkgsrc/www/phraseanet: Makefile

Log Message:
phraseanet: move PHP_VERSIONS_ACCEPTED before inclusion of phpversion.mk


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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.21 pkgsrc/www/phraseanet/Makefile:1.22
--- pkgsrc/www/phraseanet/Makefile:1.21 Wed Feb 21 12:06:12 2018
+++ pkgsrc/www/phraseanet/Makefile      Wed Feb 21 12:24:44 2018
@@ -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 @@ PKGREVISION=    7
 
 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+=     ${APACHE_PKG_PREFIX}-${PHP_PKG
 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