svn commit: r408959 - in head/www/drupal6: . files

Kurt Jaeger pi at FreeBSD.org
Mon Feb 15 21:27:48 UTC 2016


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


More information about the svn-ports-all mailing list