From owner-svn-ports-head@freebsd.org Fri Jun 3 17:02:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C9B0B69449; Fri, 3 Jun 2016 17:02:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29F78176E; Fri, 3 Jun 2016 17:02:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u53H21PR011552; Fri, 3 Jun 2016 17:02:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u53H21xB011551; Fri, 3 Jun 2016 17:02:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201606031702.u53H21xB011551@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 3 Jun 2016 17:02:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416328 - head/www/drupal7 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.22 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: Fri, 03 Jun 2016 17:02:02 -0000 Author: amdmi3 Date: Fri Jun 3 17:02:01 2016 New Revision: 416328 URL: https://svnweb.freebsd.org/changeset/ports/416328 Log: - Reset maintainer by his own request: "Due to lack of FreeBSD computers, processing facilties and remote location between now and the end of the year I have to drop maintainership of this port. If anyone is interested in taking it on then the routine security updates are usually trivial. I would hope to be able to take up this port towards the end of the year but that's not a definite. More complex would be porting Drupal8 into the ports tree . . . . Thanks and regards Simon Wright" PR: 209998 Submitted by: simon.wright@gmx.net (maintainer) Modified: head/www/drupal7/Makefile Modified: head/www/drupal7/Makefile ============================================================================== --- head/www/drupal7/Makefile Fri Jun 3 16:58:36 2016 (r416327) +++ head/www/drupal7/Makefile Fri Jun 3 17:02:01 2016 (r416328) @@ -8,7 +8,7 @@ MASTER_SITES= http://ftp.drupal.org/file DISTNAME= drupal-${PORTVERSION} DIST_SUBDIR= drupal -MAINTAINER= simon.wright@gmx.net +MAINTAINER= ports@FreeBSD.org COMMENT= Database driven web content management system (CMS) LICENSE= GPLv2 GPLv3