From owner-svn-ports-head@FreeBSD.ORG Wed Feb 19 04:17:23 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9C68769F; Wed, 19 Feb 2014 04:17:23 +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 68FAE147F; Wed, 19 Feb 2014 04:17:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1J4HN3M020889; Wed, 19 Feb 2014 04:17:23 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1J4HMb8020884; Wed, 19 Feb 2014 04:17:22 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402190417.s1J4HMb8020884@svn.freebsd.org> From: Martin Wilke Date: Wed, 19 Feb 2014 04:17:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344995 - in head/www: drupal6-print drupal6-seo_checklist drupal6-services drupal6-tagadelic drupal6-token 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:17:23 -0000 Author: miwi Date: Wed Feb 19 04:17:22 2014 New Revision: 344995 URL: http://svnweb.freebsd.org/changeset/ports/344995 QAT: https://qat.redports.org/buildarchive/r344995/ Log: - Stage support Modified: 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 Modified: head/www/drupal6-print/Makefile ============================================================================== --- head/www/drupal6-print/Makefile Wed Feb 19 04:04:06 2014 (r344994) +++ head/www/drupal6-print/Makefile Wed Feb 19 04:17:22 2014 (r344995) @@ -32,5 +32,4 @@ MODULE_FILES= icons/mail_icon.gif icons/ DOC_FILES= CHANGELOG.txt CREDITS.txt INSTALL.txt \ LICENSE.txt MAINTAINERS.txt README.txt -NO_STAGE= yes .include Modified: head/www/drupal6-seo_checklist/Makefile ============================================================================== --- head/www/drupal6-seo_checklist/Makefile Wed Feb 19 04:04:06 2014 (r344994) +++ head/www/drupal6-seo_checklist/Makefile Wed Feb 19 04:17:22 2014 (r344995) @@ -13,5 +13,4 @@ DRUPAL6_MODULE= yes MODULE_FILES= seochecklist.info seochecklist.install seochecklist.module DOC_FILES= LICENSE.txt README.txt -NO_STAGE= yes .include Modified: head/www/drupal6-services/Makefile ============================================================================== --- head/www/drupal6-services/Makefile Wed Feb 19 04:04:06 2014 (r344994) +++ head/www/drupal6-services/Makefile Wed Feb 19 04:17:22 2014 (r344995) @@ -61,5 +61,4 @@ MODULE_FILES= auth/services_keyauth/serv DOC_FILES= LICENSE.txt README.txt -NO_STAGE= yes .include Modified: head/www/drupal6-tagadelic/Makefile ============================================================================== --- head/www/drupal6-tagadelic/Makefile Wed Feb 19 04:04:06 2014 (r344994) +++ head/www/drupal6-tagadelic/Makefile Wed Feb 19 04:17:22 2014 (r344995) @@ -23,5 +23,4 @@ MODULE_FILES= tagadelic.css tagadelic.in translations/ru.po translations/tagadelic.pot DOC_FILES= LICENSE.txt README.txt -NO_STAGE= yes .include Modified: head/www/drupal6-token/Makefile ============================================================================== --- head/www/drupal6-token/Makefile Wed Feb 19 04:04:06 2014 (r344994) +++ head/www/drupal6-token/Makefile Wed Feb 19 04:17:22 2014 (r344995) @@ -23,5 +23,4 @@ MODULE_DIRS= translations DOC_FILES= API.txt LICENSE.txt README.txt -NO_STAGE= yes .include