Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Feb 2016 21:27:47 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408959 - in head/www/drupal6: . files
Message-ID:  <201602152127.u1FLRl4n026037@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Mon Feb 15 21:27:47 2016
New Revision: 408959
URL: https://svnweb.freebsd.org/changeset/ports/408959

Log:
  www/drupal6: add DEPRECATE, EXPIRE and warn in pkg-message
  
  - upstream EOLed the version
  
  PR:		207227
  Submitted by:	simon.wright@gmx.net (maintainer)

Modified:
  head/www/drupal6/Makefile
  head/www/drupal6/files/pkg-message.in

Modified: head/www/drupal6/Makefile
==============================================================================
--- head/www/drupal6/Makefile	Mon Feb 15 21:04:13 2016	(r408958)
+++ head/www/drupal6/Makefile	Mon Feb 15 21:27:47 2016	(r408959)
@@ -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: head/www/drupal6/files/pkg-message.in
==============================================================================
--- head/www/drupal6/files/pkg-message.in	Mon Feb 15 21:04:13 2016	(r408958)
+++ head/www/drupal6/files/pkg-message.in	Mon Feb 15 21:27:47 2016	(r408959)
@@ -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?201602152127.u1FLRl4n026037>