From owner-svn-ports-head@FreeBSD.ORG Tue Oct 8 05:27:01 2013 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 ESMTP id D482AE77; Tue, 8 Oct 2013 05:27:01 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) 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 C1ECA23EB; Tue, 8 Oct 2013 05:27:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r985R1AD072165; Tue, 8 Oct 2013 05:27:01 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r985R1uC072164; Tue, 8 Oct 2013 05:27:01 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201310080527.r985R1uC072164@svn.freebsd.org> From: Thomas Abthorpe Date: Tue, 8 Oct 2013 05:27:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329754 - head/mail/squirrelmail-postfixadmin-plugin 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.14 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: Tue, 08 Oct 2013 05:27:01 -0000 Author: tabthorpe Date: Tue Oct 8 05:27:01 2013 New Revision: 329754 URL: http://svnweb.freebsd.org/changeset/ports/329754 Log: - Mark DEPRECATED, set EXPIRATION_DATE PR: ports/182357 (based on) Modified: head/mail/squirrelmail-postfixadmin-plugin/Makefile (contents, props changed) Modified: head/mail/squirrelmail-postfixadmin-plugin/Makefile ============================================================================== --- head/mail/squirrelmail-postfixadmin-plugin/Makefile Tue Oct 8 05:08:43 2013 (r329753) +++ head/mail/squirrelmail-postfixadmin-plugin/Makefile Tue Oct 8 05:27:01 2013 (r329754) @@ -14,6 +14,9 @@ DIST_SUBDIR= squirrelmail MAINTAINER= ports.maintainer@evilphi.com COMMENT= Lets users change password, vacation, and forwarding +DEPRECATED= Now distributed with postfixadmin +EXPIRATION_DATE= 2013-11-01 + RUN_DEPENDS= ZendFramework>=1.9.0:${PORTSDIR}/www/zend-framework1 USE_BZIP2= yes