pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/typo3_62
Module Name: pkgsrc
Committed By: taca
Date: Sun Dec 15 18:25:22 UTC 2019
Modified Files:
pkgsrc/www/typo3_62: Makefile
Log Message:
www/typo3_62: it supports php56 only
typo3_62 package only supports php56.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/typo3_62/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/typo3_62/Makefile
diff -u pkgsrc/www/typo3_62/Makefile:1.24 pkgsrc/www/typo3_62/Makefile:1.25
--- pkgsrc/www/typo3_62/Makefile:1.24 Mon Nov 4 22:10:15 2019
+++ pkgsrc/www/typo3_62/Makefile Sun Dec 15 18:25:22 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2019/11/04 22:10:15 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2019/12/15 18:25:22 taca Exp $
#
DISTNAME= ${TYPO3NAME}
@@ -18,6 +18,8 @@ DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.3.7:
DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.3.7:../../archivers/php-zip
DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.3.7:../../archivers/php-zlib
+PHP_VERSIONS_ACCEPTED= 56
+
VER= 6.2.31
NO_BUILD= yes
USE_TOOLS+= bash:run pax
Home |
Main Index |
Thread Index |
Old Index