Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jun 2016 12:56:55 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417007 - in head/www: drupal6-advanced_help drupal6-cck drupal6-chaos drupal6-ckeditor drupal6-content_access drupal6-geshifilter drupal6-google_analytics drupal6-image drupal6-imce dr...
Message-ID:  <201606171256.u5HCutbM000986@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Fri Jun 17 12:56:55 2016
New Revision: 417007
URL: https://svnweb.freebsd.org/changeset/ports/417007

Log:
  www/drupal6-*: deprecate all drupal6-modules. Also set expiration date
                 to 2016-04-24 to stay in sync with www/drupal6.
  
  PR:           209954
  Submitted by: Yonas Yanfa <yonas@fizk.net>
  Approved by:  junovitch (mentor)

Modified:
  head/www/drupal6-advanced_help/Makefile
  head/www/drupal6-cck/Makefile
  head/www/drupal6-chaos/Makefile
  head/www/drupal6-ckeditor/Makefile
  head/www/drupal6-content_access/Makefile
  head/www/drupal6-geshifilter/Makefile
  head/www/drupal6-google_analytics/Makefile
  head/www/drupal6-image/Makefile
  head/www/drupal6-imce/Makefile
  head/www/drupal6-menu_block/Makefile
  head/www/drupal6-mimedetect/Makefile
  head/www/drupal6-nice_menus/Makefile
  head/www/drupal6-nodewords/Makefile
  head/www/drupal6-page_title/Makefile
  head/www/drupal6-panels/Makefile
  head/www/drupal6-path_redirect/Makefile
  head/www/drupal6-pathauto/Makefile
  head/www/drupal6-print/Makefile
  head/www/drupal6-seo_checklist/Makefile
  head/www/drupal6-services/Makefile
  head/www/drupal6-tagadelic/Makefile
  head/www/drupal6-token/Makefile
  head/www/drupal6-views/Makefile
  head/www/drupal6-webform/Makefile
  head/www/drupal6-wysiwyg/Makefile
  head/www/drupal6-zeropoint/Makefile

Modified: head/www/drupal6-advanced_help/Makefile
==============================================================================
--- head/www/drupal6-advanced_help/Makefile	Fri Jun 17 12:43:41 2016	(r417006)
+++ head/www/drupal6-advanced_help/Makefile	Fri Jun 17 12:56:55 2016	(r417007)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://ftp.drupal.org/file
 MAINTAINER=	rea@FreeBSD.org
 COMMENT=	Allows to store module help pages outside the module system
 
+DEPRECATED=	www/drupal6 upstream is EOL and port expired 2016-04-24
+EXPIRATION_DATE=	2016-04-24
+
 USES=		drupal:6,module
 MODULE_DIRS=	help \
 		help_example/help help_example/translations help_example \

Modified: head/www/drupal6-cck/Makefile
==============================================================================
--- head/www/drupal6-cck/Makefile	Fri Jun 17 12:43:41 2016	(r417006)
+++ head/www/drupal6-cck/Makefile	Fri Jun 17 12:56:55 2016	(r417007)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://ftp.drupal.org/file
 MAINTAINER=	rea@FreeBSD.org
 COMMENT=	Drupal 6 Content Construction Kit module
 
+DEPRECATED=	www/drupal6 upstream is EOL and port expired 2016-04-24
+EXPIRATION_DATE=	2016-04-24
+
 USES=		drupal:6,module
 MODULE_DIRS=	translations/help/de translations/help translations \
 		theme tests \

Modified: head/www/drupal6-chaos/Makefile
==============================================================================
--- head/www/drupal6-chaos/Makefile	Fri Jun 17 12:43:41 2016	(r417006)
+++ head/www/drupal6-chaos/Makefile	Fri Jun 17 12:56:55 2016	(r417007)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://ftp.drupal.org/file
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Drupal 6.x Chaos tool suite module
 
+DEPRECATED=	www/drupal6 upstream is EOL and port expired 2016-04-24
+EXPIRATION_DATE=	2016-04-24
+
 USES=		drupal:6,module
 
 MODULE_DIRS=	views_content/translations views_content/plugins/views/translations \

