Date: Thu, 25 Feb 2016 15:27:12 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409525 - in branches/2016Q1/www/drupal6: . files Message-ID: <201602251527.u1PFRClA081439@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Thu Feb 25 15:27:12 2016 New Revision: 409525 URL: https://svnweb.freebsd.org/changeset/ports/409525 Log: MFH: r408959 www/drupal6: add DEPRECATE, EXPIRE and warn in pkg-message - upstream EOLed the version PR: 207227 Submitted by: simon.wright@gmx.net (maintainer) Approved by: ports-secteam (with hat) Modified: branches/2016Q1/www/drupal6/Makefile branches/2016Q1/www/drupal6/files/pkg-message.in Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/www/drupal6/Makefile ============================================================================== --- branches/2016Q1/www/drupal6/Makefile Thu Feb 25 15:25:43 2016 (r409524) +++ branches/2016Q1/www/drupal6/Makefile Thu Feb 25 15:27:12 2016 (r409525) @@ -3,6 +3,7 @@ PORTNAME= drupal6 PORTVERSION= 6.37 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} @@ -11,6 +12,9 @@ DIST_SUBDIR= drupal MAINTAINER= simon.wright@gmx.net COMMENT= Database driven web content management system (CMS) +DEPRECATED= EOL upstream as of 2016-02-24 +EXPIRATION_DATE= 2016-04-24 + USES= drupal:6 shebangfix SHEBANG_FILES= scripts/drupal.sh Modified: branches/2016Q1/www/drupal6/files/pkg-message.in ============================================================================== --- branches/2016Q1/www/drupal6/files/pkg-message.in Thu Feb 25 15:25:43 2016 (r409524) +++ branches/2016Q1/www/drupal6/files/pkg-message.in Thu Feb 25 15:27:12 2016 (r409525) @@ -1,3 +1,11 @@ +PLEASE NOTE: on 24th February 2016, Drupal 6 will reach end of life +upstream and will no longer be supported. This means no further security +updates. Please consider upgrading to Drupal 7. + +https://www.drupal.org/drupal-6-eol + +=============================== + You now need to create the DB where Drupal is going to live PostgreSQL::
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602251527.u1PFRClA081439>