From owner-svn-ports-all@freebsd.org Fri Nov 13 22:13:28 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1EBBA2EA34; Fri, 13 Nov 2015 22:13:28 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C94C17D6; Fri, 13 Nov 2015 22:13:28 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tADMDRF8042780; Fri, 13 Nov 2015 22:13:27 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tADMDPGY042755; Fri, 13 Nov 2015 22:13:25 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201511132213.tADMDPGY042755@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 13 Nov 2015 22:13:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401553 - in head: databases/mywwwatcher databases/php5-creole databases/php5-pdo_cassandra databases/php5-propel databases/php5-redis databases/php5-tarantool deskutils/fengoffice deve... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 22:13:28 -0000 Author: antoine Date: Fri Nov 13 22:13:24 2015 New Revision: 401553 URL: https://svnweb.freebsd.org/changeset/ports/401553 Log: Chase PHP 5.4 expiration date Modified: head/databases/mywwwatcher/Makefile head/databases/php5-creole/Makefile head/databases/php5-pdo_cassandra/Makefile head/databases/php5-propel/Makefile head/databases/php5-redis/Makefile head/databases/php5-tarantool/Makefile head/deskutils/fengoffice/Makefile head/devel/simpletest/Makefile head/graphics/php5-swfed/Makefile head/lang/php5-extensions/Makefile head/sysutils/loganalyzer/Makefile head/textproc/simplehtmldom/Makefile head/www/autoindex2/Makefile head/www/cakephp11/Makefile head/www/cakephp13/Makefile head/www/cakephp21/Makefile head/www/cakephp22/Makefile head/www/cakephp23/Makefile head/www/fluxcms/Makefile head/www/fusionpbx/Makefile head/www/jawstats/Makefile head/www/ojs2/Makefile head/www/pecl-zendopcache/Makefile head/www/webcalendar/Makefile Modified: head/databases/mywwwatcher/Makefile ============================================================================== --- head/databases/mywwwatcher/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/databases/mywwwatcher/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -11,6 +11,9 @@ DISTNAME= mywwwatcher-${PORTVERSION} MAINTAINER= pm@kostax.cz COMMENT= Simple web-based MySQL client + tools (dump, import, scheme, ...) +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + WRKSRC= ${WRKDIR}/mywwwatcher WANT_PHP_WEB= yes Modified: head/databases/php5-creole/Makefile ============================================================================== --- head/databases/php5-creole/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/databases/php5-creole/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= php5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Database abstraction layer for PHP5 +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USE_PHP= yes PHP_DEFAULT= 5.4 NO_BUILD= yes Modified: head/databases/php5-pdo_cassandra/Makefile ============================================================================== --- head/databases/php5-pdo_cassandra/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/databases/php5-pdo_cassandra/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -13,6 +13,8 @@ COMMENT= PDO driver for Apache Cassandra LICENSE= APACHE20 BROKEN= fails to compile +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 LIB_DEPENDS= libboost_iostreams.so:${PORTSDIR}/devel/boost-libs Modified: head/databases/php5-propel/Makefile ============================================================================== --- head/databases/php5-propel/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/databases/php5-propel/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= php5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Full-service object persistence and query toolkit for PHP +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USE_PHP= yes PHP_DEFAULT= 5.4 WRKSRC= ${WRKDIR} Modified: head/databases/php5-redis/Makefile ============================================================================== --- head/databases/php5-redis/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/databases/php5-redis/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -11,6 +11,9 @@ COMMENT= PHP5-Extension for Redis LICENSE= PHP301 +DEPRECATED= PHP 5.4 EOL reached, use databases/php55-redis or databases/php56-redis instead +EXPIRATION_DATE= 2016-01-15 + USE_PHP= session USE_PHP_BUILD= yes USE_PHPEXT= yes Modified: head/databases/php5-tarantool/Makefile ============================================================================== --- head/databases/php5-tarantool/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/databases/php5-tarantool/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -9,6 +9,9 @@ PKGNAMEPREFIX= php5- MAINTAINER= vg@FreeBSD.org COMMENT= PECL PHP driver for Tarantool/Box +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USE_GITHUB= yes USE_PHP= yes USE_PHPEXT= yes Modified: head/deskutils/fengoffice/Makefile ============================================================================== --- head/deskutils/fengoffice/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/deskutils/fengoffice/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= Open source web-based collaboration software +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USES= zip NO_BUILD= yes USE_PHP= mysql gd simplexml Modified: head/devel/simpletest/Makefile ============================================================================== --- head/devel/simpletest/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/devel/simpletest/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -12,6 +12,9 @@ COMMENT= Unit testing, mock objects, and LICENSE= LGPL21 +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USE_PHP= pcre USE_PHP_BUILD= yes DEFAULT_VERSIONS+= php=5 Modified: head/graphics/php5-swfed/Makefile ============================================================================== --- head/graphics/php5-swfed/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/graphics/php5-swfed/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -13,6 +13,9 @@ COMMENT= PHP extension to edit SWF file LICENSE= PHP301 +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + BUILD_DEPENDS= re2c:${PORTSDIR}/devel/re2c LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib \ libpng.so:${PORTSDIR}/graphics/png Modified: head/lang/php5-extensions/Makefile ============================================================================== --- head/lang/php5-extensions/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/lang/php5-extensions/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -12,6 +12,9 @@ EXTRACT_ONLY= # none MAINTAINER= ale@FreeBSD.org COMMENT= "meta-port" to install PHP extensions +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USE_PHP= yes PHP_DEFAULT= 5.4 IGNORE_WITH_PHP=53 55 Modified: head/sysutils/loganalyzer/Makefile ============================================================================== --- head/sysutils/loganalyzer/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/sysutils/loganalyzer/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -12,6 +12,9 @@ COMMENT= Web based Syslog browsing and a LICENSE= GPLv3 # or later LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USES= cpe CPE_VENDOR= adiscon NO_BUILD= yes Modified: head/textproc/simplehtmldom/Makefile ============================================================================== --- head/textproc/simplehtmldom/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/textproc/simplehtmldom/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -12,6 +12,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= PHP Simple HTML DOM Parser BROKEN= unfetchable +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 USES= zip NO_BUILD= yes Modified: head/www/autoindex2/Makefile ============================================================================== --- head/www/autoindex2/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/www/autoindex2/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME:tl}/${PORTNA MAINTAINER= ports@FreeBSD.org COMMENT= PHP 5.x script that put a directory listing into a table +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= dos2unix Modified: head/www/cakephp11/Makefile ============================================================================== --- head/www/cakephp11/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/www/cakephp11/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -13,6 +13,9 @@ DISTNAME= cake_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Framework for developing PHP web applications +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USES= tar:bzip2 USE_APACHE_RUN= 22+ Modified: head/www/cakephp13/Makefile ============================================================================== --- head/www/cakephp13/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/www/cakephp13/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -11,6 +11,9 @@ COMMENT= Framework for developing PHP we LICENSE= MIT +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USE_GITHUB= yes PORTDOCS= README Modified: head/www/cakephp21/Makefile ============================================================================== --- head/www/cakephp21/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/www/cakephp21/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -11,6 +11,9 @@ COMMENT= Framework for developing PHP we LICENSE= MIT +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USE_GITHUB= yes PORTDOCS= README Modified: head/www/cakephp22/Makefile ============================================================================== --- head/www/cakephp22/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/www/cakephp22/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -11,6 +11,9 @@ COMMENT= Framework for developing PHP we LICENSE= MIT +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USE_GITHUB= yes PORTDOCS= README.md Modified: head/www/cakephp23/Makefile ============================================================================== --- head/www/cakephp23/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/www/cakephp23/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -10,6 +10,9 @@ COMMENT= Framework for developing PHP we LICENSE= MIT +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USE_GITHUB= yes PORTDOCS= README.md Modified: head/www/fluxcms/Makefile ============================================================================== --- head/www/fluxcms/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/www/fluxcms/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-sna MAINTAINER= beat@FreeBSD.org COMMENT= Extensible and flexible CMS based on PHP 5 and XML/XSLT +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + USES= shebangfix tar:tgz SHEBANG_FILES= div/db/dbexport.sh \ div/db/dbexport40.sh \ Modified: head/www/fusionpbx/Makefile ============================================================================== --- head/www/fusionpbx/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/www/fusionpbx/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -13,6 +13,9 @@ COMMENT= PHP5 Graphical User Interface f LICENSE= MPL +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/pdo_odbc.so:${PORTSDIR}/databases/php${PHP_VER}-pdo_odbc Modified: head/www/jawstats/Makefile ============================================================================== --- head/www/jawstats/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/www/jawstats/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -9,6 +9,9 @@ MASTER_SITES= http://www.jawstats.com/sr MAINTAINER= Alan@Wave2.org COMMENT= JAWStats is a Free Web Site Statistics tool +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + RUN_DEPENDS= awstats>=6.8:${PORTSDIR}/www/awstats NO_WRKSUBDIR= yes Modified: head/www/ojs2/Makefile ============================================================================== --- head/www/ojs2/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/www/ojs2/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -13,6 +13,9 @@ DISTNAME= ojs-2.2.1 MAINTAINER= filiperocha@gmail.com COMMENT= Journal management and publishing system +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + DIST_SUBDIR= ${PORTNAME} NO_BUILD= yes Modified: head/www/pecl-zendopcache/Makefile ============================================================================== --- head/www/pecl-zendopcache/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/www/pecl-zendopcache/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -13,6 +13,9 @@ COMMENT= Opcode cacher and optimizer for LICENSE= PHP301 +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + OPTIONS_DEFINE= DOCS USES= tar:tgz Modified: head/www/webcalendar/Makefile ============================================================================== --- head/www/webcalendar/Makefile Fri Nov 13 19:16:44 2015 (r401552) +++ head/www/webcalendar/Makefile Fri Nov 13 22:13:24 2015 (r401553) @@ -10,6 +10,9 @@ COMMENT= Web-based calendar application LICENSE= GPLv2 +DEPRECATED= PHP 5.4 EOL reached +EXPIRATION_DATE= 2016-01-15 + PORTSCOUT= limit:^1\.2\. skipb:1 USE_PHP= pcre session WANT_PHP_WEB= yes