Modified: head/www/drupal6-ckeditor/Makefile
==============================================================================
--- head/www/drupal6-ckeditor/Makefile	Fri Jun 17 12:43:41 2016	(r417006)
+++ head/www/drupal6-ckeditor/Makefile	Fri Jun 17 12:56:55 2016	(r417007)
@@ -14,6 +14,9 @@ EXTRACT_ONLY=	ckeditor-6.x-1.1.tar.gz
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Drupal 6.x Ckeditor WYSIWYG HTML editor
 
+DEPRECATED=	www/drupal6 upstream is EOL and port expired 2016-04-24
+EXPIRATION_DATE=	2016-04-24
+
 USES=		drupal:6,module
 
 MODULE_DIRS=	translations plugins/mediaembed/images \

Modified: head/www/drupal6-content_access/Makefile
==============================================================================
--- head/www/drupal6-content_access/Makefile	Fri Jun 17 12:43:41 2016	(r417006)
+++ head/www/drupal6-content_access/Makefile	Fri Jun 17 12:56:55 2016	(r417007)
@@ -9,6 +9,9 @@ MASTER_SITES=	http://ftp.drupal.org/file
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Drupal 6.x Content Access module
 
+DEPRECATED=	www/drupal6 upstream is EOL and port expired 2016-04-24
+EXPIRATION_DATE=	2016-04-24
+
 USES=		drupal:6,module
 
 MODULE_DIRS=	translations tests

Modified: head/www/drupal6-geshifilter/Makefile
==============================================================================
--- head/www/drupal6-geshifilter/Makefile	Fri Jun 17 12:43:41 2016	(r417006)
+++ head/www/drupal6-geshifilter/Makefile	Fri Jun 17 12:56:55 2016	(r417007)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://ftp.drupal.org/file
 MAINTAINER=	rea@FreeBSD.org
 COMMENT=	Drupal 6 module for syntax highlighting
 
+DEPRECATED=	www/drupal6 upstream is EOL and port expired 2016-04-24
+EXPIRATION_DATE=	2016-04-24
+
 RUN_DEPENDS=	${LOCALBASE}/lib/php/geshi/geshi.php:devel/php5-geshi
 
 PKGMESSAGE=	${WRKDIR}/pkg-message

Modified: head/www/drupal6-google_analytics/Makefile
==============================================================================
--- head/www/drupal6-google_analytics/Makefile	Fri Jun 17 12:43:41 2016	(r417006)
+++ head/www/drupal6-google_analytics/Makefile	Fri Jun 17 12:56:55 2016	(r417007)
@@ -8,6 +8,9 @@ CATEGORIES=	www
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Adds the Google Analytics web stats tracking system to your website
 
+DEPRECATED=	www/drupal6 upstream is EOL and port expired 2016-04-24
+EXPIRATION_DATE=	2016-04-24
+
 USES=		drupal:6,module
 
 MODULE_FILES=	googleanalytics.admin.inc googleanalytics.install googleanalytics.module \

Modified: head/www/drupal6-image/Makefile
==============================================================================
--- head/www/drupal6-image/Makefile	Fri Jun 17 12:43:41 2016	(r417006)
+++ head/www/drupal6-image/Makefile	Fri Jun 17 12:56:55 2016	(r417007)
@@ -9,6 +9,9 @@ MASTER_SITES=	http://ftp.drupal.org/file
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Drupal 6.x image upload module
 
+DEPRECATED=	www/drupal6 upstream is EOL and port expired 2016-04-24
+EXPIRATION_DATE=	2016-04-24
+
 USES=		drupal:6,module
 
 MODULE_DIRS=	views/theme views translations tests \

Modified: head/www/drupal6-imce/Makefile
==============================================================================
--- head/www/drupal6-imce/Makefile	Fri Jun 17 12:43:41 2016	(r417006)
+++ head/www/drupal6-imce/Makefile	Fri Jun 17 12:56:55 2016	(r417007)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://ftp.drupal.org/file
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Drupal 6.x image/file uploader module
 
