pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/base



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Feb 21 12:25:23 UTC 2018

Modified Files:
        pkgsrc/security/base: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/security/base/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/base/Makefile
diff -u pkgsrc/security/base/Makefile:1.41 pkgsrc/security/base/Makefile:1.42
--- pkgsrc/security/base/Makefile:1.41  Sun Mar 12 07:20:51 2017
+++ pkgsrc/security/base/Makefile       Wed Feb 21 12:25:23 2018
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2017/03/12 07:20:51 maya Exp $
-#
+# $NetBSD: Makefile,v 1.42 2018/02/21 12:25:23 wiz Exp $
 
 DISTNAME=      base-1.4.3.1
 PKGREVISION=   12
@@ -12,6 +11,8 @@ COMMENT=      Analysis engine to process a da
 
 PKG_DESTDIR_SUPPORT=   destdir
 
+PHP_VERSIONS_ACCEPTED= 56
+
 .include "../../mk/apache.mk"
 .include "../../lang/php/phpversion.mk"
 
@@ -28,8 +29,6 @@ DEPENDS+=     ${PHP_PKG_PREFIX}-pear-Mail-[0
 DEPENDS+=      ${PHP_PKG_PREFIX}-pear-Mail_Mime-[0-9]*:../../mail/pear-Mail_Mime
 DEPENDS+=      ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.0.4:../../www/ap-php
 
-PHP_VERSIONS_ACCEPTED= 56
-
 NO_BUILD=      YES
 #WRKSRC=               ${WRKDIR}/base-php4
 



Home | Main Index | Thread Index | Old Index