svn commit: r409525 - in branches/2016Q1/www/drupal6: . files

Mark Felder feld at FreeBSD.org
Thu Feb 25 15:27:13 UTC 2016


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 at 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 at 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::


More information about the svn-ports-all mailing list