+DEPRECATED=	www/drupal6 upstream is EOL and port expired 2016-04-24
+EXPIRATION_DATE=	2016-04-24
+
 USES=		drupal:6,module
 
 MODULE_DIRS=	translations tpl js inc css

Modified: head/www/drupal6-menu_block/Makefile
==============================================================================
--- head/www/drupal6-menu_block/Makefile	Fri Jun 17 12:43:41 2016	(r417006)
+++ head/www/drupal6-menu_block/Makefile	Fri Jun 17 12:56:55 2016	(r417007)
@@ -8,6 +8,9 @@ CATEGORIES=	www
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Drupal module to provide configurable menu tree blocks
 
+DEPRECATED=	www/drupal6 upstream is EOL and port expired 2016-04-24
+EXPIRATION_DATE=	2016-04-24
+
 USES=		drupal:6,module
 MODULE_FILES=	menu-block-wrapper.tpl.php menu_block.admin.inc menu_block.book.inc menu_block.info \
 		menu_block.module menu_block.sort.inc menu-block-admin.css menu-block.js menu_block.api.php \

Modified: head/www/drupal6-mimedetect/Makefile
==============================================================================
--- head/www/drupal6-mimedetect/Makefile	Fri Jun 17 12:43:41 2016	(r417006)
+++ head/www/drupal6-mimedetect/Makefile	Fri Jun 17 12:56:55 2016	(r417007)
@@ -9,6 +9,9 @@ MASTER_SITES=	http://ftp.drupal.org/file
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	API for Consistent Server Side Mime Detection
 
+DEPRECATED=	www/drupal6 upstream is EOL and port expired 2016-04-24
+EXPIRATION_DATE=	2016-04-24
+
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 

Modified: head/www/drupal6-nice_menus/Makefile
==============================================================================
--- head/www/drupal6-nice_menus/Makefile	Fri Jun 17 12:43:41 2016	(r417006)
+++ head/www/drupal6-nice_menus/Makefile	Fri Jun 17 12:56:55 2016	(r417007)
@@ -8,6 +8,9 @@ CATEGORIES=	www
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	CSS / JavaScript pull-down menus for Drupal
 
+DEPRECATED=	www/drupal6 upstream is EOL and port expired 2016-04-24
+EXPIRATION_DATE=	2016-04-24
+
 USES=		drupal:6,module
 
 MODULE_DIRS=	superfish/js superfish translations

Modified: head/www/drupal6-nodewords/Makefile
==============================================================================
--- head/www/drupal6-nodewords/Makefile	Fri Jun 17 12:43:41 2016	(r417006)
+++ head/www/drupal6-nodewords/Makefile	Fri Jun 17 12:56:55 2016	(r417007)
@@ -8,6 +8,9 @@ CATEGORIES=	www
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Drupal module which allows the end-user to set meta tags for nodes
 
+DEPRECATED=	www/drupal6 upstream is EOL and port expired 2016-04-24
+EXPIRATION_DATE=	2016-04-24
+
 USES=		drupal:6,module
 MODULE_DIRS=	nodewords_basic nodewords_extra includes nodewords_og
 MODULE_FILES=	includes/forum.inc includes/image.inc includes/node.inc \

Modified: head/www/drupal6-page_title/Makefile
==============================================================================
--- head/www/drupal6-page_title/Makefile	Fri Jun 17 12:43:41 2016	(r417006)
+++ head/www/drupal6-page_title/Makefile	Fri Jun 17 12:56:55 2016	(r417007)
@@ -8,6 +8,9 @@ CATEGORIES=	www
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Drupal module to provide fine-grained control of page titles
 
+DEPRECATED=	www/drupal6 upstream is EOL and port expired 2016-04-24
+EXPIRATION_DATE=	2016-04-24
+
 RUN_DEPENDS=	drupal6-token>=0:www/drupal6-token
 
 USES=		drupal:6,module

Modified: head/www/drupal6-panels/Makefile
==============================================================================
--- head/www/drupal6-panels/Makefile	Fri Jun 17 12:43:41 2016	(r417006)
+++ head/www/drupal6-panels/Makefile	Fri Jun 17 12:56:55 2016	(r417007)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://ftp.drupal.org/file
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Drupal 6.x panels module
 
