From owner-svn-ports-head@FreeBSD.ORG Wed Feb 19 04:02:03 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CDDF3C82; Wed, 19 Feb 2014 04:02:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B8568134A; Wed, 19 Feb 2014 04:02:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1J423fj015846; Wed, 19 Feb 2014 04:02:03 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1J422wl015835; Wed, 19 Feb 2014 04:02:02 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402190402.s1J422wl015835@svn.freebsd.org> From: Martin Wilke Date: Wed, 19 Feb 2014 04:02:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344993 - in head/www: drupal6-imce drupal6-mimedetect drupal6-nice_menus drupal6-nodewords drupal6-page_title drupal6-panels drupal6-path_redirect drupal6-pathauto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2014 04:02:04 -0000 Author: miwi Date: Wed Feb 19 04:02:01 2014 New Revision: 344993 URL: http://svnweb.freebsd.org/changeset/ports/344993 QAT: https://qat.redports.org/buildarchive/r344993/ Log: - Stage support Modified: head/www/drupal6-imce/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 Modified: head/www/drupal6-imce/Makefile ============================================================================== --- head/www/drupal6-imce/Makefile Wed Feb 19 03:46:41 2014 (r344992) +++ head/www/drupal6-imce/Makefile Wed Feb 19 04:02:01 2014 (r344993) @@ -54,5 +54,4 @@ MODULE_FILES= translations/uk.po \ DOC_FILES= README.txt LICENSE.txt -NO_STAGE= yes .include Modified: head/www/drupal6-mimedetect/Makefile ============================================================================== --- head/www/drupal6-mimedetect/Makefile Wed Feb 19 03:46:41 2014 (r344992) +++ head/www/drupal6-mimedetect/Makefile Wed Feb 19 04:02:01 2014 (r344993) @@ -16,5 +16,4 @@ MODULE_FILES= magic magic.mgc magic.mime mimedetect.info mimedetect.install mimedetect.module DOC_FILES= LICENSE.txt README.txt -NO_STAGE= yes .include Modified: head/www/drupal6-nice_menus/Makefile ============================================================================== --- head/www/drupal6-nice_menus/Makefile Wed Feb 19 03:46:41 2014 (r344992) +++ head/www/drupal6-nice_menus/Makefile Wed Feb 19 04:02:01 2014 (r344993) @@ -21,5 +21,4 @@ MODULE_FILES= arrow-right.png nice_menus superfish/js/superfish.js DOC_FILES= CHANGELOG.txt README.txt UPGRADE.txt LICENSE.txt -NO_STAGE= yes .include Modified: head/www/drupal6-nodewords/Makefile ============================================================================== --- head/www/drupal6-nodewords/Makefile Wed Feb 19 03:46:41 2014 (r344992) +++ head/www/drupal6-nodewords/Makefile Wed Feb 19 04:02:01 2014 (r344993) @@ -26,5 +26,4 @@ MODULE_FILES= includes/forum.inc include nodewords_og/nodewords_og.module DOC_FILES= README.txt CHANGELOG.txt API.txt LICENSE.txt -NO_STAGE= yes .include Modified: head/www/drupal6-page_title/Makefile ============================================================================== --- head/www/drupal6-page_title/Makefile Wed Feb 19 03:46:41 2014 (r344992) +++ head/www/drupal6-page_title/Makefile Wed Feb 19 04:02:01 2014 (r344993) @@ -25,5 +25,4 @@ MODULE_DIRS= modules views/plugins/ view DOC_FILES= CHANGELOG.txt README.txt LICENSE.txt -NO_STAGE= yes .include Modified: head/www/drupal6-panels/Makefile ============================================================================== --- head/www/drupal6-panels/Makefile Wed Feb 19 03:46:41 2014 (r344992) +++ head/www/drupal6-panels/Makefile Wed Feb 19 04:02:01 2014 (r344993) @@ -190,5 +190,4 @@ DOC_FILES= README.txt LICENSE.txt \ KNOWN_ISSUES.txt INSTALL.txt \ D6UPDATE.txt CHANGELOG.txt -NO_STAGE= yes .include Modified: head/www/drupal6-path_redirect/Makefile ============================================================================== --- head/www/drupal6-path_redirect/Makefile Wed Feb 19 03:46:41 2014 (r344992) +++ head/www/drupal6-path_redirect/Makefile Wed Feb 19 04:02:01 2014 (r344993) @@ -22,5 +22,4 @@ MODULE_DIRS= generate DOC_FILES= LICENSE.txt README.txt -NO_STAGE= yes .include Modified: head/www/drupal6-pathauto/Makefile ============================================================================== --- head/www/drupal6-pathauto/Makefile Wed Feb 19 03:46:41 2014 (r344992) +++ head/www/drupal6-pathauto/Makefile Wed Feb 19 04:02:01 2014 (r344993) @@ -17,5 +17,4 @@ MODULE_FILES= pathauto.admin.inc pathaut pathauto.pathauto.inc pathauto.tokens.inc DOC_FILES= INSTALL.txt API.txt README.txt LICENSE.txt -NO_STAGE= yes .include