pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/geeklog



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Dec 24 02:19:21 UTC 2022

Modified Files:
        pkgsrc/www/geeklog: Makefile

Log Message:
www/geeklog: drop php56

It is not time for PHP 5.6.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/www/geeklog/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/geeklog/Makefile
diff -u pkgsrc/www/geeklog/Makefile:1.47 pkgsrc/www/geeklog/Makefile:1.48
--- pkgsrc/www/geeklog/Makefile:1.47    Fri Dec 23 13:47:42 2022
+++ pkgsrc/www/geeklog/Makefile Sat Dec 24 02:19:21 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2022/12/23 13:47:42 taca Exp $
+# $NetBSD: Makefile,v 1.48 2022/12/24 02:19:21 taca Exp $
 #
 
 DISTNAME=      geeklog-${VER}
@@ -16,7 +16,7 @@ LICENSE=      gnu-gpl-v2
 DEPENDS+=      ${PHP_PKG_PREFIX}-bz2>=7.4.0:../../archivers/php-bz2
 DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=7.4.0:../../converters/php-mbstring
 
-PHP_VERSIONS_ACCEPTED= 56 74 80 81
+PHP_VERSIONS_ACCEPTED= 74 80 81
 
 EXTRACT_DIR=   ${WRKSRC}
 USE_TOOLS+=    pax



Home | Main Index | Thread Index | Old Index