+DEPRECATED=	www/drupal6 upstream is EOL and port expired 2016-04-24
+EXPIRATION_DATE=	2016-04-24
+
 USES=		drupal:6,module
 
 MODULE_DIRS=	translations templates plugins/task_handlers \

Modified: head/www/drupal6-path_redirect/Makefile
==============================================================================
--- head/www/drupal6-path_redirect/Makefile	Fri Jun 17 12:43:41 2016	(r417006)
+++ head/www/drupal6-path_redirect/Makefile	Fri Jun 17 12:56:55 2016	(r417007)
@@ -8,6 +8,9 @@ CATEGORIES=	www
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Drupal module to allow redirects
 
+DEPRECATED=	www/drupal6 upstream is EOL and port expired 2016-04-24
+EXPIRATION_DATE=	2016-04-24
+
 USES=		drupal:6,module
 
 MODULE_FILES=	generate/path_redirect_generate.drush.inc \

Modified: head/www/drupal6-pathauto/Makefile
==============================================================================
--- head/www/drupal6-pathauto/Makefile	Fri Jun 17 12:43:41 2016	(r417006)
+++ head/www/drupal6-pathauto/Makefile	Fri Jun 17 12:56:55 2016	(r417007)
@@ -8,6 +8,9 @@ CATEGORIES=	www
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Automatically generates URLs for Drupal content
 
+DEPRECATED=	www/drupal6 upstream is EOL and port expired 2016-04-24
+EXPIRATION_DATE=	2016-04-24
+
 RUN_DEPENDS=	drupal6-token>=0:www/drupal6-token
 
 USES=		drupal:6,module

Modified: head/www/drupal6-print/Makefile
==============================================================================
--- head/www/drupal6-print/Makefile	Fri Jun 17 12:43:41 2016	(r417006)
+++ head/www/drupal6-print/Makefile	Fri Jun 17 12:56:55 2016	(r417007)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://ftp.drupal.org/file
 MAINTAINER=	rea@FreeBSD.org
 COMMENT=	Drupal 6 module that add printer-friendly pages
 
+DEPRECATED=	www/drupal6 upstream is EOL and port expired 2016-04-24
+EXPIRATION_DATE=	2016-04-24
+
 USES=		drupal:6,module
 MODULE_DIRS=	icons translations
 MODULE_FILES=	icons/mail_icon.gif icons/pdf_icon.gif icons/print_icon.gif \

Modified: head/www/drupal6-seo_checklist/Makefile
==============================================================================
--- head/www/drupal6-seo_checklist/Makefile	Fri Jun 17 12:43:41 2016	(r417006)
+++ head/www/drupal6-seo_checklist/Makefile	Fri Jun 17 12:56:55 2016	(r417007)
@@ -8,6 +8,9 @@ CATEGORIES=	www
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Drupal module to provide checklist of actions for SEO
 
+DEPRECATED=	www/drupal6 upstream is EOL and port expired 2016-04-24
+EXPIRATION_DATE=	2016-04-24
+
 USES=		drupal:6,module
 MODULE_FILES=	seochecklist.info seochecklist.install seochecklist.module
 DOC_FILES=	LICENSE.txt README.txt

Modified: head/www/drupal6-services/Makefile
==============================================================================
--- head/www/drupal6-services/Makefile	Fri Jun 17 12:43:41 2016	(r417006)
+++ head/www/drupal6-services/Makefile	Fri Jun 17 12:56:55 2016	(r417007)
@@ -8,6 +8,9 @@ CATEGORIES=	www
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Provide an API for creating drupal web services
 
+DEPRECATED=	www/drupal6 upstream is EOL and port expired 2016-04-24
+EXPIRATION_DATE=	2016-04-24
+
 USES=		drupal:6,module
 MODULE_DIRS=	auth/services_keyauth auth servers/xmlrpc_server servers \
 		services/comment_service services/file_service \

Modified: head/www/drupal6-tagadelic/Makefile
==============================================================================
--- head/www/drupal6-tagadelic/Makefile	Fri Jun 17 12:43:41 2016	(r417006)
+++ head/www/drupal6-tagadelic/Makefile	Fri Jun 17 12:56:55 2016	(r417007)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://ftp.drupal.org/file
 MAINTAINER=	rea@FreeBSD.org
 COMMENT=	Tagadelic module for Drupal 6
 
+DEPRECATED=	www/drupal6 upstream is EOL and port expired 2016-04-24
+EXPIRATION_DATE=	2016-04-24
+
 USES=		drupal:6,module
 MODULE_DIRS=	translations
 MODULE_FILES=	tagadelic.css tagadelic.info tagadelic.install \

Modified: head/www/drupal6-token/Makefile
==============================================================================
--- head/www/drupal6-token/Makefile	Fri Jun 17 12:43:41 2016	(r417006)
+++ head/www/drupal6-token/Makefile	Fri Jun 17 12:56:55 2016	(r417007)
@@ -9,6 +9,9 @@ CATEGORIES=	www
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Token module for Drupal
 
+DEPRECATED=	www/drupal6 upstream is EOL and port expired 2016-04-24
+EXPIRATION_DATE=	2016-04-24
+
 USES=		drupal:6,module
 MODULE_FILES=	translations/token.pot translations/da.po translations/de.po \
 		translations/es.po translations/hu.po translations/ja.po \

Modified: head/www/drupal6-views/Makefile
==============================================================================
--- head/www/drupal6-views/Makefile	Fri Jun 17 12:43:41 2016	(r417006)
+++ head/www/drupal6-views/Makefile	Fri Jun 17 12:56:55 2016	(r417007)
@@ -9,6 +9,9 @@ CATEGORIES=	www
 MAINTAINER=	rea@FreeBSD.org
 COMMENT=	Controls how content lists are generated
 
+DEPRECATED=	www/drupal6 upstream is EOL and port expired 2016-04-24
+EXPIRATION_DATE=	2016-04-24
+
 USES=		drupal:6,module
 MODULE_DIRS=	css \
 		docs \

Modified: head/www/drupal6-webform/Makefile
==============================================================================
--- head/www/drupal6-webform/Makefile	Fri Jun 17 12:43:41 2016	(r417006)
+++ head/www/drupal6-webform/Makefile	Fri Jun 17 12:56:55 2016	(r417007)
@@ -9,6 +9,9 @@ CATEGORIES=	www
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Drupal module to allow easy creation of forms
 
+DEPRECATED=	www/drupal6 upstream is EOL and port expired 2016-04-24
+EXPIRATION_DATE=	2016-04-24
+
 USES=		drupal:6,module
 
 MODULE_FILES=	components/date.inc \

Modified: head/www/drupal6-wysiwyg/Makefile
==============================================================================
--- head/www/drupal6-wysiwyg/Makefile	Fri Jun 17 12:43:41 2016	(r417006)
+++ head/www/drupal6-wysiwyg/Makefile	Fri Jun 17 12:56:55 2016	(r417007)
@@ -9,6 +9,9 @@ CATEGORIES=	www
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Allows implementation of WYSIWYG editors for editing Drupal content
 
+DEPRECATED=	www/drupal6 upstream is EOL and port expired 2016-04-24
+EXPIRATION_DATE=	2016-04-24
+
 TINYMCEDIR=	www/tinymce
 
 # we support either tinymce2 or tinymce3

Modified: head/www/drupal6-zeropoint/Makefile
==============================================================================
--- head/www/drupal6-zeropoint/Makefile	Fri Jun 17 12:43:41 2016	(r417006)
+++ head/www/drupal6-zeropoint/Makefile	Fri Jun 17 12:56:55 2016	(r417007)
@@ -9,6 +9,9 @@ CATEGORIES=	www
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	The zeropoint drupal theme
 
+DEPRECATED=	www/drupal6 upstream is EOL and port expired 2016-04-24
+EXPIRATION_DATE=	2016-04-24
+
 USES=		drupal:6,theme
 USE_PHP=	ctype
 MODULE_DIRS=	_custom/headerimg _custom css images/all images/ink \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606171256.u5HCutbM000986>